|
|
@@ -5525,14 +5525,24 @@ function doAfterImport(projectDatas) {
|
|
|
const isGlYun = $('title').text().includes("纵横公路云造价");
|
|
|
const appTitle = isGlYun ? "纵横公路云造价" : "纵横公路养护云造价";
|
|
|
|
|
|
+// <p style="color: red;">这段文字是红色的</p>
|
|
|
// 养护云提示以下内容:
|
|
|
+// const message = `尊敬的用户:<br>
|
|
|
+// ${appTitle}将于2026年9月24日停止使用,感谢您一直以来对纵横的信任和支持,为了更好地坚守初心,持续为您提供高质量的产品与服务,${appTitle}已升级为大司空云计价。<br>
|
|
|
+// 请联系当地客服免费升级账号,把所有项目迁移到大司空云计价。<br>
|
|
|
+// 当地服务热线:<a href="javascript:void(0);" onclick="$('#hintBox_btn_yes').trigger('click'); $('#customerService').trigger('click');">联系</a>当地客服<br>
|
|
|
+// 全国服务热线:0756-3850888,企业QQ:800003850<br>
|
|
|
+// 请点链接进入大司空云计价:<a href="https://dsk.smartcost.com.cn">https://dsk.smartcost.com.cn</a>`;
|
|
|
+
|
|
|
const message = `尊敬的用户:<br>
|
|
|
-${appTitle}将于2026年9月24日停止使用,感谢您一直以来对纵横的信任和支持,为了更好地坚守初心,持续为您提供高质量的产品与服务,${appTitle}已升级为大司空云计价。<br>
|
|
|
-请联系当地客服免费升级账号,把所有项目迁移到大司空云计价。<br>
|
|
|
-当地服务热线:联系当地客服<br>
|
|
|
-全国服务热线:0756-3850888,企业QQ:800003850<br>
|
|
|
-请点链接进入大司空云计价:<a href="https://dsk.smartcost.com.cn">https://dsk.smartcost.com.cn</a>`;
|
|
|
+<p style="margin:0"> ${appTitle}将于2026年9月24日停止使用,感谢您一直以来对纵横的信任和支持,为了更好地坚守初心,持续为您提供高质量的产品与服务,${appTitle}已升级为<a href="javascript:void(0);">大司空云计价</a>。</p>
|
|
|
+<p style="margin:0"> 请联系当地客服免费升级账号,把所有项目迁移到<a href="javascript:void(0);">大司空云计价</a>。</p>
|
|
|
+<p style="margin:0"> 当地服务热线:<a href="javascript:void(0);" onclick="$('#hintBox_btn_yes').trigger('click'); $('#customerService').trigger('click');">联系</a>当地客服</p>
|
|
|
+<p style="margin:0"> 全国服务热线:0756-3850888,企业QQ:800003850</p>
|
|
|
+<p style="color: red;margin:0"> 请点链接进入大司空云计价:<a style="color: red;" href="https://dsk.smartcost.com.cn">https://dsk.smartcost.com.cn</a></p>`;
|
|
|
+
|
|
|
window.alert(message);
|
|
|
+// $("#customerService").trigger("click");
|
|
|
|
|
|
if (isShow) {
|
|
|
let showTime = parseInt($("#showTime").val());
|