|
|
@@ -9,7 +9,7 @@
|
|
|
<text class="num" >{{payMoney.toFixed(2)}}</text>
|
|
|
</view>
|
|
|
<text class="desc" v-if="payType==2">代收金额{{payDelivery.toFixed(2)}},请您在收到快递后支付尾款给快递人员。</text>
|
|
|
- <text class="desc" v-if="payType==3">货到付款金额{{payDelivery.toFixed(2)}},请您在收到快递后支付给快递人员。</text>
|
|
|
+ <!-- <text class="desc" v-if="payType==3">货到付款金额{{payDelivery.toFixed(2)}},请您在收到快递后支付给快递人员。</text> -->
|
|
|
</view>
|
|
|
<!-- 支付方式 -->
|
|
|
<view class="pay-type">
|
|
|
@@ -56,7 +56,7 @@
|
|
|
</label>
|
|
|
</view>
|
|
|
<!-- <view class="item" v-if="user!=null&&user.level==1 "> -->
|
|
|
- <view class="item" >
|
|
|
+ <!-- <view class="item" >
|
|
|
<view class="left">
|
|
|
<image src="https://jnlzjk-1323137866.cos.ap-chongqing.myqcloud.com/shop/images/pay_1.png" mode=""></image>
|
|
|
<text class="text">货到付款</text>
|
|
|
@@ -64,7 +64,7 @@
|
|
|
<label>
|
|
|
<radio :value="3" :checked="order.payType=='3'" />
|
|
|
</label>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</radio-group>
|
|
|
<radio-group @change="payTypeChange" v-else-if="order.orderCreateType!=null&& order.orderCreateType==2">
|
|
|
<view class="item" v-if="payType==1||payType==4" >
|
|
|
@@ -86,7 +86,7 @@
|
|
|
</label>
|
|
|
</view>
|
|
|
<!-- <view class="item" v-if="user!=null&&user.level==1 "> -->
|
|
|
- <view class="item" v-if="payType==1||payType==4" >
|
|
|
+ <!-- <view class="item" v-if="payType==1||payType==4" >
|
|
|
<view class="left">
|
|
|
<image src="https://jnlzjk-1323137866.cos.ap-chongqing.myqcloud.com/shop/images/pay_1.png" mode=""></image>
|
|
|
<text class="text">货到付款</text>
|
|
|
@@ -94,7 +94,7 @@
|
|
|
<label>
|
|
|
<radio :value="3" :checked="order.payType=='3'" />
|
|
|
</label>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
</radio-group>
|
|
|
<radio-group @change="payTypeChange" v-else-if="order.orderCreateType!=null&&(order.orderCreateType==1)">
|
|
|
<view class="item" >
|