取消会员二维码跳转

This commit is contained in:
duan
2024-07-19 17:56:13 +08:00
parent 2a3c5eabba
commit c17b6302a4
2 changed files with 2 additions and 2 deletions

View File

@@ -39,7 +39,7 @@
}) })
if (resdata.code == 0) { if (resdata.code == 0) {
this.switchdata = false this.switchdata = false
uni.cache.set('userInfo', resdata.data); uni.cache.set('userInfo', resdata .data);
uni.pro.redirectTo('/pages/member/index', { uni.pro.redirectTo('/pages/member/index', {
shopId: uni.cache.get('shopUser') shopId: uni.cache.get('shopUser')
}) })

View File

@@ -16,7 +16,7 @@
VIP{{userInfo.isVip}} VIP{{userInfo.isVip}}
</view> </view>
<image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/drder/erweima.png" class="imgStyle" mode="" <image src="https://czg-qr-order.oss-cn-beijing.aliyuncs.com/drder/erweima.png" class="imgStyle" mode=""
@click="clickEvent"></image> @click=""></image>
</view> </view>
</template> </template>