cyl/master-0822
wangxia 3 months ago
parent c03732498a
commit aa051a0abe

@ -19,6 +19,7 @@ let userInfo = {// 用户信息模块
user_getTeamList: "/yishoudan/agency/group/user/listByUser",// 获取登录人团队列表
user_toggleTeam: "/yishoudan/agency/group/user/changeGroup",// 切换团队
get_supplier_info: "/agency/getCompanyAuth",// 获取认证信息
get_AgencyIdByAccId: "/wyyx/systemuser/getAgencyIdByAccid",// 获取认证信息
/**
* 团队成员相关

@ -20,7 +20,7 @@
</view>
<view v-if="speed > 0" class="link">
<block class="" v-for="(item, index) in jobArray" :key="index">
<view class="item g_position_rela g_mb_10 g_ml_12 g_mr_12 g_bg_f g_radius_8 g_border_e_b" :class="from == 'share' || from == 'chat' ? 'g_pl_32' : ''">
<view class="item g_position_rela g_mb_10 g_ml_12 g_mr_12 g_bg_f g_radius_8 g_border_e_b" :class="from == 'share' ? 'g_pl_32' : ''">
<view class="g_p_10 g_position_rela" style="" @click="handleCard(item, index)">
<i class="iconfont icon-yitingzhao" v-if="item.recruitment == 2 && from != 'mine'" style="position: absolute; left: 50%; top: 58%; transform: translate(-50%, -50%); color: #ff4d4f; font-size: 80px; z-index: 1"></i>
<view class="m-top g_flex_row_between">
@ -110,7 +110,8 @@
<i class="iconfont icon-gengduo2 icon g_c_b1" style="font-size: 32rpx"></i>
</view>
</view>
<view class="g_flex_row_between flex_center g_border_e_t g_p_8" style="line-height: 23px" v-if="from != 'shareList'">
<view class="g_border_e_t g_p_8" style="line-height: 23px" v-if="from != 'shareList'">
<view class="g_flex_row_between flex_center" v-if="from != 'chat'">
<view class="g_c_6 g_fs_12 g_pr_4 g_radius_4 g_flex_row_start flex_center" style="background: #f1faff" @click="toApplyInfo(item)">
<!-- <div class="g_w_36 g_mr_4 g_fs_12 g_pl_4 g_pr_4" style="background-color: #e3f5ff">发单号</div> -->
<img class="g_w_36 g_h_20 g_mr_4" src="https://matripe-cms.oss-cn-beijing.aliyuncs.com/bocaigongyinglian/icon-fadanhao.svg" alt="" />
@ -126,13 +127,15 @@
</view>
</view>
</view>
<view class="g_flex_row_end flex_center" v-if="from == 'chat'">
<g-button btnText="发送" fontSize="14" type="primary" size="mini" @clickBtn="sendJob(item)" />
<!-- <view class="checkBox g_c_main g_fs_14" hover-class="none" @click.stop="sendJob(item)"> 发送 </view> -->
</view>
</view>
</view>
<view class="checkBox" hover-class="none" v-if="from == 'share'" @click.stop="checkJob(item)">
<checkbox class="biggerSize" style="transform: scale(0.8, 0.8)" color="g_c_main" :checked="item.checked" :value="item.checked"></checkbox>
</view>
<view class="checkBox g_c_main g_fs_14" hover-class="none" v-if="from == 'chat'" @click.stop="sendJob(item)">
发送
</view>
</view>
</block>
<view class="g_mt_32 g_pb_32 g_c_9 g_pl_12 g_text_c" v-if="isShowLoginBtn && jobArray.length > 0" hover-class="none">
@ -421,9 +424,8 @@ export default {
checkJob(_item) {
this.$emit("checkJob", _item);
},
sendJob(_item){
sendJob(_item) {
this.$emit("sendJob", _item);
},
submitApply(e) {
let that = this;

@ -129,6 +129,8 @@ onShow(() => {
trackInit("ConversationUIKit");
//
uni.$UIKitStore?.uiStore.selectConversation("");
const conversationId = uni.$UIKitStore.uiStore.selectedConversation;
console.log("conversationId", conversationId);
// (im, , )
uni.$UIKitStore.conversationStore.getConversationListActive(0, 100).then((res) => {
console.log("reresresresress", res);

@ -569,6 +569,7 @@ export default {
let that = this;
console.log("$type", $type);
this.G.isLogin();
that.loading = true;
let params = {
pageNum: that.query.page,
pageSize: that.query.size,
@ -583,11 +584,7 @@ export default {
if (this.G.isLogin()) {
that.G.Post(that.api.job_list, params, (res) => {
console.log("resresresresresres", res);
if (res.recordCount == 0) {
that.loading = false;
} else {
that.loading = true;
}
that.speed = res.recordCount;
that.setJobList(res.recordList, $type);
console.log("query.list", that.query.list);

@ -1,8 +1,8 @@
@font-face {
font-family: "iconfont"; /* Project id 4374774 */
src: url('//at.alicdn.com/t/c/font_4374774_zuuyrxlecbi.woff2?t=1755592111683') format('woff2'),
url('//at.alicdn.com/t/c/font_4374774_zuuyrxlecbi.woff?t=1755592111683') format('woff'),
url('//at.alicdn.com/t/c/font_4374774_zuuyrxlecbi.ttf?t=1755592111683') format('truetype');
src: url('//at.alicdn.com/t/c/font_4374774_ki7e1dxn9va.woff2?t=1756454097212') format('woff2'),
url('//at.alicdn.com/t/c/font_4374774_ki7e1dxn9va.woff?t=1756454097212') format('woff'),
url('//at.alicdn.com/t/c/font_4374774_ki7e1dxn9va.ttf?t=1756454097212') format('truetype');
}
.iconfont {
@ -13,6 +13,10 @@
-moz-osx-font-smoothing: grayscale;
}
.icon-5gongdanguanli:before {
content: "\e6b8";
}
.icon-fadanhao-32:before {
content: "\e67d";
}

Loading…
Cancel
Save