tianyi 3 weeks ago
parent
commit
255de52629
  1. 3
      components/tab-bar/myCenter.vue

3
components/tab-bar/myCenter.vue

@ -5,6 +5,7 @@
<view style="margin-top: 80px;" @click="navigatorTo('jianzhizhuce')">兼职注册</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;" 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('qianbao')">钱包余额-{{balance}}</view>
<view style="margin-top: 80px;" @click="navigatorTo('dingdan')">我的订单</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">
<view class="jianzhi-content" @tap="navigatorTo('partTimeReg')"> <view class="jianzhi-content" @tap="navigatorTo('partTimeReg')">
@ -131,6 +132,8 @@
} }
}else if(e=='dingdan'){
url = '/package1/order/orderList'
}else if(e=='addType'){ }else if(e=='addType'){
url = '/package2/myCenter/addType' url = '/package2/myCenter/addType'
}else if(e=='qianbao'){ }else if(e=='qianbao'){

Loading…
Cancel
Save