From 5927056eab1915fbdd8d5e2101b2036047e932b8 Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Tue, 1 Jul 2025 10:17:58 +0800 Subject: [PATCH] no message --- pages/home/index.vue | 2 +- root/detail/apply.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/home/index.vue b/pages/home/index.vue index 982dc8c..9b55d20 100644 --- a/pages/home/index.vue +++ b/pages/home/index.vue @@ -23,7 +23,7 @@
-
+
{{ sortList.list[sortList.active].showName }} diff --git a/root/detail/apply.vue b/root/detail/apply.vue index 0f1f069..bbe6ab7 100644 --- a/root/detail/apply.vue +++ b/root/detail/apply.vue @@ -558,12 +558,12 @@ export default { } res.zhengceTextShow = that.G.policyNumToHanZi(res.policyIdx); // 驻场信息样式统一 - res.newZhuchang = res.onSiteInfo ? res.onSiteInfo.replaceAll(";", "\n"):''; + // res.newZhuchang = res.onSiteInfo ? res.onSiteInfo.replaceAll(";", "\n"):''; res.totalZC = res.prevRecordId || (!res.prevRecordId && !res.nextRecordId) ? res.newZhuchang : ""; - if (res.upOnSiteInfo) { - res.totalZC = res.upOnSiteInfo || !res.prevRecordId ? res.upOnSiteInfo.replaceAll(";", "\n") + "\n" + res.totalZC : res.totalZC; - // console.log("newZhuchang upZhuchang", res.upZhuchang + "123" + res.newZhuchang); - } + // if (res.upOnSiteInfo) { + // res.totalZC = res.upOnSiteInfo || !res.prevRecordId ? res.upOnSiteInfo.replaceAll(";", "\n") + "\n" + res.totalZC : res.totalZC; + // // console.log("newZhuchang upZhuchang", res.upZhuchang + "123" + res.newZhuchang); + // } if (res.upAgencyName == "江西人海" && res.totalZC.indexOf(" ") != -1) { res.totalZC = res.totalZC.split(" ")[1]; res.zhuchangTel = res.totalZC.replace(/\s+/g, "");