forked from angelo/web-retail-h5
feat(mine): 我的区域改为收益区域
This commit is contained in:
parent
d3282bc627
commit
4ca69f368a
|
@ -198,10 +198,10 @@
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<!-- 我的区域 -->
|
<!-- 收益区域 -->
|
||||||
<view class="my_order" v-if="regionInfoVisible">
|
<view class="my_order" v-if="regionInfoVisible">
|
||||||
<view class="my_title">
|
<view class="my_title">
|
||||||
<text class="thetitle">{{ '我的区域' }}</text>
|
<text class="thetitle">收益区域</text>
|
||||||
</view>
|
</view>
|
||||||
<view class="region-info-box">
|
<view class="region-info-box">
|
||||||
<view class="region-info-item">
|
<view class="region-info-item">
|
||||||
|
@ -422,13 +422,6 @@ export default {
|
||||||
menuKey: 'wallet',
|
menuKey: 'wallet',
|
||||||
ifshow: false,
|
ifshow: false,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// url: '/pages/pickupArea/pickupArea',
|
|
||||||
// name: '提货专区',
|
|
||||||
// imgurl: '../../static/images/my_icon3.png',
|
|
||||||
// menuKey: 'pickGoods',
|
|
||||||
// ifshow: false,
|
|
||||||
// },
|
|
||||||
{
|
{
|
||||||
url: '/pages/ticket/index',
|
url: '/pages/ticket/index',
|
||||||
name: '自助购票',
|
name: '自助购票',
|
||||||
|
@ -437,14 +430,6 @@ export default {
|
||||||
ifshow: true,
|
ifshow: true,
|
||||||
alwaysShow: true,
|
alwaysShow: true,
|
||||||
},
|
},
|
||||||
// {
|
|
||||||
// url: "/pages/memberCard/index",
|
|
||||||
// name: '电子会员卡',
|
|
||||||
// imgurl: "../../static/images/mark5.png",
|
|
||||||
// menuKey: "",
|
|
||||||
// ifshow: false,
|
|
||||||
// },
|
|
||||||
|
|
||||||
{
|
{
|
||||||
url: '/pages/selfService/index',
|
url: '/pages/selfService/index',
|
||||||
name: '自助服务',
|
name: '自助服务',
|
||||||
|
@ -481,42 +466,6 @@ export default {
|
||||||
ifshow: false,
|
ifshow: false,
|
||||||
},
|
},
|
||||||
// {
|
// {
|
||||||
// url: "2",
|
|
||||||
// name: "达人榜单",
|
|
||||||
// imgurl: "../../static/images/my_icon10.png",
|
|
||||||
// menuKey: "",
|
|
||||||
// ifdr: 1,
|
|
||||||
// ifshow: false,
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// url: "/pages/mine/myMarket/myMarket",
|
|
||||||
// name: '我的市场',
|
|
||||||
// imgurl: "../../static/images/my_icon9.png",
|
|
||||||
// menuKey: "",
|
|
||||||
// ifshow: false,
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// url: "/pages/mine/globalDistribution/globalDistribution",
|
|
||||||
// name: '全球分布',
|
|
||||||
// imgurl: "../../static/images/my_icon9.png",
|
|
||||||
// menuKey: "",
|
|
||||||
// ifshow: false,
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// url: "/pages/mine/honorHall/honorHall",
|
|
||||||
// name: "荣誉馆",
|
|
||||||
// imgurl: "../../static/images/my_icon9.png",
|
|
||||||
// menuKey: "",
|
|
||||||
// ifshow: false,
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// url: "/pages/mine/giftAddress/list",
|
|
||||||
// name: '礼品地址',
|
|
||||||
// imgurl: "../../static/images/mark9.png",
|
|
||||||
// menuKey: "",
|
|
||||||
// ifshow: false,
|
|
||||||
// },
|
|
||||||
// {
|
|
||||||
// url: '/pages/mine/addNewPv/index',
|
// url: '/pages/mine/addNewPv/index',
|
||||||
// name: '新增业绩',
|
// name: '新增业绩',
|
||||||
// imgurl: '../../static/images/mark9.png',
|
// imgurl: '../../static/images/mark9.png',
|
||||||
|
|
Loading…
Reference in New Issue