|
|
|
@ -3,7 +3,7 @@ |
|
|
|
<view style="margin-top: 80px;" @click="navigatorTo('merchant')">商家入驻</view> |
|
|
|
<view style="margin-top: 80px;" @click="navigatorTo('merchantCenter')">商家中心-{{shopCounts}}</view> |
|
|
|
<view style="margin-top: 80px;" @click="navigatorTo('jianzhizhuce')">兼职注册</view> |
|
|
|
<view style="margin-top: 80px;" v-if="worker" @click="navigatorTo('jianzhizhuye')">兼职主页</view> |
|
|
|
<view style="margin-top: 80px;" v-if="worker" @click="navigatorTo('jianzhizhuye')">兼职主页-{{workerCounts}}</view> |
|
|
|
<!-- 未注册兼职弹窗 --> |
|
|
|
<uni-popup ref="jianzhiPopup" background-color="rgba(2, 171, 255, 1)" borderRadius="40px 40px 40px 40px"> |
|
|
|
<view class="jianzhi-content" @tap="navigatorTo('partTimeReg')"> |
|
|
|
|