Browse Source

feat:权限调整

malin 3 years ago
parent
commit
f9cb8e97f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/web/templates/weixin/wxinfocontent_rec.html

+ 1 - 1
src/web/templates/weixin/wxinfocontent_rec.html

@@ -1634,7 +1634,7 @@ function checkShowDialog () {
 		$('#dialog-tip-title').text('想中标?提前介入很关键!')
 		$(".dialog-tip-text").html('采购意向项目全公开,抢先获知采购项目需求,<br> 提前主动介入,中标几率更高!')
 	}
-	if (canRead){
+	if (canRead==false ){
             $('#dialog-tip-title').text('免费查看更多公告')
             $(".dialog-tip-text").html('请完善个人信息,获取更多免费查看公告权限')
         }