Commit 6763c120 by doszhang

dos

parent e6ae0fd4
......@@ -480,7 +480,6 @@ function submitAnswer() {
//进行答题统计
try {
alert(1);
MtaH5.clickStat(answerArr[0] + 1);
MtaH5.clickStat(answerArr[1] + 5);
MtaH5.clickStat(answerArr[2] + 8);
......@@ -594,7 +593,7 @@ function showQuestion() {
try {
MtaH5.clickStat("17");
} catch (error) {
alert(error);
console.log(error);
}
initQuestion();
......
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 sign in to comment