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 @@ +