Commit 8e4f7cd7 by 陈超

A

parent 65a9e09e
...@@ -401,7 +401,7 @@ ...@@ -401,7 +401,7 @@
current: 1, current: 1,
paperOptions: {}, paperOptions: {},
counting: true, counting: true,
review: "{$review}", review: false,
countDown: "00:00:00", countDown: "00:00:00",
timeConsumed: 0, timeConsumed: 0,
expand: false, expand: false,
...@@ -504,6 +504,7 @@ ...@@ -504,6 +504,7 @@
this.paperOptions = {:json_encode($paper_options)}; this.paperOptions = {:json_encode($paper_options)};
this.initAnswerMode() this.initAnswerMode()
this.doCountDown() this.doCountDown()
console.log("{$review}")
if(this.review) { if(this.review) {
this.countDown = "" this.countDown = ""
this.expand = true this.expand = true
......
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