Explorar el Código

Merge branch 'dev/v4.8.39_zsy' of qmx/jy into feature/v4.8.39

zhangsiya hace 2 años
padre
commit
8dd4544218

+ 1 - 1
src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

@@ -1448,7 +1448,7 @@
     }
   // 是否展示详情上方的广告位
   function showTopAd () {
-    if((!canRead || !userId) && subtype == '拟建') {
+    if(!canRead && userId && subtype == '拟建') {
       $('.big-ad-img').show()
       $('.nj-ad').show()
     }