|
@@ -16,7 +16,7 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="text-gray text-sm flex" v-else>
|
|
<view class="text-gray text-sm flex" v-else>
|
|
- <image src="../../static/images/worker/verified.png" style="width: 120rpx;" mode="widthFix"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/verified.png')" style="width: 120rpx;" mode="widthFix"></image>
|
|
<!-- <view class="cu-capsule round margin-right-sm">
|
|
<!-- <view class="cu-capsule round margin-right-sm">
|
|
<view class="cu-tag sm bg-blue">
|
|
<view class="cu-tag sm bg-blue">
|
|
<text class="cuIcon-safe"></text>
|
|
<text class="cuIcon-safe"></text>
|
|
@@ -26,9 +26,9 @@
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
<view class="btnbox action text-right text-lg">
|
|
<view class="btnbox action text-right text-lg">
|
|
- <image src="../../static/images/worker/worker_icon1.png" class="iconimage"
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/worker_icon1.png')" class="iconimage"
|
|
@tap="getShopCode" v-if="appplatform!='ios'"></image>
|
|
@tap="getShopCode" v-if="appplatform!='ios'"></image>
|
|
- <image src="../../static/images/worker/worker_icon2.png" class="iconimage"
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/worker_icon2.png')" class="iconimage"
|
|
data-pageurl="/pages/worker/winfo" @click="goPage"></image>
|
|
data-pageurl="/pages/worker/winfo" @click="goPage"></image>
|
|
|
|
|
|
<!-- <text class="cuIcon cuIcon-share padding-xs round" @tap="getShopCode"></text>
|
|
<!-- <text class="cuIcon cuIcon-share padding-xs round" @tap="getShopCode"></text>
|
|
@@ -68,7 +68,7 @@
|
|
<view class="cu-list grid col-1 no-border shadow shadow-lg radius echo-grid"
|
|
<view class="cu-list grid col-1 no-border shadow shadow-lg radius echo-grid"
|
|
style="padding: 0rpx !important;" v-if="workerinfo.wtype==1">
|
|
style="padding: 0rpx !important;" v-if="workerinfo.wtype==1">
|
|
<view class="cu-item" data-pageurl="/pages/worker/wcomform" @tap="goPage">
|
|
<view class="cu-item" data-pageurl="/pages/worker/wcomform" @tap="goPage">
|
|
- <image src="../../static/images/worker/worker_comjobs.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/worker_comjobs.png')" mode="scaleToFill"></image>
|
|
<text>发布招聘</text>
|
|
<text>发布招聘</text>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="cu-item" data-pageurl="/pages/mall/mall" @tap="goPage">
|
|
<!-- <view class="cu-item" data-pageurl="/pages/mall/mall" @tap="goPage">
|
|
@@ -80,15 +80,15 @@
|
|
<view class="cu-list grid col-3 no-border shadow shadow-lg radius echo-grid"
|
|
<view class="cu-list grid col-3 no-border shadow shadow-lg radius echo-grid"
|
|
style="padding: 0rpx !important;" v-else>
|
|
style="padding: 0rpx !important;" v-else>
|
|
<view class="cu-item" data-pageurl="/pages/worker/wcomform" @tap="goPage">
|
|
<view class="cu-item" data-pageurl="/pages/worker/wcomform" @tap="goPage">
|
|
- <image src="../../static/images/worker/worker_comjobs.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/worker_comjobs.png')" mode="scaleToFill"></image>
|
|
<text>发布招聘</text>
|
|
<text>发布招聘</text>
|
|
</view>
|
|
</view>
|
|
<view class="cu-item" data-pageurl="/pages/demand/demandform" @tap="goPage">
|
|
<view class="cu-item" data-pageurl="/pages/demand/demandform" @tap="goPage">
|
|
- <image src="../../static/images/worker/worker_demand.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/worker_demand.png')" mode="scaleToFill"></image>
|
|
<text>发布派遣</text>
|
|
<text>发布派遣</text>
|
|
</view>
|
|
</view>
|
|
<view class="cu-item" data-pageurl="/pages/supply/supplyform" @tap="goPage">
|
|
<view class="cu-item" data-pageurl="/pages/supply/supplyform" @tap="goPage">
|
|
- <image src="../../static/images/worker/worker_supply.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/worker_supply.png')" mode="scaleToFill"></image>
|
|
<text>发布供人</text>
|
|
<text>发布供人</text>
|
|
</view>
|
|
</view>
|
|
<!-- <view class="cu-item" data-pageurl="/pages/mall/mall" @tap="goPage">
|
|
<!-- <view class="cu-item" data-pageurl="/pages/mall/mall" @tap="goPage">
|
|
@@ -106,37 +106,37 @@
|
|
<view class="padding-lr margin-tb-sm">
|
|
<view class="padding-lr margin-tb-sm">
|
|
<view class="cu-list grid col-3 no-border shadow shadow-lg radius echo-grid workernav-grid">
|
|
<view class="cu-list grid col-3 no-border shadow shadow-lg radius echo-grid workernav-grid">
|
|
<view class="cu-item" data-pageurl="/pages/worker/wcomlist" @tap="goPage">
|
|
<view class="cu-item" data-pageurl="/pages/worker/wcomlist" @tap="goPage">
|
|
- <image src="../../static/images/worker/workernav1.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/workernav1.png')" mode="scaleToFill"></image>
|
|
<text>我的招聘</text>
|
|
<text>我的招聘</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="cu-item" data-pageurl="/pages/worker/invite" @tap="goPage">
|
|
<view class="cu-item" data-pageurl="/pages/worker/invite" @tap="goPage">
|
|
- <image src="../../static/images/worker/workernav8.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/workernav8.png')" mode="scaleToFill"></image>
|
|
<text>我的邀请</text>
|
|
<text>我的邀请</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view v-if="workerinfo.wtype==2" class="cu-item" data-pageurl="/pages/demand/wdemandlist" @tap="goPage">
|
|
<view v-if="workerinfo.wtype==2" class="cu-item" data-pageurl="/pages/demand/wdemandlist" @tap="goPage">
|
|
- <image src="../../static/images/worker/workernav3.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/workernav3.png')" mode="scaleToFill"></image>
|
|
<text>派遣订单</text>
|
|
<text>派遣订单</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="cu-item" data-pageurl="/pages/supply/wsupplylist" @tap="goPage" v-if="workerinfo.wtype==2">
|
|
<view class="cu-item" data-pageurl="/pages/supply/wsupplylist" @tap="goPage" v-if="workerinfo.wtype==2">
|
|
- <image src="../../static/images/worker/workernav2.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/workernav2.png')" mode="scaleToFill"></image>
|
|
<text>我的供人</text>
|
|
<text>我的供人</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="cu-item" data-pageurl="/pages/worker/wcomlog" @tap="goPage">
|
|
<view class="cu-item" data-pageurl="/pages/worker/wcomlog" @tap="goPage">
|
|
- <image src="../../static/images/worker/workernav6.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/workernav6.png')" mode="scaleToFill"></image>
|
|
<text>招聘报名记录</text>
|
|
<text>招聘报名记录</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="cu-item" data-pageurl="/pages/worker/wreportlist" @tap="goPage">
|
|
<view class="cu-item" data-pageurl="/pages/worker/wreportlist" @tap="goPage">
|
|
- <image src="../../static/images/worker/workernav13.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/workernav13.png')" mode="scaleToFill"></image>
|
|
<text>悬赏记录</text>
|
|
<text>悬赏记录</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
<view class="cu-item" data-pageurl="/pages/demand/snatch" @tap="goPage" v-if="workerinfo.wtype==2">
|
|
<view class="cu-item" data-pageurl="/pages/demand/snatch" @tap="goPage" v-if="workerinfo.wtype==2">
|
|
- <image src="../../static/images/worker/workernav4.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/workernav4.png')" mode="scaleToFill"></image>
|
|
<text>我接的派遣</text>
|
|
<text>我接的派遣</text>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
@@ -168,7 +168,7 @@
|
|
</view>
|
|
</view>
|
|
-->
|
|
-->
|
|
<view class="cu-item" data-pageurl="/pages/worker/wshare" @tap="goPage" v-if="appplatform!='ios'">
|
|
<view class="cu-item" data-pageurl="/pages/worker/wshare" @tap="goPage" v-if="appplatform!='ios'">
|
|
- <image src="../../static/images/worker/workernav9.png" mode="scaleToFill"></image>
|
|
|
|
|
|
+ <image :src="$getImageUrl('static/images/applet/worker/workernav9.png')" mode="scaleToFill"></image>
|
|
<text>获客海报</text>
|
|
<text>获客海报</text>
|
|
</view>
|
|
</view>
|
|
|
|
|