Commit 318ef302 authored by youjie's avatar youjie

no message

parent e492df39
......@@ -87,6 +87,7 @@
const Radiobox = document.getElementById(`my_Radio${i}`);
Radiobox.click()
dataList[index].ScoreNum = ID
console.log(dataList[index].ScoreNum,'-------')
}
function getRadio() {
......@@ -173,6 +174,7 @@
if (item.SurveyType == 2) {
if (item.ScoreNum == y.ID) {
y.IsCheck = "1";
item.ScoreNum = 0;
}else{
y.IsCheck = "0";
}
......@@ -186,7 +188,7 @@
}
}
})
item.ScoreNum = 0;
}
postMsg.push(item);
......
......@@ -64,13 +64,7 @@
window.location.href = `guestSign.html`
}, 300);
}else{
userInfo = {
...getLocalStorage(),
c: msg.c,
t: msg.t,
g: msg.g,
}
localStorage.userInfo = JSON.stringify(userInfo)
localStorage.removeItem("userInfo")
}
}else{
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