Commit a818030a authored by qipeng's avatar qipeng

增加ifyukuaiCode 渝快付流程

parent a7bc68a8
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</view> </view>
<view class="title-label">入园凭证</view> <view class="title-label">入园凭证</view>
</view> --> </view> -->
<view class="certificate-box" v-if="ifyukuaiCode!=''&&ifyukuaiCode!=undefined"> <view class="certificate-box" v-if="ifyukuaiCode!=''&&ifyukuaiCode!='undefined'">
<view class="box-prompt2">温馨提示</view> <view class="box-prompt2">温馨提示</view>
<!-- <view class="box-prompt2">验证码用于入园游玩时核验使用</view> <!-- <view class="box-prompt2">验证码用于入园游玩时核验使用</view>
<view class="box-prompt2">注:验证码信息已自动同步至订单所有游玩人渝快码,游玩人直接使用本人渝快码即可入园核验</view> --> <view class="box-prompt2">注:验证码信息已自动同步至订单所有游玩人渝快码,游玩人直接使用本人渝快码即可入园核验</view> -->
...@@ -550,7 +550,7 @@ ...@@ -550,7 +550,7 @@
this.ticketCode = this.orderInfo.orderTicketDetailList[0].ticketCode this.ticketCode = this.orderInfo.orderTicketDetailList[0].ticketCode
} }
this.touristInfo = res.data.orderTouristList this.touristInfo = res.data.orderTouristList
if(this.ifyukuaiCode==''||this.ifyukuaiCode==undefined){ if(this.ifyukuaiCode==''||typeof this.ifyukuaiCode=='undefined'){
if(this.orderInfo.orderType==1||this.orderInfo.orderType==3){ if(this.orderInfo.orderType==1||this.orderInfo.orderType==3){
if(this.orderInfo.subOrderType!=4&&this.orderInfo.subOrderType!=5){ if(this.orderInfo.subOrderType!=4&&this.orderInfo.subOrderType!=5){
this.$nextTick(() => { this.$nextTick(() => {
...@@ -686,7 +686,7 @@ ...@@ -686,7 +686,7 @@
// text:this.verifyCode // text:this.verifyCode
// }) // })
let verifyCode="" let verifyCode=""
if(this.visitorIndex!=""&&this.visitorIndex!=undefined){ if(this.visitorIndex!=""&&typeof this.visitorIndex!=undefined){
verifyCode=this.verifyCode+":"+this.visitorIndex verifyCode=this.verifyCode+":"+this.visitorIndex
}else{ }else{
verifyCode=this.verifyCode verifyCode=this.verifyCode
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment