Commit d2c90b54 authored by sujie@126.com's avatar sujie@126.com

Merge branch 'potentail_lvtz' of git.server:wangxuelai/wechatapp.shangjiadao.com into sj-dev-dev

parents 534a2047 94b636ca
...@@ -60,9 +60,6 @@ Page({ ...@@ -60,9 +60,6 @@ Page({
that.setData({ that.setData({
optId : res.data.schoolTeacher.id optId : res.data.schoolTeacher.id
}) })
if(this.data.optId){
this.generateCustomerQrcode()
}
} }
}) })
}, },
...@@ -206,7 +203,7 @@ Page({ ...@@ -206,7 +203,7 @@ Page({
}) })
}, },
bindGenerateQrcode () { bindGenerateQrcode () {
if(this.data.qrcode==''){ if(this.data.optId){
this.generateCustomerQrcode() this.generateCustomerQrcode()
} }
this.setData({ this.setData({
......
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