|
@@ -287,7 +287,11 @@ color:#1d1d1d;
|
|
|
<script src="{{Msg "seo" "cdn"}}/jyapp/js/fastclick.js?v={{Msg "seo" "version"}}"></script>
|
|
|
{{include "/common/js.html"}}
|
|
|
<script>
|
|
|
+ var isExaminePhone={{session "s_phone"}}=="18613717801";
|
|
|
$(function () {
|
|
|
+ if(isExaminePhone){
|
|
|
+ $(".u_right.govip").remove();
|
|
|
+ }
|
|
|
// 商机管理购买成功:记录从哪个页面跳到去购买的
|
|
|
sessionStorage.setItem('paySuccessNextStepLink', location.pathname);
|
|
|
|