浏览代码

Merge branch 'dev2.10.5.2' of http://192.168.3.207:10080/qmx/jy into dev2.10.5.2

wangshan 5 年之前
父节点
当前提交
b9684bbc31
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/jfw/modules/app/src/web/templates/weixin/search/mainSearch.html

+ 4 - 1
src/jfw/modules/app/src/web/templates/weixin/search/mainSearch.html

@@ -522,7 +522,7 @@
 		<div class="resbm0">
 	        <div>
 	            <i class="icon iconfont" id="close_set">&#xe61a;</i>
-	            <span>如果您对以上结果满意可【直接订阅】<br>更有VIP订阅等你试用。</span>
+	            <span>如果您对以上结果满意可【直接订阅】{{if and (not .T.isIosExam) (not .T.isIosExamPhone)}}<br>更有VIP订阅等你试用。{{end}}</span>
 	            <a id="zjdy" style="text-decoration: none;">直接订阅</a>
 	        </div>
 		</div>
@@ -737,7 +737,10 @@ var homePageInit = function(){
 		userId = result.userId;
     //
     if(isIosExam || isIosExamPhone){
+      $(".home_4").hide();
+ 			$(".home_todetails").hide();
       $(".tab_container a:eq(2)>span").text("关注企业");
+      $("#resbm #zjdy").prev("span").text("如果您对以上结果满意可【直接订阅】");
     }
     ActiveTip = new Active_Tip();
 		$("#searchIndex .inp-search").unbind("click").on("click",function () {