修改
This commit is contained in:
parent
e48f9de4bb
commit
51322af5e1
@ -180,9 +180,11 @@
|
|||||||
that.openid = value2
|
that.openid = value2
|
||||||
}
|
}
|
||||||
this.getlist()
|
this.getlist()
|
||||||
this.Timers = setInterval(() => {
|
if (this.timecount > 0) {
|
||||||
this.timecount--;
|
this.Timers = setInterval(() => {
|
||||||
}, 1000)
|
this.timecount--;
|
||||||
|
}, 1000)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
watch: { //监听
|
watch: { //监听
|
||||||
timecount() {
|
timecount() {
|
||||||
|
|||||||
@ -114,9 +114,11 @@
|
|||||||
that.openid = value2
|
that.openid = value2
|
||||||
}
|
}
|
||||||
this.getlist()
|
this.getlist()
|
||||||
this.Timers = setInterval(() => {
|
if (this.timecount > 0) {
|
||||||
this.timecount--;
|
this.Timers = setInterval(() => {
|
||||||
}, 1000)
|
this.timecount--;
|
||||||
|
}, 1000)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onUnload() {
|
onUnload() {
|
||||||
clearInterval(this.Timers); //清除该函数
|
clearInterval(this.Timers); //清除该函数
|
||||||
|
|||||||
@ -293,9 +293,11 @@
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.goodsOrderinfo()
|
this.goodsOrderinfo()
|
||||||
this.Timers = setInterval(() => {
|
if (this.timecount > 0) {
|
||||||
this.timecount--;
|
this.Timers = setInterval(() => {
|
||||||
}, 1000)
|
this.timecount--;
|
||||||
|
}, 1000)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onLoad(options) {
|
onLoad(options) {
|
||||||
this.baseurl = baseurl
|
this.baseurl = baseurl
|
||||||
|
|||||||
@ -205,9 +205,11 @@
|
|||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
this.goodsOrderinfo(this.goodsOrderId)
|
this.goodsOrderinfo(this.goodsOrderId)
|
||||||
this.Timers = setInterval(() => {
|
if (this.timecount > 0) {
|
||||||
this.timecount--;
|
this.Timers = setInterval(() => {
|
||||||
}, 1000)
|
this.timecount--;
|
||||||
|
}, 1000)
|
||||||
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user