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