Commit ce57485a by txy

'未关注的弹出框'

parent c54545cc
......@@ -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