|
@@ -522,7 +522,7 @@
|
|
|
<div class="resbm0">
|
|
|
<div>
|
|
|
<i class="icon iconfont" id="close_set"></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 () {
|