1
xuxy
2024-08-10 12b2c447a6006f99284c4946b3d6f70cbf43280c
sub_pages/customer/trade/detail.vue
@@ -186,11 +186,16 @@
         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 {