From 54994f6db0e8621b4899fe5447d028834d9293de Mon Sep 17 00:00:00 2001 From: dx <1242347652@qq.com> Date: Mon, 3 Mar 2025 11:04:44 +0800 Subject: [PATCH 1/2] =?UTF-8?q?'=E5=8E=BB=E6=8E=89=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E5=A4=A7=E4=B8=AD=E5=B0=8F=E5=9E=8B=E6=A0=87=E7=AD=BE'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/enterprise.vue | 8 -------- 1 file changed, 8 deletions(-) diff --git a/pages/enterprise.vue b/pages/enterprise.vue index de23a6f..17d9761 100644 --- a/pages/enterprise.vue +++ b/pages/enterprise.vue @@ -79,14 +79,6 @@ - - {{ - $dict.echoDicValue( - dictMap.enterprises_type, - enterprise.type - ) - }} - {{ $dict.echoDicValue( From 23dc177874d2351709da3469736238fbeeb42471 Mon Sep 17 00:00:00 2001 From: dx <1242347652@qq.com> Date: Mon, 3 Mar 2025 14:37:06 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cs-text-more/index.vue | 2 +- sub/enterprise/detail.vue | 10 ++++++---- sub/task/detail.vue | 16 ++++------------ sub/task/record.vue | 4 ++-- 4 files changed, 13 insertions(+), 19 deletions(-) diff --git a/components/cs-text-more/index.vue b/components/cs-text-more/index.vue index 02bc62b..dd3c272 100644 --- a/components/cs-text-more/index.vue +++ b/components/cs-text-more/index.vue @@ -51,7 +51,7 @@ export default { }, splitLength: { type: Number, - default: 60 + default: 100 } } } diff --git a/sub/enterprise/detail.vue b/sub/enterprise/detail.vue index 227457c..b5de15b 100644 --- a/sub/enterprise/detail.vue +++ b/sub/enterprise/detail.vue @@ -13,9 +13,6 @@ - - {{ $dict.echoDicValue(dictMap.enterprises_type, detail.type) }} - {{ $dict.echoDicValue(dictMap.enterprises_area, detail.region) }} @@ -33,7 +30,7 @@ {{ detail.contactName }} 联系方式 - + {{ detail.environmentalContactPhone }} @@ -206,6 +203,11 @@ export default { ...dict.data } }, + callPhone(number) { + uni.makePhoneCall({ + phoneNumber: number + }) + }, async init() { const res = await getEnterPrise(this.detail.id) this.detail = res.data diff --git a/sub/task/detail.vue b/sub/task/detail.vue index 6b5b4c9..52e425b 100644 --- a/sub/task/detail.vue +++ b/sub/task/detail.vue @@ -29,8 +29,8 @@ {{ `${$util.formatDate( detail.startDate, - 'YYYY年M月D日' - )} 至 ${$util.formatDate(detail.endDate, 'YYYY年M月D日')}` + 'YYYY/M/D' + )}~${$util.formatDate(detail.endDate, 'YYYY/M/D')}` }} @@ -59,7 +59,7 @@ {{ isShowAllText ? detail.description - : `${detail.description.slice(1, 20)}...` + : `${detail.description.slice(1, 100)}...` }} {{ isShowAllText ? '收起' : '展开' }} @@ -164,14 +164,7 @@ > - - - + 已选择({{ isSelect.length }}) @@ -383,7 +376,6 @@ export default { taskId: this.detail.id }) this.list.push(...data.list) - uni.stopPullDownRefresh() this.load = 'loadmore' if (this.list.length == data.total) { this.load = 'nomore' diff --git a/sub/task/record.vue b/sub/task/record.vue index ad187ec..114c599 100644 --- a/sub/task/record.vue +++ b/sub/task/record.vue @@ -56,7 +56,7 @@ {{ isShowAllText ? detail.description - : `${detail.description.slice(1, 20)}...` + : `${detail.description.slice(1, 100)}...` }} {{ isShowAllText ? '收起' : '展开' }} @@ -76,9 +76,9 @@ {{ detail.enterprise.enterprisesName }} +