fix(selfService): bug-11 隐藏订单自提入口
This commit is contained in:
parent
2a83859ab8
commit
c92769d6f4
|
@ -31,12 +31,12 @@ export default {
|
||||||
path: '/pages/selfService/updateAdress/updateAdress',
|
path: '/pages/selfService/updateAdress/updateAdress',
|
||||||
id: '1',
|
id: '1',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '订单自提',
|
// name: '订单自提',
|
||||||
url: '../../static/images/zz_tjbb.png',
|
// url: '../../static/images/zz_tjbb.png',
|
||||||
path: '/pages/selfService/orderPick/orderPick',
|
// path: '/pages/selfService/orderPick/orderPick',
|
||||||
id: '2',
|
// id: '2',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '户籍变更',
|
name: '户籍变更',
|
||||||
url: '../../static/images/zz_gxbg.png',
|
url: '../../static/images/zz_gxbg.png',
|
||||||
|
@ -83,12 +83,12 @@ export default {
|
||||||
path: '/pages/selfService/updateAdress/updateAdress',
|
path: '/pages/selfService/updateAdress/updateAdress',
|
||||||
id: '1',
|
id: '1',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '订单自提',
|
// name: '订单自提',
|
||||||
url: '../../static/images/zz_tjbb.png',
|
// url: '../../static/images/zz_tjbb.png',
|
||||||
path: '/pages/selfService/orderPick/orderPick',
|
// path: '/pages/selfService/orderPick/orderPick',
|
||||||
id: '2',
|
// id: '2',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '户籍变更',
|
name: '户籍变更',
|
||||||
url: '../../static/images/zz_gxbg.png',
|
url: '../../static/images/zz_gxbg.png',
|
||||||
|
@ -122,12 +122,12 @@ export default {
|
||||||
path: '/pages/selfService/updateAdress/updateAdress',
|
path: '/pages/selfService/updateAdress/updateAdress',
|
||||||
id: '1',
|
id: '1',
|
||||||
},
|
},
|
||||||
{
|
// {
|
||||||
name: '订单自提',
|
// name: '订单自提',
|
||||||
url: '../../static/images/zz_tjbb.png',
|
// url: '../../static/images/zz_tjbb.png',
|
||||||
path: '/pages/selfService/orderPick/orderPick',
|
// path: '/pages/selfService/orderPick/orderPick',
|
||||||
id: '2',
|
// id: '2',
|
||||||
},
|
// },
|
||||||
{
|
{
|
||||||
name: '户籍变更',
|
name: '户籍变更',
|
||||||
url: '../../static/images/zz_gxbg.png',
|
url: '../../static/images/zz_gxbg.png',
|
||||||
|
|
|
@ -50,7 +50,7 @@
|
||||||
{{'驳回原因'}}
|
{{'驳回原因'}}
|
||||||
</view>
|
</view>
|
||||||
<view v-if="!item.approveStatus" class="sub_btn" @click="goApply(item)">
|
<view v-if="!item.approveStatus" class="sub_btn" @click="goApply(item)">
|
||||||
{{'申请自提'}}
|
申请自提
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
|
|
Loading…
Reference in New Issue