no message

app
jscyl13849007907 5 months ago
parent afbf54640f
commit 5927056eab

@ -23,7 +23,7 @@
<div class="g_flex_1"> <div class="g_flex_1">
<u-tabs bg-color="transparent" from="index" gutter="20" :list="tabInfo.list" :is-scroll="true" :current="tabInfo.active" active-color="#00b666" bar-width="64" bar-height="6" @change="handleUpdateTab" font-size="34" duration="0.05" height="76"></u-tabs> <u-tabs bg-color="transparent" from="index" gutter="20" :list="tabInfo.list" :is-scroll="true" :current="tabInfo.active" active-color="#00b666" bar-width="64" bar-height="6" @change="handleUpdateTab" font-size="34" duration="0.05" height="76"></u-tabs>
</div> </div>
<div class="g_flex_row_end"> <div class="g_flex_row_end" v-if="false">
<div class="csbf" @click="chooseNl('sort')"> <div class="csbf" @click="chooseNl('sort')">
{{ sortList.list[sortList.active].showName }} {{ sortList.list[sortList.active].showName }}
<span class="iconfont icon-shouqi g_fs_12 g_c_9 fst g_ml_4" v-if="whichOneShow == 'sort'"></span> <span class="iconfont icon-shouqi g_fs_12 g_c_9 fst g_ml_4" v-if="whichOneShow == 'sort'"></span>

@ -558,12 +558,12 @@ export default {
} }
res.zhengceTextShow = that.G.policyNumToHanZi(res.policyIdx); 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 : ""; res.totalZC = res.prevRecordId || (!res.prevRecordId && !res.nextRecordId) ? res.newZhuchang : "";
if (res.upOnSiteInfo) { // if (res.upOnSiteInfo) {
res.totalZC = res.upOnSiteInfo || !res.prevRecordId ? res.upOnSiteInfo.replaceAll("", "\n") + "\n" + res.totalZC : res.totalZC; // res.totalZC = res.upOnSiteInfo || !res.prevRecordId ? res.upOnSiteInfo.replaceAll("", "\n") + "\n" + res.totalZC : res.totalZC;
// console.log("newZhuchang upZhuchang", res.upZhuchang + "123" + res.newZhuchang); // // console.log("newZhuchang upZhuchang", res.upZhuchang + "123" + res.newZhuchang);
} // }
if (res.upAgencyName == "江西人海" && res.totalZC.indexOf(" ") != -1) { if (res.upAgencyName == "江西人海" && res.totalZC.indexOf(" ") != -1) {
res.totalZC = res.totalZC.split(" ")[1]; res.totalZC = res.totalZC.split(" ")[1];
res.zhuchangTel = res.totalZC.replace(/\s+/g, ""); res.zhuchangTel = res.totalZC.replace(/\s+/g, "");

Loading…
Cancel
Save