Commit a211cc4f authored by 罗超's avatar 罗超

修改订单金额

parent b6bdfdf5
......@@ -409,7 +409,7 @@
setTimeout(() => {
uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" +
that.price +
((that.price-that.order.DiscountMone).toFixed(2)) +
"&isFrom=4",
});
}, 100);
......
......@@ -398,7 +398,7 @@
setTimeout(() => {
uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" +
that.price +
((that.price-that.currentCoupon.discountMoney).toFixed(2)) +
"&isFrom=4",
});
}, 100);
......
......@@ -721,7 +721,7 @@
setTimeout(() => {
uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" +
that.price +
(that.price-that.currentCoupon.discountMoney-that.vipDiscountMoney).toFixed(2) +
"&isFrom=1",
});
}, 100);
......
......@@ -666,7 +666,7 @@
setTimeout(() => {
uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" +
that.price +
(that.price-that.orderData.model.DiscountMoney-that.orderData.model.DisValue).toFixed(2) +
"&isFrom=1",
});
}, 100);
......
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