提交 6df44750 authored 作者: lihuihui's avatar lihuihui

updata

上级 059f6dea
...@@ -81,8 +81,6 @@ export default { ...@@ -81,8 +81,6 @@ export default {
goBuy(data) { goBuy(data) {
if (this.goFlag) { if (this.goFlag) {
this.goFlag = false this.goFlag = false
return false
}
clearInterval(this.orderTime) clearInterval(this.orderTime)
this.orderTime = setInterval(() => { this.orderTime = setInterval(() => {
this.getMyOrder() this.getMyOrder()
...@@ -91,6 +89,7 @@ export default { ...@@ -91,6 +89,7 @@ export default {
url: `/pages/pay/index?data=${data.product_id}` url: `/pages/pay/index?data=${data.product_id}`
}) })
} }
}
}, },
beforeMount() { beforeMount() {
this.goFlag = true this.goFlag = true
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论