Commit ce57485a by txy

'未关注的弹出框'

parent c54545cc
......@@ -86,7 +86,7 @@ function appendAttentionDialog() {
// var orgInfo = orgIdFn(orgId);
// var orgName = orgInfo !== null ? orgInfo.orgName : '';
var str = '<section id="html-container-attention" style="display: none;">'+
var str = '<section id="html-container-attention" style="display: none;">'+
'<div>'+
'<div class="c-modal-wrap">'+
'<div class="mshe-mask"></div> '+
......@@ -110,7 +110,7 @@ var str = '<section id="html-container-attention" style="display: none;">'+
'</div>'+
'</div>'+
'</div>'+
'</section>';
'</section>';
$('body').prepend(str);
// 事件绑定
......@@ -119,7 +119,7 @@ var str = '<section id="html-container-attention" style="display: none;">'+
});
// 未关注过默认显示弹出框
if (user.attention){
if (!user.attention){
$("#html-container-attention").show();
}
}
......
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