|
|
@@ -61,14 +61,13 @@ Page({ |
|
|
|
display:"none" |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
/** |
|
|
|
* gotopay |
|
|
|
*/ |
|
|
|
gotopay:function(){ |
|
|
|
let that = this; |
|
|
|
console.log(that.data.questions1) |
|
|
|
if (that.data.questions1 == 'questions1' || that.data.questions2 == 'questions2'){ |
|
|
|
console.log(that.data.questions1); |
|
|
|
if (that.data.questions1 || that.data.questions2){ |
|
|
|
that.setData({ |
|
|
|
display: "none", |
|
|
|
}) |
|
|
@@ -101,8 +100,6 @@ Page({ |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
countdown(end_time) { |
|
|
|
let that = this; |
|
|
|