|
|
|
@ -308,6 +308,9 @@ |
|
|
|
|
<view class="marb5"> |
|
|
|
|
4.使用时请告知加油员“使用汇联通电子券支付”。 |
|
|
|
|
</view> |
|
|
|
|
<view class="marb5"> |
|
|
|
|
5.由于产品特殊,每个用户(同一ID视为同一用户)每日最多购买4张电子券。 |
|
|
|
|
</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="mart30"> |
|
|
|
|
<view @click="toAgreeInstructions()" :class="'width65 needKnowBtn fotct fontwig6 '+(isFinish? ' active ' : 'nactive') " style="margin: 0 auto;"> |
|
|
|
@ -394,13 +397,14 @@ |
|
|
|
|
cardNoNumber: '', // 车牌号 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getHeight:370, |
|
|
|
|
countDown:3, |
|
|
|
|
getHeight:420, |
|
|
|
|
countDown:5, |
|
|
|
|
isFinish:false, |
|
|
|
|
isAgree:false,//我已同意 |
|
|
|
|
Timer:null, |
|
|
|
|
|
|
|
|
|
payWeixin:'',//固定微信支付 |
|
|
|
|
couponSource:'',//卡券来源 |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
onLoad(option) { |
|
|
|
@ -618,6 +622,7 @@ |
|
|
|
|
this.paytheprice = res.return_data.discountPrice; |
|
|
|
|
this.saveprice = res.return_data.discountPrice; |
|
|
|
|
this.orderPrice = res.return_data.salesPrice; |
|
|
|
|
this.couponSource = res.return_data.couponSource; |
|
|
|
|
this.getRebateIntegral(); |
|
|
|
|
this.findUser(); |
|
|
|
|
// this.getThirdPartyByDetail(); |
|
|
|
@ -636,7 +641,7 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if(!this.isFinish){ |
|
|
|
|
this.countDown = 3; |
|
|
|
|
this.countDown = 5; |
|
|
|
|
this.Timer = setInterval(()=>{ |
|
|
|
|
|
|
|
|
|
if(this.countDown == 0){ |
|
|
|
@ -830,7 +835,7 @@ |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
if(!this.isAgree){ |
|
|
|
|
if(!this.isAgree&&this.couponSource==4){ |
|
|
|
|
this.showPopupNeedKnow(); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
@ -846,7 +851,8 @@ |
|
|
|
|
}) |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -895,6 +901,11 @@ |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 显示弹窗 ,couponSource==4贵州业务*/ |
|
|
|
|
if(!this.isAgree&&this.couponSource==4){ |
|
|
|
|
this.showPopupNeedKnow(); |
|
|
|
|
return; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (this.orderDetails) { |
|
|
|
|
this.wechatPay(this.orderDetails); |
|
|
|
|