|
@@ -723,7 +723,7 @@
|
|
|
<div class="modal-header">
|
|
<div class="modal-header">
|
|
|
<h5 class="modal-title">欢迎使用<%= title%></h5>
|
|
<h5 class="modal-title">欢迎使用<%= title%></h5>
|
|
|
<label id="countdown" ></label>
|
|
<label id="countdown" ></label>
|
|
|
- <button type="button" id="welcomeCloseBtn" class="close text-danger" data-dismiss="modal" aria-label="Close">
|
|
|
|
|
|
|
+ <button type="button" id="welcomeCloseBtn" class="close text-danger" data-dismiss="modal" aria-label="Close" onclick="_showFreeUserInfo()">
|
|
|
<span aria-hidden="true">×</span>
|
|
<span aria-hidden="true">×</span>
|
|
|
</button>
|
|
</button>
|
|
|
</div>
|
|
</div>
|
|
@@ -847,7 +847,9 @@
|
|
|
const isFree = JSON.parse('<%- isFree %>');
|
|
const isFree = JSON.parse('<%- isFree %>');
|
|
|
compilationData = JSON.parse(compilationData.replace(/[\s\r\n]/g, ""));//去掉空格字符
|
|
compilationData = JSON.parse(compilationData.replace(/[\s\r\n]/g, ""));//去掉空格字符
|
|
|
_iniAdminLevel();
|
|
_iniAdminLevel();
|
|
|
- const showFreeUserInfo = `温馨提示:请在2022年5月8日之前升级专业版,以便5月9日继续使用。\n全国服务热线:0756-3850888,企业QQ:800003850`;
|
|
|
|
|
- if (isFree) hintBox.infoBox('温馨提示', showFreeUserInfo);
|
|
|
|
|
|
|
+ function _showFreeUserInfo() {
|
|
|
|
|
+ const showFreeUserInfo = `尊敬的用户:<br> 养护云计价免费公用版,将于2022年5月8日停用。请在之前升级专业版,以便继续使用。如有疑问,请联系:<br>纵横全国服务热线:0756-3850888,企业QQ:800003850`;
|
|
|
|
|
+ if (isFree) hintBox.infoBox('温馨提示', showFreeUserInfo);
|
|
|
|
|
+ }
|
|
|
</script>
|
|
</script>
|
|
|
</html>
|
|
</html>
|