lin
2026-06-16 e41a81096025af9b746dfd124c7c52d1c6860856
pages/my/my.vue
@@ -88,12 +88,15 @@
                     <view>{{item.text}}</view>
                  </view>
               </template>
               <!-- <view class="mySerCon-v" @tap="toHuishou" >
                 <template v-if="isShop">
               <view v-if="isShop" class="mySerCon-v" @tap="toHuishou" >
                 <template>
                  <image src="/static/imgs/quanshou.png" mode="widthFix"></image>
                  <text>会员权收</text></template>
               </view> -->
                  <text>会员权益</text></template>
               </view>
               <view class="mySerCon-v" @tap="goAbout">
                  <image :src="'../../static/imgs/mf1.png'" mode=""></image>
                  <view>关于澜品优选</view>
               </view>
            </view>
         </view>
         <!-- <view style="text-align: center;font-size: 24rpx;color: #666666;margin: 80rpx 0;">
@@ -186,6 +189,11 @@
           }
      },
      methods: {
         goAbout() {
            uni.navigateTo({
               url:'/pages/about/about'
            })
         },
           toHuishou(){
            const _this = this;
            if(!_this.isShop){