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

@ -609,12 +609,12 @@
"selectedIconPath": "static/images/tabbar/nav_icon_shop_active.png", "selectedIconPath": "static/images/tabbar/nav_icon_shop_active.png",
"text": "商城" "text": "商城"
}, },
{ // {
"pagePath": "pages/goods_cate/goods_cate", // "pagePath": "pages/goods_cate/goods_cate",
"iconPath": "static/images/tabbar/nav_icon_sort.png", // "iconPath": "static/images/tabbar/nav_icon_sort.png",
"selectedIconPath": "static/images/tabbar/nav_icon_sort_active.png", // "selectedIconPath": "static/images/tabbar/nav_icon_sort_active.png",
"text": "分类" // "text": "分类"
}, // },
{ {
"pagePath": "pages/member_application/index", "pagePath": "pages/member_application/index",
"iconPath": "static/images/tabbar/nav_icon_member.png", "iconPath": "static/images/tabbar/nav_icon_member.png",
@ -628,12 +628,12 @@
"text": "会员权益", "text": "会员权益",
"visible":false "visible":false
}, },
{ // {
"pagePath": "pages/order_addcart/order_addcart", // "pagePath": "pages/order_addcart/order_addcart",
"iconPath": "static/images/tabbar/nav_icon_cart.png", // "iconPath": "static/images/tabbar/nav_icon_cart.png",
"selectedIconPath": "static/images/3-002.png", // "selectedIconPath": "static/images/3-002.png",
"text": "购物车" // "text": "购物车"
}, // },
{ {
"pagePath": "pages/user/index", "pagePath": "pages/user/index",
"iconPath": "static/images/tabbar/nav_icon_my.png", "iconPath": "static/images/tabbar/nav_icon_my.png",

View File

@ -184,7 +184,7 @@
import Loading from '@/components/Loading/index.vue'; import Loading from '@/components/Loading/index.vue';
const arrTemp = ["beforePay", "afterPay", "refundApply", "beforeRecharge", "createBargain", "pink"]; const arrTemp = ["beforePay", "afterPay", "refundApply", "beforeRecharge", "createBargain", "pink"];
export default { export default {
computed: mapGetters(['isLogin', 'uid','tenantId']), computed: mapGetters(['isLogin', 'uid','tenantId','tenantInfo']),
components: { components: {
tabNav, tabNav,
goodList, goodList,
@ -288,7 +288,6 @@
duration: 0.2 // 线 duration: 0.2 // 线
} }
}, },
computed: mapGetters(['tenantInfo']),
watch: { watch: {
ProductNavindex(newVal) { // ProductNavindex(newVal) { //
this.setTabList() this.setTabList()

View File

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