Browse Source

提交数据导出企业导出提示样式

wangkaiyue 4 năm trước cách đây
mục cha
commit
ed21867843
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      src/web/templates/pc/createOrderPage.html

+ 3 - 0
src/web/templates/pc/createOrderPage.html

@@ -424,6 +424,9 @@
             //不!还没有结束~
             $("#entuserguige .inner .dr").on("click", function () {
                 $(this).addClass("active").siblings().removeClass("active");
+                if (({{.T.dailyNum}}-{{.T.dailyUsed}}) <{{.T.msgCount}}) {
+                    dailyTip()
+                }
                 //样式修改
                 $("#email").hide();
                 $("#guige").hide();