Commit 35e96c06 by txy

'强关弹出框'

parent 6f1c5238
...@@ -137,7 +137,13 @@ function showAttentionDialog() { ...@@ -137,7 +137,13 @@ function showAttentionDialog() {
$("#html-container-attention").fadeIn(); $("#html-container-attention").fadeIn();
} }
if(typeof user !== 'undefined'){ // 隐藏强关弹出框
function hideAttentionDialog() {
$("#html-container-attention").hide();
}
// 不在审核页面插入强关弹出框
if(typeof user !== 'undefined' && $("#examineTitle").length === 0){
appendAttentionDialog(); appendAttentionDialog();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment