diff --git a/api/user.js b/api/user.js index 81c6d22..42a5f53 100644 --- a/api/user.js +++ b/api/user.js @@ -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",// 获取认证信息 /** * 团队成员相关 diff --git a/components/list/job.vue b/components/list/job.vue index b2454f4..4c7f337 100644 --- a/components/list/job.vue +++ b/components/list/job.vue @@ -20,7 +20,7 @@ - + @@ -110,29 +110,32 @@ - - - - - - {{ item.fullName || item.agencyName || "-" }} + + + + + + + {{ item.fullName || item.agencyName || "-" }} + - - - - - - {{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }} + + + + + {{ item.upFullName || item.upAgencyName || item.upProviderName || "-" }} + + + + + - - 发送 - @@ -421,10 +424,9 @@ export default { checkJob(_item) { this.$emit("checkJob", _item); }, - sendJob(_item){ + sendJob(_item) { this.$emit("sendJob", _item); - - }, + }, submitApply(e) { let that = this; let params = { diff --git a/pages/message/index.vue b/pages/message/index.vue index 7df6791..089a416 100644 --- a/pages/message/index.vue +++ b/pages/message/index.vue @@ -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); diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index 6029cc9..41aeebf 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -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.loading = false; that.speed = res.recordCount; that.setJobList(res.recordList, $type); console.log("query.list", that.query.list); diff --git a/static/css/iconfont.css b/static/css/iconfont.css index caab053..b8b729b 100644 --- a/static/css/iconfont.css +++ b/static/css/iconfont.css @@ -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"; }