Browse Source

修复一次性付款订单 在已完成状态下无法显示结算金额的bug.wz

featrue/v4.3
wangzhen 5 years ago
parent
commit
1e21eb692e
1 changed files with 3 additions and 1 deletions
  1. 4
      pages/agent/detail/index.wxml

4
pages/agent/detail/index.wxml

@ -157,7 +157,7 @@
</view> </view>
</view> </view>
<!-- 全款 --> <!-- 全款 -->
<view wx:if="{{item.activityOrderAuditPassNum == 3||orderInfo.activityId==null}}" class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx">
<view wx:if="{{item.paymentType == 3||orderInfo.activityId==null}}" class="bg-white" style="padding: 24rpx 30rpx;margin-top:16rpx">
<view class="flex flex-justify text-sg"> <view class="flex flex-justify text-sg">
<text class="text-black">总金额</text> <text class="text-black">总金额</text>
<text style="color:#F5222D">{{formate.formateAmount(item.sumAmount)}}元</text> <text style="color:#F5222D">{{formate.formateAmount(item.sumAmount)}}元</text>
@ -212,6 +212,8 @@
</view> </view>
</view> </view>
<view class="flex flex-justify bg-white margin-top" style="padding:30rpx" wx:if="{{orderInfo}}"> <view class="flex flex-justify bg-white margin-top" style="padding:30rpx" wx:if="{{orderInfo}}">
<image class="image-load" src="/assets/image/ico_address.png"></image> <image class="image-load" src="/assets/image/ico_address.png"></image>
<view style="margin-left:24rpx;flex:1"> <view style="margin-left:24rpx;flex:1">

Loading…
Cancel
Save