Commit 40bfc078 by wangjian

1

parent 1fdffe68
......@@ -80,7 +80,7 @@
},
add() {
if (this.$numUtils.numMulti(this.selectSkuIntegral, this.goodsNum+1) > Number(this.$store.state.userInfo.surplusIntegral)) {
this.toast('积分不')
this.toast('积分不')
return
}
this.goodsNum++
......
......@@ -114,6 +114,9 @@
this.loadingType = 'loading'
this.getList()
}
if (oldVal && !newVal) {
this.orderLists = []
}
}
}
}
......
......@@ -59,7 +59,7 @@
methods: {
add() {
if (this.$numUtils.numMulti(this.goods.sellingPrice+'', this.goodsNum+1) > Number(this.$store.state.userInfo.surplusIntegral)) {
this.toast('积分不')
this.toast('积分不')
return
}
this.goodsNum++
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment