|
|
@ -1,10 +1,8 @@ |
|
|
<template> |
|
|
<template> |
|
|
<view class="page1"> |
|
|
<view class="page1"> |
|
|
<view>22222222</view> |
|
|
<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('merchant')">商家入驻</view> |
|
|
|
|
|
<view style="margin-top: 100px;" @click="navigatorTo('merchantCenter')">商家中心</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"> |
|
|
@ -39,6 +37,8 @@ |
|
|
let url = "" |
|
|
let url = "" |
|
|
if(e=='addgoods'){ |
|
|
if(e=='addgoods'){ |
|
|
url = '/package1/myCenter/addGoods' |
|
|
url = '/package1/myCenter/addGoods' |
|
|
|
|
|
}else if(e=='merchantCenter'){ |
|
|
|
|
|
url = '/package1/myCenter/merchantCenter' |
|
|
}else if(e=='addType'){ |
|
|
}else if(e=='addType'){ |
|
|
url = '/package1/myCenter/addType' |
|
|
url = '/package1/myCenter/addType' |
|
|
}else if(e=='goodsList'){ |
|
|
}else if(e=='goodsList'){ |
|
|
|