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

updata

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