Commit 318ef302 authored by youjie's avatar youjie

no message

parent e492df39
...@@ -87,6 +87,7 @@ ...@@ -87,6 +87,7 @@
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() {
...@@ -173,6 +174,7 @@ ...@@ -173,6 +174,7 @@
if (item.SurveyType == 2) { if (item.SurveyType == 2) {
if (item.ScoreNum == y.ID) { if (item.ScoreNum == y.ID) {
y.IsCheck = "1"; y.IsCheck = "1";
item.ScoreNum = 0;
}else{ }else{
y.IsCheck = "0"; y.IsCheck = "0";
} }
...@@ -186,7 +188,7 @@ ...@@ -186,7 +188,7 @@
} }
} }
}) })
item.ScoreNum = 0;
} }
postMsg.push(item); postMsg.push(item);
......
...@@ -64,13 +64,7 @@ ...@@ -64,13 +64,7 @@
window.location.href = `guestSign.html` window.location.href = `guestSign.html`
}, 300); }, 300);
}else{ }else{
userInfo = { localStorage.removeItem("userInfo")
...getLocalStorage(),
c: msg.c,
t: msg.t,
g: msg.g,
}
localStorage.userInfo = JSON.stringify(userInfo)
} }
}else{ }else{
localStorage.TakeoutVersion = 0 localStorage.TakeoutVersion = 0
......
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