Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
任超
/
js.portalStaticPage
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
aebdeec5
authored
2020-11-02 10:27:18 +0800
by
weimo934
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style(*):新闻跳转改为a连接
1 parent
a3952916
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
6 deletions
staticViews/gsgg/index.html
staticViews/xwdt/index.html
staticViews/gsgg/index.html
View file @
aebdeec
This diff is collapsed.
Click to expand it.
staticViews/xwdt/index.html
View file @
aebdeec
...
...
@@ -9,7 +9,7 @@
<meta
name=
"renderer"
content=
"webkit"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no"
>
<meta
http-equiv=
"Cache-Control"
content=
"no-siteapp"
/>
<link
rel=
"alternate icon"
type=
"image/png"
href=
"../../static
static
Images/logo-realestate.png"
>
<link
rel=
"alternate icon"
type=
"image/png"
href=
"../../staticImages/logo-realestate.png"
>
<link
rel=
'icon'
href=
'favicon.ico'
type=
'image/x-ico'
/>
<meta
name=
"description"
content=
""
/>
<meta
name=
"keywords"
content=
""
/>
...
...
@@ -66,7 +66,7 @@
</div>
<div
class=
"leftandright"
>
<div
class=
"left"
>
<a
class=
"xw"
>
<a
class=
"xw"
href=
"./../xwxq/index.html"
target=
"_blank"
>
<div
class=
"xw-left"
>
<img
src=
"https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"
>
...
...
@@ -96,7 +96,7 @@
</div>
</div>
</a>
<a
class=
"xw"
>
<a
class=
"xw"
href=
"./../xwxq/index.html"
target=
"_blank"
>
<div
class=
"xw-left"
>
<img
src=
"https://dss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=1938529415,777611275&fm=26&gp=0.jpg"
>
...
...
@@ -278,9 +278,6 @@
});
layui
.
use
(
'laypage'
,
function
()
{
$
(
function
()
{
$
(
'.left-body'
).
click
(
function
()
{
window
.
location
.
href
=
"./../xwxq/index.html"
;
})
let
laypage
=
layui
.
laypage
;
//执行一个laypage实例
laypage
.
render
({
...
...
Please
register
or
sign in
to post a comment