瀏覽代碼

feat: 标讯详情页登录可见引到大会员广告位

zhangsiya 2 年之前
父節點
當前提交
f33f0cf865
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/jfw/modules/app/src/web/templates/weixin/wxinfocontent.html

+ 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()
     }