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
490b6d27
authored
2020-12-22 10:55:38 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:新闻
1 parent
fd82d64c
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
9 deletions
staticJs/login.js
staticViews/xwdt.html
staticJs/login.js
View file @
490b6d2
...
...
@@ -20,10 +20,6 @@ function login() {
});
})
}
// $(document).ready(function() {
// })
$
(
document
).
on
(
'click'
,
'.PersonLogin'
,
function
()
{
login
();
window
.
onbeforeunload
=
function
()
{
...
...
staticViews/xwdt.html
View file @
490b6d2
...
...
@@ -50,12 +50,9 @@
<
a
class
=
"left-top"
title
=
" {{ item.headline }}"
href
=
'./xwxq.html?id={{item.id}}'
target
=
"_blank"
>
{{
item
.
headline
}}
<
/a
>
<
a
class
=
"xw"
href
=
'./xwxq.html?id=
"{{item.id}}"
'
target
=
"_blank"
>
<
a
class
=
"xw"
href
=
'./xwxq.html?id=
{{item.id}}
'
target
=
"_blank"
>
<
div
class
=
"xw-left"
>
{{
#
if
(
item
.
cover
==
null
){
}}
<
img
src
=
"../staticImages/news_demo.jpg"
>
{{
#
}
}}
{{
#
if
(
item
.
cover
!=
null
){
}}
{{
#
if
(
item
.
cover
!=
null
){
}}
<
img
src
=
"{{ item.cover }}"
>
{{
#
}
}}
<
/div
>
...
...
Please
register
or
sign in
to post a comment