diff --git a/src/components/global.vue b/src/components/global.vue index 91c922a..0afd9e2 100644 --- a/src/components/global.vue +++ b/src/components/global.vue @@ -120,15 +120,15 @@ console.log('接收消息',data) if(data.cmd=='ORDER_INFO') { //小程序支付 - this.cite.url = data.payCodeUrl - if(this.cite.selectedFile.length<1) { - this.src = data.payCodeUrl - this.zfShow=true - } + // this.cite.url = data.payCodeUrl + // if(this.cite.selectedFile.length<1) { + // this.src = data.payCodeUrl + // this.zfShow=true + // } }else if(data.cmd=='LOGIN') { //登录 if(this.cite.memberLoginVo=='') { - this.cite.memberLoginVo = data + // this.cite.memberLoginVo = data // this.cite.state = { // name: '登录设备成功!', // sta: true