Commit 538f26ec authored by 罗超's avatar 罗超

订单

parent 45193ef8
...@@ -409,7 +409,7 @@ ...@@ -409,7 +409,7 @@
setTimeout(() => { setTimeout(() => {
uni.redirectTo({ uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" + url: "/pages/jiuzhai/paysuccess?PreferPrice=" +
((that.price-that.order.DiscountMone).toFixed(2)) + ((that.order.ResultPrice-that.order.DiscountMone).toFixed(2)) +
"&isFrom=4", "&isFrom=4",
}); });
}, 100); }, 100);
......
...@@ -529,7 +529,7 @@ ...@@ -529,7 +529,7 @@
<view style="flex: 1"> <view style="flex: 1">
<text style="margin-right: 30rpx">合计应收</text> <text style="margin-right: 30rpx">合计应收</text>
</view> </view>
<view style="text-align: right;color: #ff3166;"> <view style="text-align: right;color: #ff3166;font-size:32rpx;font-weight: bold;">
{{(orderData.model.PreferPrice-orderData.model.DiscountMoney).toFixed(2)}} {{(orderData.model.PreferPrice-orderData.model.DiscountMoney).toFixed(2)}}
</view> </view>
</view> </view>
......
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