fix: 功能调整

pull/2/head
TianYu 2023-05-29 17:31:52 +08:00
parent 53d55cc6e9
commit 04042caf41
4 changed files with 16 additions and 15 deletions

View File

@ -336,4 +336,4 @@
height: 0;
color: transparent;
}
</style>
</style>

View File

@ -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",

View File

@ -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()

View File

@ -50,6 +50,7 @@
</view>
<!-- <view class="sign" @click="goSignIn"></view> -->
</view>
<!--
<view class="order-wrapper">
<view class="order-hd flex">
<view class="left">我的商品订单</view>
@ -70,6 +71,7 @@
</block>
</view>
</view>
-->
</view>
<view class="contenBox">
<!-- 轮播 -->