Răsfoiți Sursa

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

zhangsiya 2 ani în urmă
părinte
comite
a6b47d919d

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

@@ -1429,11 +1429,14 @@
         // 显示隐藏
         if (!canRead) {
             // $(".prebuilt").remove()
-            $('#tab2').hide() // 摘要tab1+正文tab2
-            $(".tab-ct").hide() // 正文信息
-            $(".abs").hide() // 阅读原文和意见反馈
-            $(".atta-list").hide() // 附件列表
-            $(".mask-zz").removeClass("hidden");
+            if(subtype != '拟建') {
+              $('#tab2').hide() // 摘要tab1+正文tab2
+              $(".tab-ct").hide() // 正文信息
+              $(".abs").hide() // 阅读原文和意见反馈
+              $(".atta-list").hide() // 附件列表
+              $(".mask-zz").removeClass("hidden");
+            }
+
         } else {
             $(".prebuilt").css('height', 'unset')
             if(userId) {

+ 8 - 6
src/web/templates/weixin/wxinfocontent_rec.html

@@ -1851,12 +1851,14 @@ function checkShowDialog () {
 	// 显示隐藏
 	if (!canRead) {
 		// $(".prebuilt").remove()
-		$('#tab2').hide() // 摘要tab1+正文tab2
-		$(".tab-ct").hide() // 正文信息
-		$(".abs").hide() // 阅读原文和意见反馈
-		$(".atta-list").hide() // 附件列表
-		// $(".mask-zz").removeClass("hidden");
-		$(".reward").hide();
+       if(subtype != '拟建') {
+         $('#tab2').hide() // 摘要tab1+正文tab2
+         $(".tab-ct").hide() // 正文信息
+         $(".abs").hide() // 阅读原文和意见反馈
+         $(".atta-list").hide() // 附件列表
+         $(".mask-zz").removeClass("hidden");
+         $(".reward").hide();
+       }
 	} else {
 		$(".prebuilt").css('height', 'unset')
 		$('.third-party-verify').show()