|
|
@@ -21,18 +21,18 @@
|
|
|
<block>
|
|
|
<div class="call-one-btn">
|
|
|
<block v-if="orderTime>0">
|
|
|
- <view style="width:100%;font-size:38upx;margin:0 auto;margin-top:50upx;color:red;font-weight:bold;">请确认收到花材质量没有问题</view>
|
|
|
- <view style="width:100%;font-size:38upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;">欠款单付清后,将无法再申请售后</view>
|
|
|
- <view style="width:100%;font-size:38upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;">确认没问题,点下方按钮付款</view>
|
|
|
+ <view style="width:100%;font-size:38upx;margin:0 auto;margin-top:50upx;color:red;font-weight:bold;" v-if="live == 1">请确认收到花材质量没有问题</view>
|
|
|
+ <view style="width:100%;font-size:38upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;" v-if="live == 1">欠款单付清后,将无法再申请售后</view>
|
|
|
+ <view style="width:100%;font-size:38upx;margin:0 auto;margin-top:15upx;color:red;font-weight:bold;" v-if="live == 1">确认没问题,点下方按钮付款</view>
|
|
|
|
|
|
- <button class="button-com green pay-wx" @click="wxPayFn(1)" style="height:100upx;line-height:50upx;">微信支付</button>
|
|
|
+ <button class="button-com green pay-wx" @click="wxPayFn(1)" style="height:100upx;line-height:50upx;" v-if="live == 1">微信支付</button>
|
|
|
|
|
|
<!-- #ifdef MP-WEIXIN -->
|
|
|
- <button class="button-com ali-btn" @click="useAliPay" style="margin-top:65upx;height:100upx;line-height:50upx;">用支付宝付款</button>
|
|
|
+ <button class="button-com ali-btn" @click="useAliPay" style="margin-top:65upx;height:100upx;line-height:50upx;" v-if="live == 1">用支付宝付款</button>
|
|
|
<!-- #endif -->
|
|
|
|
|
|
<!-- #ifdef APP-PLUS -->
|
|
|
- <button class="button-com green pay-wx ali-btn" @click="aliPay()">支付宝支付</button>
|
|
|
+ <button class="button-com green pay-wx ali-btn" @click="aliPay()" v-if="live == 1">支付宝支付</button>
|
|
|
<!-- #endif -->
|
|
|
|
|
|
<button class="button-com green pay-wx" @click="wxHasPay()" v-if="live == 0" style="height:100upx;line-height:50upx;margin-top:50upx;">微信线下已付</button>
|