Commit 3c13dff3 authored by qipeng's avatar qipeng

修改visitorIndex 判定状态

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