From 0e1cca42ad376a6590fc68f1965e8482007b0e24 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Fri, 12 Jul 2024 13:51:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E6=83=A0=E5=8D=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/xuan-switch/xuan-switch-ditu.vue | 6 +- my/hongbao/youhuijuan.vue | 29 ++-- my/hongbao/youhuijuanList.vue | 143 ++++++++++---------- pages/index/index.vue | 58 ++++---- pages/shop/index.vue | 6 +- pages/shop/yueDaoDianDrtail.vue | 3 +- pages/therapist/therapist.vue | 3 +- 7 files changed, 136 insertions(+), 112 deletions(-) diff --git a/components/xuan-switch/xuan-switch-ditu.vue b/components/xuan-switch/xuan-switch-ditu.vue index 60ebf0e..9d1208f 100644 --- a/components/xuan-switch/xuan-switch-ditu.vue +++ b/components/xuan-switch/xuan-switch-ditu.vue @@ -38,9 +38,9 @@ export default { props: { switchList: { type: Array, - default: ()=>{ - return ['列表','地图']; - } + // default: ()=>{ + // return ['列表','地图']; + // } }, defaultSwitch:{ // 默认值 type:Boolean, diff --git a/my/hongbao/youhuijuan.vue b/my/hongbao/youhuijuan.vue index 42eb67e..9192f2b 100644 --- a/my/hongbao/youhuijuan.vue +++ b/my/hongbao/youhuijuan.vue @@ -1,5 +1,5 @@