Commit 45193ef8 authored by youjie's avatar youjie

no message

parent fc4bbb21
...@@ -264,7 +264,7 @@ ...@@ -264,7 +264,7 @@
</view> </view>
<view style="border-top: 1px dashed #f1f1f1;padding-top: 40rpx;" class="row items-center price-list-details"> <view style="border-top: 1px dashed #f1f1f1;padding-top: 40rpx;" class="row items-center price-list-details">
<view class="col"> <view class="col">
<text style="margin-right: 30rpx"></text> <text style="margin-right: 30rpx"></text>
</view> </view>
<view>¥{{order.PreferPrice}}</view> <view>¥{{order.PreferPrice}}</view>
</view> </view>
......
...@@ -525,6 +525,14 @@ ...@@ -525,6 +525,14 @@
<view style="text-align: right"> <view style="text-align: right">
-{{ orderData.model.DisValue}} </view> -{{ orderData.model.DisValue}} </view>
</view> </view>
<view class="flex f12" style="margin-bottom: 40rpx">
<view style="flex: 1">
<text style="margin-right: 30rpx">合计应收</text>
</view>
<view style="text-align: right;color: #ff3166;">
{{(orderData.model.PreferPrice-orderData.model.DiscountMoney).toFixed(2)}}
</view>
</view>
</view> </view>
</view> </view>
<view class="empty-block"></view> <view class="empty-block"></view>
...@@ -666,7 +674,7 @@ ...@@ -666,7 +674,7 @@
setTimeout(() => { setTimeout(() => {
uni.redirectTo({ uni.redirectTo({
url: "/pages/jiuzhai/paysuccess?PreferPrice=" + url: "/pages/jiuzhai/paysuccess?PreferPrice=" +
(that.price-that.orderData.model.DiscountMoney-that.orderData.model.DisValue).toFixed(2) + (that.orderData.model.PreferPrice-that.orderData.model.DiscountMoney-that.orderData.model.DisValue).toFixed(2) +
"&isFrom=1", "&isFrom=1",
}); });
}, 100); }, 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