|
|
|
@ -1,12 +1,13 @@ |
|
|
|
<template> |
|
|
|
<view class="page1"> |
|
|
|
<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')">兼职主页-{{workerCounts}}</view> |
|
|
|
<view style="margin-top: 80px;" @click="navigatorTo('qianbao')">钱包余额 ¥{{balance}}</view> |
|
|
|
<view style="margin-top: 80px;" @click="navigatorTo('dingdan')">我的订单</view> |
|
|
|
<view style="margin-top: 80px;" @click="navigatorTo('qiehuan')">切换校区放到设置中</view> |
|
|
|
<view style="margin-top: 50px;" @click="navigatorTo('merchantCenter')">商家中心-{{shopCounts}}</view> |
|
|
|
<view style="margin-top: 50px;" @click="navigatorTo('jianzhizhuce')">兼职注册</view> |
|
|
|
<view style="margin-top: 50px;" v-if="worker" @click="navigatorTo('jianzhizhuye')">兼职主页-{{workerCounts}}</view> |
|
|
|
<view style="margin-top: 50px;" @click="navigatorTo('qianbao')">钱包余额 ¥{{balance}}</view> |
|
|
|
<view style="margin-top: 50px;" @click="navigatorTo('dingdan')">我的订单</view> |
|
|
|
<view style="margin-top: 50px;" @click="navigatorTo('qiehuan')">切换校区放到设置中</view> |
|
|
|
<view style="margin-top: 50px;" @click="navigatorTo('tuichu')">退出登录</view> |
|
|
|
<!-- 未注册兼职弹窗 --> |
|
|
|
<uni-popup ref="jianzhiPopup" background-color="rgba(2, 171, 255, 1)" borderRadius="40px 40px 40px 40px"> |
|
|
|
<view class="jianzhi-content" @tap="navigatorTo('partTimeReg')"> |
|
|
|
@ -174,6 +175,8 @@ |
|
|
|
url = '/package2/myCenter/goodsList' |
|
|
|
} else if (e == 'merchant') { |
|
|
|
url = '/package2/shop/merchantRegister' |
|
|
|
} else if (e == 'tuichu') { |
|
|
|
uni.clearStorageSync() |
|
|
|
} else if (e == 'qiehuan') { |
|
|
|
this.checkArea() |
|
|
|
} else if (e == 'jianzhichaping') { |
|
|
|
|