|
|
|
@ -66,10 +66,10 @@ |
|
|
|
|
<view class="width100 height60"></view> |
|
|
|
|
<view class="footer"> |
|
|
|
|
<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> |
|
|
|
|
<image style="width: 15px;height: 15px;vertical-align: sub;" src="../../static/img/jfx.png"> |
|
|
|
|
</image>{{orderPrice*100}} |
|
|
|
|
</image>{{payPrice*100}} |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<!-- #ifdef MP --> |
|
|
|
|