好友
阅读权限10
听众
最后登录1970-1-1
|
if (this.code < _this.static_passingcode) {
//分数小于合格分数,需要重新答题
_this.str3 += "" +
"<font size='3' >您的分数是:</font>" +
"<font size='7' class='code'>" + this.code + "分</font> <br><br>" +
"<font size='5'style='color: red' >未通过测试,需要重新答题</font>";
_this.str3 += "<br><br>"
_this.str3 += " <button class='button7' @click='reanswer()'>重新答题</button>"
}
//method
reanswer2(){ //重新答题
this.dis = false
console.log("**重新答题**")
this.load();
this.loadpagenumber(i);
}
字符串 拼接中的 button 其中他的点击事件无法触发,也不报错。大佬们,这个应该怎么改? |
|
发帖前要善用【论坛搜索】功能,那里可能会有你要找的答案或者已经有人发布过相同内容了,请勿重复发帖。 |
|
|
|
|