fix: 功能调整
parent
53d55cc6e9
commit
04042caf41
|
@ -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",
|
||||||
|
|
|
@ -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()
|
||||||
|
|
|
@ -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">
|
||||||
<!-- 轮播 -->
|
<!-- 轮播 -->
|
||||||
|
|
Loading…
Reference in New Issue