1.实付金额修改

yj-dev
杨杰 3 years ago
parent 72d18ba51b
commit 033320222b
  1. 4
      subPages/unionComfirmation/unionComfirmation.vue

@ -66,10 +66,10 @@
<view class="width100 height60"></view> <view class="width100 height60"></view>
<view class="footer"> <view class="footer">
<view class="settlement"> <view class="settlement">
<view class="sum">实付:<view class="money" v-if="paytype == 'weixin' || paytype == 'gonghuika' ">{{orderPrice}}</view> <view class="sum">实付:<view class="money" v-if="paytype == 'weixin' || paytype == 'gonghuika' ">{{payPrice}}</view>
<view class="money aliitem" v-else> <view class="money aliitem" v-else>
<image style="width: 15px;height: 15px;vertical-align: sub;" src="../../static/img/jfx.png"> <image style="width: 15px;height: 15px;vertical-align: sub;" src="../../static/img/jfx.png">
</image>{{orderPrice*100}} </image>{{payPrice*100}}
</view> </view>
</view> </view>
<!-- #ifdef MP --> <!-- #ifdef MP -->

Loading…
Cancel
Save