修改
This commit is contained in:
parent
7dd0dd4412
commit
8bb8cae37f
@ -354,11 +354,11 @@
|
||||
//步进期
|
||||
numberchange(e) {
|
||||
this.totalPrice = (this.updata.goodsPrice * this.updata.goodsCount).toFixed(2)
|
||||
this.Paidinprice = Number(this.totalPrice) - Number(this.coupon.couponPrice)
|
||||
this.Paidinprice = (Number(this.totalPrice) - Number(this.coupon.couponPrice)).toFixed(2)
|
||||
},
|
||||
buyshowtrue() {
|
||||
this.buyshow = true
|
||||
this.totalPrice = (this.updata.goodsPrice * this.updata.goodsCount).toFixed(2)
|
||||
this.totalPrice = Number((this.updata.goodsPrice * this.updata.goodsCount).toFixed(2))
|
||||
},
|
||||
upper: function(e) {},
|
||||
lower: function(e) {},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user