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