|
|
|
@ -3,6 +3,7 @@ |
|
|
|
<view>22222222</view> |
|
|
|
<view style="margin-top: 100px;" @click="navigatorTo('addgoods')">新增商品</view> |
|
|
|
<view style="margin-top: 100px;" @click="navigatorTo('addType')">新增分类</view> |
|
|
|
<view style="margin-top: 100px;" @click="navigatorTo('goodsList')">商品列表</view> |
|
|
|
<view style="margin-top: 100px;" @click="navigatorTo('merchant')">商家入驻</view> |
|
|
|
<view style="margin-top: 100px;" @click="navigatorTo('jianzhizhuce')">兼职注册</view> |
|
|
|
<!-- 未注册兼职弹窗 --> |
|
|
|
@ -40,6 +41,8 @@ |
|
|
|
url = '/package1/myCenter/addGoods' |
|
|
|
}else if(e=='addType'){ |
|
|
|
url = '/package1/myCenter/addType' |
|
|
|
}else if(e=='goodsList'){ |
|
|
|
url = '/package1/myCenter/goodsList' |
|
|
|
}else if(e=='merchant'){ |
|
|
|
url = '/package1/myCenter/myMerchant' |
|
|
|
}else if(e == 'partTimeReg'){ |
|
|
|
|