|
|
@ -429,6 +429,7 @@ export default { |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
console.log(postPrice) |
|
|
|
this.allprice = allPrice + postPrice |
|
|
|
if (this.coupon) { |
|
|
|
if (this.coupon.activity.fold == 0) { |
|
|
@ -444,6 +445,7 @@ export default { |
|
|
|
} else { |
|
|
|
price = allPrice |
|
|
|
} |
|
|
|
price=price+postPrice |
|
|
|
return price < 0 ? 0 : (price/100).toFixed(2) |
|
|
|
}, |
|
|
|
// 预定 |
|
|
|