| | |
| | | <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> |
| | |
| | | console.log('res',res) |
| | | } |
| | | }) |
| | | } else { |
| | | _this.isShop = false |
| | | } |
| | | }, |
| | | methods: { |
| | | goAbout() { |
| | | uni.navigateTo({ |
| | | url:'/pages/about/about' |
| | | }) |
| | | }, |
| | | toHuishou(){ |
| | | const _this = this; |
| | | if(!_this.isShop){ |