Commit ca93d768 authored by youjie's avatar youjie

no message

parent 318ef302
...@@ -87,7 +87,6 @@ ...@@ -87,7 +87,6 @@
const Radiobox = document.getElementById(`my_Radio${i}`); const Radiobox = document.getElementById(`my_Radio${i}`);
Radiobox.click() Radiobox.click()
dataList[index].ScoreNum = ID dataList[index].ScoreNum = ID
console.log(dataList[index].ScoreNum,'-------')
} }
function getRadio() { function getRadio() {
...@@ -204,7 +203,6 @@ ...@@ -204,7 +203,6 @@
success: function(res) { success: function(res) {
$('#submitB').attr('disabled', false) $('#submitB').attr('disabled', false)
if (res.resultCode === 1) { if (res.resultCode === 1) {
return
window.location.href = 'success.html' window.location.href = 'success.html'
} else { } else {
layer.msg(res.message) layer.msg(res.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment