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, "");