|
@@ -91,7 +91,7 @@
|
|
|
<script>
|
|
|
var userId = {{.T.isSubscribe}};
|
|
|
if (userId) {
|
|
|
- $('.screen_1').hide()
|
|
|
+ //$('.screen_1').hide();
|
|
|
}
|
|
|
</script>
|
|
|
{{if eq .T.source "open_infocontent"}}
|
|
@@ -129,6 +129,8 @@
|
|
|
<img class="rightcorner-close" src="{{Msg "seo" "cdn"}}/images/rightcorner-close.png">
|
|
|
</div>
|
|
|
{{if .T.isWeixin}}
|
|
|
+ <script>
|
|
|
+ </script>
|
|
|
<!--<div class="all">-->
|
|
|
<img style="opacity: 0" class="qrcode" src="/front/wxshare/{{.T.openid}}__{{if .T.activecode}}{{.T.activecode}}{{else}}jy_extend{{end}}"/>
|
|
|
<div style="opacity: 0" class="tip wxtip">长按关注,立即免费使用!</div>
|
|
@@ -140,6 +142,9 @@
|
|
|
<!--</div>-->
|
|
|
<!--<div class="kongbai"></div>-->
|
|
|
{{else}}
|
|
|
+ <script>
|
|
|
+ alert(2)
|
|
|
+ </script>
|
|
|
<img class="qrcode" src="/front/wxshare/{{.T.openid}}__{{if .T.activecode}}{{.T.activecode}}{{else}}jy_extend{{end}}"/>
|
|
|
<div class="tip wxtip">长按关注,立即免费使用!</div>
|
|
|
<a class="download" href="/front/downloadJyApp?page=mobile_about&code={{.T.code}}&source={{.T.source}}" id="download">立即下载APP</a>
|
|
@@ -153,6 +158,14 @@
|
|
|
|
|
|
|
|
|
</div>
|
|
|
+ <script>
|
|
|
+ var userId = {{.T.isSubscribe}};
|
|
|
+ if (userId) {
|
|
|
+ $(".screen_1").html('').prepend('<img style="width:100%" src="/images/about/bg_202103.jpg" />').on("click",function(){
|
|
|
+ window.location.href="https://mp.weixin.qq.com/mp/profile_ext?action=home&__biz=MzIyNTM1NDUyNw==&scene=110#wechat_redirect";
|
|
|
+ })
|
|
|
+ }
|
|
|
+ </script>
|
|
|
<div class="screen_2">
|
|
|
<center class="screen_title">
|
|
|
<span class="linecircle">
|