Commit 3c13dff3 authored by qipeng's avatar qipeng

修改visitorIndex 判定状态

parent 1933b699
...@@ -667,7 +667,7 @@ ...@@ -667,7 +667,7 @@
// text:this.verifyCode // text:this.verifyCode
// }) // })
let verifyCode="" let verifyCode=""
if(this.visitorIndex!=""){ if(this.visitorIndex!=""&&this.visitorIndex!=undefined){
verifyCode=this.verifyCode+":"+this.visitorIndex verifyCode=this.verifyCode+":"+this.visitorIndex
}else{ }else{
verifyCode=this.verifyCode verifyCode=this.verifyCode
...@@ -747,7 +747,7 @@ ...@@ -747,7 +747,7 @@
userId:this.openId//openid userId:this.openId//openid
} }
let verifyCode="" let verifyCode=""
if(this.visitorIndex!=""){ if(this.visitorIndex!=""&&this.visitorIndex!=undefined){
data.codeNo=this.ticketCode+":"+this.visitorIndex data.codeNo=this.ticketCode+":"+this.visitorIndex
}else{ }else{
data.codeNo=this.ticketCode data.codeNo=this.ticketCode
......
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