|
|
@ -1,8 +1,9 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view class="page1"> |
|
|
<view class="page1"> |
|
|
<view>22222222</view> |
|
|
<view>22222222</view> |
|
|
<view style="margin-top: 200px;" @click="navigatorTo('addgoods')">新增商品</view> |
|
|
<view style="margin-top: 100px;" @click="navigatorTo('addgoods')">新增商品</view> |
|
|
<view style="margin-top: 200px;" @click="navigatorTo('merchant')">商家入驻</view> |
|
|
<view style="margin-top: 100px;" @click="navigatorTo('addType')">新增分类</view> |
|
|
|
|
|
<view style="margin-top: 100px;" @click="navigatorTo('merchant')">商家入驻</view> |
|
|
<view style="margin-top: 100px;" @click="navigatorTo('jianzhizhuce')">兼职注册</view> |
|
|
<view style="margin-top: 100px;" @click="navigatorTo('jianzhizhuce')">兼职注册</view> |
|
|
<!-- 未注册兼职弹窗 --> |
|
|
<!-- 未注册兼职弹窗 --> |
|
|
<uni-popup ref="jianzhiPopup" background-color="rgba(2, 171, 255, 1)" borderRadius="40px 40px 40px 40px"> |
|
|
<uni-popup ref="jianzhiPopup" background-color="rgba(2, 171, 255, 1)" borderRadius="40px 40px 40px 40px"> |
|
|
@ -37,6 +38,8 @@ |
|
|
let url = "" |
|
|
let url = "" |
|
|
if(e=='addgoods'){ |
|
|
if(e=='addgoods'){ |
|
|
url = '/package1/myCenter/addGoods' |
|
|
url = '/package1/myCenter/addGoods' |
|
|
|
|
|
}else if(e=='addType'){ |
|
|
|
|
|
url = '/package1/myCenter/addType' |
|
|
}else if(e=='merchant'){ |
|
|
}else if(e=='merchant'){ |
|
|
url = '/package1/myCenter/myMerchant' |
|
|
url = '/package1/myCenter/myMerchant' |
|
|
}else if(e == 'partTimeReg'){ |
|
|
}else if(e == 'partTimeReg'){ |
|
|
|