提交 bab8795d authored 作者: lihuihui's avatar lihuihui

updata

上级 a75fedb5
......@@ -32,11 +32,15 @@ export default {
},
data() {
return {
order: []
order: [],
orderTime: null
}
},
mounted() {
clearInterval(this.orderTime)
this.orderTime = setInterval(() => {
this.getMyOrder()
}, 2000)
},
computed: {
isWeapp() {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论