no message

cyl/job_im
jscyl13849007907 1 week ago
parent 87a7f9daad
commit 36ce1788e9

@ -28,7 +28,7 @@
<view v-if="from == 'townsman'"> <view v-if="from == 'townsman'">
<view class="g_pt_16 g_pb_12 g_pl_16 g_pr_16" @click="handleTop(item)"> <view class="g_pt_16 g_pb_12 g_pl_16 g_pr_16" @click="handleTop(item)">
<topPanel :item="item" :from="from" :classify="classify" :recordStatus="recordStatus" :isSelf="isSelf" /> <topPanel :item="item" :from="from" :classify="classify" :recordStatus="recordStatus" :isSelf="isSelf" />
</view> </view>
<infoPanel :recordStatus="recordStatus" :classify="classify" :item="item" :from="from" @clickBottom="handleBotom" @clickMore="handleOpenStatus(item)" /> <infoPanel :recordStatus="recordStatus" :classify="classify" :item="item" :from="from" @clickBottom="handleBotom" @clickMore="handleOpenStatus(item)" />
</view> </view>
<view v-if="from == 'task'"> <view v-if="from == 'task'">

@ -36,12 +36,26 @@
<text v-else> - </text> <text v-else> - </text>
</view> </view>
<view class="g_fs_14 g_c_f40 g_ml_8 g_text_r g_flex_row_end g_mt_10"> <view class="g_fs_14 g_c_f40 g_ml_8 g_text_r g_flex_row_end g_mt_10">
<!-- <g-panel-server :str="(recordStatus == 3 || recordStatus == 4 || recordStatus == 5) && !isSelf ? '关注查看' : (item.classify == 1 ? info.serverPrice : (item.policyClassify == 1 ? ((item.totalPrice || '-') +'元/月' ) : '总价'))" verson="new" /> --> <!-- 工价+服务费 -->
<!-- 工价+服务费 -->
<g-panel-server v-if="item.policyClassify == 1" :str="(recordStatus == 3 || recordStatus == 4 || recordStatus == 5) && !isSelf ? '关注查看' : info.serverPrice" verson="new" /> <g-panel-server v-if="item.policyClassify == 1" :str="(recordStatus == 3 || recordStatus == 4 || recordStatus == 5) && !isSelf ? '关注查看' : info.serverPrice" verson="new" />
<!-- 总价 --> <!-- 总价 -->
<g-panel-server v-else :str="(recordStatus == 3 || recordStatus == 4 || recordStatus == 5) && !isSelf ? '关注查看' : '总价'" verson="new" /> <g-panel-server v-else :str="(recordStatus == 3 || recordStatus == 4 || recordStatus == 5) && !isSelf ? '关注查看' : '总价'" verson="new" />
</view> </view>
<view class="g_flex_row_start g_fs_12 g_pr_4 g_h_20 g_fw_400"
style="background: linear-gradient(138deg, #fde0ad 22%, #fac474); border-radius: 2px; color: #754300; line-height: 20px"
>
<view class>
<image class="g_mr_4"
style="width: 20px; height: 20px; display: block"
src="https://bocai-cms.oss-cn-beijing.aliyuncs.com/web-resource/1shoudan/fee.svg"
mode="aspecFill"
lazy-load="false"
></image>
</view>
<view class="g_fs_13" v-if="isfensi == 2">{{ info.fuWuFei || "" }}</view>
<view class="biggerSize2 g_fs_13" v-else>{{ "" }}</view>
</view>
</view> </view>
</view> </view>
@ -60,6 +74,7 @@
export default { export default {
data() { data() {
return { return {
isfensi:uni.getStorageSync("apply-userinfo") && uni.getStorageSync("apply-userinfo").isfensi,
localBaseImg: this.G.store().localBaseImg, localBaseImg: this.G.store().localBaseImg,
info: {}, info: {},
corpUserFlag: false, corpUserFlag: false,

@ -149,7 +149,11 @@ export default {
leafCateId: item.id, leafCateId: item.id,
cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪", cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪",
gender: that.G.getGenderByMinAge(item), gender: that.G.getGenderByMinAge(item),
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr) newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr),
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
'',
}; };
}) })
: []; : [];
@ -163,7 +167,11 @@ export default {
collected: item.collected ? true : false, collected: item.collected ? true : false,
cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪", cus_price: item.salaryClassify != 7 ? that.G.getSalaryClassifyValueHtml(item.salaryClassify, item.salaryClassifyValue) : "月薪",
gender: that.G.getGenderByMinAge(item), gender: that.G.getGenderByMinAge(item),
newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr) newadd:that.G.setJobInfoPositionv3(item.storeDistrict || item.storeAddr),
fuWuFei: that.G.setReturnFee(item.returnFee, item.returnFeeType),
newXmf:uni.getStorageSync('apply-agencyId') == uni.getStorageSync('pgy-agency-id') ?
(item.agencyId == uni.getStorageSync('apply-agencyId') ? (item.upFullName || item.upAgencyName || item.upProviderName) : item.agencyName) :
'',
}; };
}) })
: [] : []

Loading…
Cancel
Save