lin
2026-06-12 3682c449c3b3d3550959dbca51545c54df79f230
pages/my/my.vue
@@ -88,11 +88,14 @@
                     <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>
                  <text>会员权益</text></template>
               </view>
               <view class="mySerCon-v" @tap="goAbout">
                  <image :src="'../../static/imgs/mf1.png'" mode=""></image>
                  <view>关于澜品优选</view>
               </view>
            </view>
         </view>
@@ -186,6 +189,11 @@
           }
      },
      methods: {
         goAbout() {
            uni.navigateTo({
               url:'/pages/about/about'
            })
         },
           toHuishou(){
            const _this = this;
            if(!_this.isShop){