|
|
|
@ -157,7 +157,7 @@ |
|
|
|
</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"> |
|
|
|
<text class="text-black">总金额</text> |
|
|
|
<text style="color:#F5222D">{{formate.formateAmount(item.sumAmount)}}元</text> |
|
|
|
@ -212,6 +212,8 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> |
|
|
|
<view style="margin-left:24rpx;flex:1"> |
|
|
|
|