From 2f1721412d757f76eca3acb26267b0a9dedf1862 Mon Sep 17 00:00:00 2001
From: lin <1005713861@163.com>
Date: Mon, 11 May 2026 09:58:34 +0800
Subject: [PATCH] feat:澜品优选 购物车、收藏和订单的顶部改成top: 44px;
---
pages/my/my.vue | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/pages/my/my.vue b/pages/my/my.vue
index 6ace643..006a204 100644
--- a/pages/my/my.vue
+++ b/pages/my/my.vue
@@ -91,7 +91,7 @@
<view class="mySerCon-v" @tap="toHuishou" >
<template v-if="isShop">
<image src="/static/imgs/quanshou.png" mode="widthFix"></image>
- <text>会员权收</text></template>
+ <text>会员权益</text></template>
</view>
</view>
@@ -181,6 +181,8 @@
console.log('res',res)
}
})
+ } else {
+ _this.isShop = false
}
},
methods: {
--
Gitblit v1.9.3