* fix xuanxuan 84's bug

This commit is contained in:
chaideqing
2021-12-07 09:27:40 +08:00
parent e4df2494bd
commit 9a2148a540
22 changed files with 150 additions and 188 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ $(function()
if(xuanAction != "<div class='xuancard-actions fixed'>")
{
var params = window.location.search;
if(params.indexOf('displayNotice=card') == -1)
if(params.indexOf('isNotice=1') == -1)
{
xuanAction += '</div>';
$('body').append(xuanAction);