From bb39888129666d04ab92c1a4380a86a1bf029be2 Mon Sep 17 00:00:00 2001 From: wangxia <779219182@qq.com> Date: Wed, 20 Aug 2025 09:58:28 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/customTabbar.vue | 4 ++-- root/detail/job.vue | 10 +++++++++- uni_modules/vk-uview-ui/components/u-icon/u-icon.vue | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/components/customTabbar.vue b/components/customTabbar.vue index 6805ea2..86f23e7 100644 --- a/components/customTabbar.vue +++ b/components/customTabbar.vue @@ -76,8 +76,8 @@ export default { count: 0, }, { - iconPath: "icon-fadanhao-31 g_c_9", - selectedIconPath: "icon-fadanhao-31 g_c_main", + iconPath: "icon-fadanhao-32 g_c_9", + selectedIconPath: "icon-fadanhao-32 g_c_main", pagePath: "/pages/home/order", text: "发单号", iconSize: 48, diff --git a/root/detail/job.vue b/root/detail/job.vue index 063f968..01845fe 100644 --- a/root/detail/job.vue +++ b/root/detail/job.vue @@ -628,6 +628,7 @@ export default { return { globalData: getApp().globalData, videoContextTemp: {}, + goImLoading: false, // 跳转im的loading isSharePage: false, // 是否是分享页面的判断 isFans: false, shareUserId: null, // 分享人id @@ -1347,6 +1348,11 @@ export default { }, goIm() { let that = this; + if (that.goImLoading) { + return false; + } + + that.goImLoading = true; that.F.wyyxGet(that.api.job_get_cus + "?jobId=" + that.jobDetail.id, {}, (cusData) => { that.F.wyyxPost( that.api.wyyx_create, @@ -1356,6 +1362,7 @@ export default { }, (res) => { uni.$UIKitStore.uiStore.selectConversation(res.conversationId); + console.log("that.jobDetail", that.jobDetail); that.F.wyyxPost( that.api.wyyx_sendCard, { @@ -1368,7 +1375,7 @@ export default { info: (that.jobDetail.addss ? that.jobDetail.addss + "丨" : "") + that.jobDetail.genderRestrict + "丨" + that.jobDetail.age, label: that.jobDetail.jobRequestLabelNames.length > 0 ? that.jobDetail.jobRequestLabelNames : [], salaryClassifyValue: that.jobDetail.priceStr, - serviceFee: that.jobDetail.fuWuFei, + serviceFee: that.showPrice ? that.jobDetail.serverPrice : "", monthPay: that.jobDetail.monthPay, jobId: that.uid, }, @@ -1377,6 +1384,7 @@ export default { uni.navigateTo({ url: "/root/NEUIKit/pages/Chat/index", }); + that.goImLoading = false; }, () => {} ); diff --git a/uni_modules/vk-uview-ui/components/u-icon/u-icon.vue b/uni_modules/vk-uview-ui/components/u-icon/u-icon.vue index d46eeff..0f1a3b5 100644 --- a/uni_modules/vk-uview-ui/components/u-icon/u-icon.vue +++ b/uni_modules/vk-uview-ui/components/u-icon/u-icon.vue @@ -320,7 +320,7 @@ export default { } // 发单号 .icon-fadanhao-32:before { - content: "\e65c"; + content: "\e67d"; } .u-icon { display: inline-flex;