quanwei
2026-01-17 e1e2fe5710a5b5cd9c19bd3aa99c998a1a613ca8
mobile/pages/plus/bargain/detail/detail.vue
@@ -451,6 +451,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);
         },
      }