From 04042caf41b22cf5b351c317936a8276967a8ad8 Mon Sep 17 00:00:00 2001 From: TianYu <332368756@qq.com> Date: Mon, 29 May 2023 17:31:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=8A=9F=E8=83=BD=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/App.vue | 2 +- yudao-ui-app/pages.json | 24 ++++++++++++------------ yudao-ui-app/pages/index/index.vue | 3 +-- yudao-ui-app/pages/user/index.vue | 2 ++ 4 files changed, 16 insertions(+), 15 deletions(-) diff --git a/yudao-ui-app/App.vue b/yudao-ui-app/App.vue index 55873cea7..928d6f416 100644 --- a/yudao-ui-app/App.vue +++ b/yudao-ui-app/App.vue @@ -336,4 +336,4 @@ height: 0; color: transparent; } - \ No newline at end of file + diff --git a/yudao-ui-app/pages.json b/yudao-ui-app/pages.json index 8c067e53c..d68b3dca4 100644 --- a/yudao-ui-app/pages.json +++ b/yudao-ui-app/pages.json @@ -609,12 +609,12 @@ "selectedIconPath": "static/images/tabbar/nav_icon_shop_active.png", "text": "商城" }, - { - "pagePath": "pages/goods_cate/goods_cate", - "iconPath": "static/images/tabbar/nav_icon_sort.png", - "selectedIconPath": "static/images/tabbar/nav_icon_sort_active.png", - "text": "分类" - }, + // { + // "pagePath": "pages/goods_cate/goods_cate", + // "iconPath": "static/images/tabbar/nav_icon_sort.png", + // "selectedIconPath": "static/images/tabbar/nav_icon_sort_active.png", + // "text": "分类" + // }, { "pagePath": "pages/member_application/index", "iconPath": "static/images/tabbar/nav_icon_member.png", @@ -628,12 +628,12 @@ "text": "会员权益", "visible":false }, - { - "pagePath": "pages/order_addcart/order_addcart", - "iconPath": "static/images/tabbar/nav_icon_cart.png", - "selectedIconPath": "static/images/3-002.png", - "text": "购物车" - }, + // { + // "pagePath": "pages/order_addcart/order_addcart", + // "iconPath": "static/images/tabbar/nav_icon_cart.png", + // "selectedIconPath": "static/images/3-002.png", + // "text": "购物车" + // }, { "pagePath": "pages/user/index", "iconPath": "static/images/tabbar/nav_icon_my.png", diff --git a/yudao-ui-app/pages/index/index.vue b/yudao-ui-app/pages/index/index.vue index 50e1262ab..242fb23a5 100644 --- a/yudao-ui-app/pages/index/index.vue +++ b/yudao-ui-app/pages/index/index.vue @@ -184,7 +184,7 @@ import Loading from '@/components/Loading/index.vue'; const arrTemp = ["beforePay", "afterPay", "refundApply", "beforeRecharge", "createBargain", "pink"]; export default { - computed: mapGetters(['isLogin', 'uid','tenantId']), + computed: mapGetters(['isLogin', 'uid','tenantId','tenantInfo']), components: { tabNav, goodList, @@ -288,7 +288,6 @@ duration: 0.2 // 下划线动画时长 } }, - computed: mapGetters(['tenantInfo']), watch: { ProductNavindex(newVal) { // 监听当前选中项 this.setTabList() diff --git a/yudao-ui-app/pages/user/index.vue b/yudao-ui-app/pages/user/index.vue index 1d28d940a..f54b6c4af 100644 --- a/yudao-ui-app/pages/user/index.vue +++ b/yudao-ui-app/pages/user/index.vue @@ -50,6 +50,7 @@ +