quanwei
2025-10-31 7a27a1d4d0038abe2115adb1753f897f56d66323
mobile/pages/plus/business/detail.vue
@@ -41,8 +41,8 @@
            </view>
            <!-- 数字资产卡片 -->
            <view class="asset-cards" @click="goToPlatform">
               <view class="asset-card">
            <view class="asset-cards">
               <view class="asset-card" @click="goToPlatform">
                  <image class="asset-img" src="/static/background_top.png" mode="aspectFill"></image>
               </view>
               <view class="asset-card" @click="goToShop">
@@ -229,13 +229,23 @@
         // 跳转到平台
         goToPlatform() {
            uni.navigateTo({
               url: '/pages/plus/business/platform'
               url: '/pages/shop/shop?shop_supplier_id=1'
            });
         },
         // 跳转到店铺
         goToShop() {
            uni.navigateTo({
               url: '/pages/plus/business/shop'
            let _this=this;
            _this._post('store.store/getUserStore', {user_id:_this.businessInfo.user_id}, function(res) {
               if(res.data.list){
                  uni.navigateTo({
                     url: '/pages/shop/shop?shop_supplier_id='+res.data.list.shop_supplier_id
                  });
               }else{
                  _this.showError('该用户暂无店铺')
               }
               /* uni.navigateTo({
                  url: '/pages/shop/shop?shop_supplier_id=1'
               }); */
            });
         },
         // 新建数字名片