Commit 795b895f by doszhang

dos

parent b972a292
......@@ -558,7 +558,12 @@ function chooseAnswer(e) {
function showQuestion() {
if (checkedRule) {
MtaH5.clickStat("17");
try {
MtaH5.clickStat("17");
} catch (error) {
console.log(error);
}
initQuestion();
$('.home-page').hide();
$('.question-page').show();
......
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