1
xuxueyang
2024-08-05 b80395188aee963e27c39029c5d53c46269e0a2b
sub_pages/customer/trade/detail.vue
@@ -160,10 +160,10 @@
         this.id = options.id || ''
         // #ifdef PUB_CUSTOMER
         if (options.partnerUserId) {
         if (options.partnerUserId) {
            let tmp = this
            tmp.sharePartnerUserId = options.partnerUserId
            //合伙人绑定的,判断当前用户,是否有登录,登录没绑定,没登录先缓存合伙人id,等注册和登录时候再弄
            let tmp = this
            setTimeout(() => {
               if (tmp.currentInfo.id) {
                  tmp.bindPartnerUser(tmp.currentInfo.id, '')
@@ -404,7 +404,7 @@
         },
         openbrand() {
            uni.navigateTo({
               url: '/sub_pages/customer/shop/shop?id=' + (this.dto.id || '')
               url: '/sub_pages/customer/shop/shop?id=' + (this.dto.supplierId || '')
            })
         }
      }