zhy #260

Manually merged
hansu merged 2 commits from zhy into master 2020-08-20 03:43:21 +00:00
Showing only changes of commit 16c2c1fa71 - Show all commits

View File

@ -346,9 +346,9 @@ export default {
if(JSON.stringify(this.choiceCoupon) != '{}') price -= Number(this.choiceCoupon.voucher_price); if(JSON.stringify(this.choiceCoupon) != '{}') price -= Number(this.choiceCoupon.voucher_price);
// 0.01 // 0.01
if(price <= minPrice) price = minPrice; if(price <= minPrice) price = minPrice;
console.log("minPrice" + minPrice); // console.log("minPrice" + minPrice);
console.log("freight:" + freight); // console.log("freight:" + freight);
console.log("price:" + price); // console.log("price:" + price);
this.totalPrice = (price + freight).toFixed(2); this.totalPrice = (price + freight).toFixed(2);
}, },
setDelivery(index) { setDelivery(index) {