|
@@ -282,6 +282,7 @@ Page({
|
|
|
'countDown.state': true
|
|
|
})
|
|
|
this.stl = setInterval(async () => {
|
|
|
+ console.log(this.data.countDown,'this.data.countDown');
|
|
|
if (this.data.countDown.num == 0) {
|
|
|
clearInterval(this.stl)
|
|
|
this.setData({
|
|
@@ -612,7 +613,7 @@ Page({
|
|
|
if (!row.readTime) {
|
|
|
return
|
|
|
}
|
|
|
- this.setTimeoutObj = setTimeout(() => {
|
|
|
+ this.setTimeoutObj = setTimeout(() => {
|
|
|
this.setData({
|
|
|
currentRow: ++this.data.currentRow
|
|
|
})
|