...
|
...
|
@@ -44,11 +44,9 @@ |
|
|
<div class="index_tenth_seconds">
|
|
|
<div class="index_tenth_second">
|
|
|
<div class="index_tenth_second_one">
|
|
|
<a href="https://open.weixin.qq.com/connect/qrconnect?appid=wx9cfa880272f186bf&redirect_uri=http://www.starplanet.cn/portal/login/wx_login&response_type=code&scope=snsapi_login&state=STATE#wechat_redirect">
|
|
|
<div class="index_tenth_second_img">
|
|
|
<img src="__TMPL__/public/assets/images/cicon_71@2x.png" alt="" />
|
|
|
</div>
|
|
|
</a>
|
|
|
<div class="index_tenth_second_img" id="login">
|
|
|
<img src="__TMPL__/public/assets/images/cicon_71@2x.png" alt="" />
|
|
|
</div>
|
|
|
<div class="index_tenth_second_title">
|
|
|
微信登录
|
|
|
</div>
|
...
|
...
|
@@ -80,11 +78,14 @@ |
|
|
</p>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div id="login_container">
|
|
|
</div>
|
|
|
</body>
|
|
|
<script src="__TMPL__/public/assets/js/base.js"></script>
|
|
|
<script src="__TMPL__/public/assets/js/jquery-2.1.0.js"></script>
|
|
|
<script src="__TMPL__/public/assets/js/swiper.min.js"></script>
|
|
|
<script src="__TMPL__/public/assets/js/public.js"></script>
|
|
|
<script src="http://res.wx.qq.com/connect/zh_CN/htmledition/js/wxLogin.js"></script>
|
|
|
<script>
|
|
|
$(".login").click(function() {
|
|
|
$(this).addClass("index_tenth_right");
|
...
|
...
|
@@ -140,5 +141,4 @@ |
|
|
});
|
|
|
});
|
|
|
</script>
|
|
|
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|