| | |
| | | "quickapp" : {}, |
| | | /* 快应用特有相关 */ |
| | | "mp-weixin" : { |
| | | "appid" : "wx6d0ecc4e18710458", |
| | | "appid" : "wx1441324401626290", |
| | | "setting" : { |
| | | "urlCheck" : false, |
| | | "es6" : true, |
| | |
| | | this.id = options.id || ''
|
| | |
|
| | | // #ifdef PUB_CUSTOMER
|
| | | |
| | | if (options.partnerUserId) {
|
| | | let tmp = this
|
| | | tmp.sharePartnerUserId = options.partnerUserId
|
| | | //合伙人绑定的,判断当前用户,是否有登录,登录没绑定,没登录先缓存合伙人id,等注册和登录时候再弄
|
| | | setTimeout(() => {
|
| | | //并且当前用户没有绑定
|
| | | if(tmp.currentInfo.id&&tmp.currentInfo.customerDTO.partnerId){
|
| | | return
|
| | | }
|
| | | if (tmp.currentInfo.id) {
|
| | | tmp.bindPartnerUser(options.partnerUserId, '')
|
| | | } else {
|