style(*):新闻跳转改为a连接
Showing
2 changed files
with
3 additions
and
6 deletions
This diff is collapsed.
Click to expand it.
... | @@ -9,7 +9,7 @@ | ... | @@ -9,7 +9,7 @@ |
9 | <meta name="renderer" content="webkit"> | 9 | <meta name="renderer" content="webkit"> |
10 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> | 10 | <meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"> |
11 | <meta http-equiv="Cache-Control" content="no-siteapp" /> | 11 | <meta http-equiv="Cache-Control" content="no-siteapp" /> |
12 | <link rel="alternate icon" type="image/png" href="../../staticstaticImages/logo-realestate.png"> | 12 | <link rel="alternate icon" type="image/png" href="../../staticImages/logo-realestate.png"> |
13 | <link rel='icon' href='favicon.ico' type='image/x-ico' /> | 13 | <link rel='icon' href='favicon.ico' type='image/x-ico' /> |
14 | <meta name="description" content="" /> | 14 | <meta name="description" content="" /> |
15 | <meta name="keywords" content="" /> | 15 | <meta name="keywords" content="" /> |
... | @@ -66,7 +66,7 @@ | ... | @@ -66,7 +66,7 @@ |
66 | </div> | 66 | </div> |
67 | <div class="leftandright"> | 67 | <div class="leftandright"> |
68 | <div class="left"> | 68 | <div class="left"> |
69 | <a class="xw"> | 69 | <a class="xw" href="./../xwxq/index.html" target="_blank"> |
70 | <div class="xw-left"> | 70 | <div class="xw-left"> |
71 | <img | 71 | <img |
72 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 72 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> |
... | @@ -96,7 +96,7 @@ | ... | @@ -96,7 +96,7 @@ |
96 | </div> | 96 | </div> |
97 | </div> | 97 | </div> |
98 | </a> | 98 | </a> |
99 | <a class="xw"> | 99 | <a class="xw" href="./../xwxq/index.html" target="_blank"> |
100 | <div class="xw-left"> | 100 | <div class="xw-left"> |
101 | <img | 101 | <img |
102 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> | 102 | src="https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"> |
... | @@ -278,9 +278,6 @@ | ... | @@ -278,9 +278,6 @@ |
278 | }); | 278 | }); |
279 | layui.use('laypage', function () { | 279 | layui.use('laypage', function () { |
280 | $(function () { | 280 | $(function () { |
281 | $('.left-body').click(function () { | ||
282 | window.location.href = "./../xwxq/index.html"; | ||
283 | }) | ||
284 | let laypage = layui.laypage; | 281 | let laypage = layui.laypage; |
285 | //执行一个laypage实例 | 282 | //执行一个laypage实例 |
286 | laypage.render({ | 283 | laypage.render({ | ... | ... |
-
Please register or sign in to post a comment