|
|
|
|
@ -9,10 +9,24 @@
|
|
|
|
|
<!-- v-if="userInfo.user.agencyRole == 1 || userInfo.user.agencyRole == 2 || userInfo.hasBill || true" -->
|
|
|
|
|
<view class="g_radius_8 g_p_16 g_bg_f g_text_c g_ml_10 g_mr_10" hover-class="thover" @click="goPage('/root/bind/order?active=0')">
|
|
|
|
|
<view class="g_fw_600 g_mb_10 g_fs_20 g_position_rela">
|
|
|
|
|
{{ upNum }}
|
|
|
|
|
{{ userNum.upNum }}
|
|
|
|
|
<view class="g_w_6 g_h_6 g_radius_50 g_bg_f0a" v-if="!readed" style="position: absolute; left: calc(50% + 10px); top: 0"></view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="g_c_6">关注发单号</view>
|
|
|
|
|
<!-- <view class="g_flex_row_between g_c_6 g_mt_12 ">
|
|
|
|
|
<div class="g_text_c g_flex_1">
|
|
|
|
|
<div class="g_fs_16 g_c_0 g_fw_600">{{ userNum.jobNum }}</div>
|
|
|
|
|
<div class="g_fs_14">总职位</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_text_c g_flex_1">
|
|
|
|
|
<div class="g_fs_16 g_c_0 g_fw_600">{{ userNum.recruitmentJobNum }}</div>
|
|
|
|
|
<div class="g_fs_14">在招</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="g_text_c g_flex_1">
|
|
|
|
|
<div class="g_fs_16 g_c_0 g_fw_600">{{ userNum.downNum }}</div>
|
|
|
|
|
<div class="g_fs_14">粉丝</div>
|
|
|
|
|
</div>
|
|
|
|
|
</view> -->
|
|
|
|
|
</view>
|
|
|
|
|
<!-- v-if="agencyInfo.supplierAccount == 1" -->
|
|
|
|
|
<view class="g_mt_10" v-if="false">
|
|
|
|
|
@ -84,7 +98,7 @@ export default {
|
|
|
|
|
authInfo: { realNameAuth: 0 }, // 认证信息
|
|
|
|
|
userInfo: {},
|
|
|
|
|
agencyInfo: {},
|
|
|
|
|
upNum: 0,
|
|
|
|
|
userNum: {},
|
|
|
|
|
map: { num10: "0", num20: "0", num25: "0", num30: "0", num40: "0", num999: "0", user999: "0", user40: "0", user48: "0", user50: "0", agencyData: {} },
|
|
|
|
|
orderDataList: [
|
|
|
|
|
{
|
|
|
|
|
@ -290,7 +304,7 @@ export default {
|
|
|
|
|
},
|
|
|
|
|
(res) => {
|
|
|
|
|
console.log("item.", res);
|
|
|
|
|
that.upNum = res.upNum;
|
|
|
|
|
that.userNum = res;
|
|
|
|
|
}
|
|
|
|
|
);
|
|
|
|
|
},
|
|
|
|
|
|