浏览代码

学习版提示信息微调

Tony Kang 3 年之前
父节点
当前提交
bc4959bd9a
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      web/building_saas/pm/html/project-management.html

+ 2 - 1
web/building_saas/pm/html/project-management.html

@@ -723,7 +723,7 @@
             <div class="modal-header">
                 <h5 class="modal-title">欢迎使用<%= title%></h5>
                 <label id="countdown" ></label>
-                <button type="button" id="welcomeCloseBtn" class="close text-danger" data-dismiss="modal" aria-label="Close" onclick="_showFreeUserInfo()">
+                <button type="button" id="welcomeCloseBtn" class="close text-danger" data-dismiss="modal" aria-label="Close">
                     <span aria-hidden="true">&times;</span>
                 </button>
             </div>
@@ -851,5 +851,6 @@
         const showFreeUserInfo = `尊敬的用户:<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;养护云计价学习版,将于2022年5月8日停用。请在之前升级专业版,以便继续使用。如有疑问,请联系:<br>纵横全国服务热线:0756-3850888,企业QQ:800003850`;
         if (isFree) hintBox.infoBox('温馨提示', showFreeUserInfo);
     }
+    if (isFree) _showFreeUserInfo();
 </script>
 </html>