Commit 56071832 by wangjian

1

parent 99dfa821
......@@ -79,7 +79,7 @@
this.selectImg = item.coverImg
},
add() {
if (this.payIntegral > Number(this.$store.state.userInfo.surplusIntegral)) {
if (this.$numUtils.numMulti(this.selectSkuIntegral, this.goodsNum+1) > Number(this.$store.state.userInfo.surplusIntegral)) {
this.toast('积分不够')
return
}
......
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