sqw123
2025-12-23 a8b9a78690f1255c4cf648531476d4321c306029
mobile/pages/plus/assemble/detail/detail.vue
@@ -489,6 +489,7 @@
         //跳转店铺首页
         goto_shop() {
            let self = this;
            uni.setStorageSync('shop_supplier_id', self.detail.supplier.shop_supplier_id)
            self.gotoPage('/pages/shop/shop?shop_supplier_id=' + self.detail.supplier.shop_supplier_id);
         },
      },