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
a3d124dd
authored
2020-11-06 14:13:44 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
feat:在线缴费
1 parent
bc810a1e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
staticViews/xwdt/index.html
staticViews/zxjf/css/index.css
staticViews/zxjf/index.html
staticViews/xwdt/index.html
View file @
a3d124d
...
...
@@ -52,7 +52,7 @@
<dd><a
href=
""
>
电商平台
</a></dd>
</dl>
</li>
<li
class=
"layui-nav-item"
><a
href=
""
>
在线缴费
</a></li>
<li
class=
"layui-nav-item"
><a
href=
"
../zxjf/index.html
"
>
在线缴费
</a></li>
<li
class=
"layui-nav-item"
class=
"item_last_child"
><a
href=
""
>
好差评
</a></li>
</ul>
</div>
...
...
staticViews/zxjf/css/index.css
View file @
a3d124d
...
...
@@ -38,3 +38,6 @@
.layui-laypage
.layui-laypage-curr
.layui-laypage-em
{
background-color
:
#1E9FFF
;
}
.payOnline
{
background-color
:
#FF5722
;
}
\ No newline at end of file
...
...
staticViews/zxjf/index.html
View file @
a3d124d
...
...
@@ -177,7 +177,11 @@
{{
d
.
LAY_TABLE_INDEX
+
1
}}
</script>
<script
type=
"text/html"
id=
"barDemo"
>
<
a
class
=
"layui-btn layui-btn-xs layui-btn-normal"
lay
-
event
=
"payOnline"
>
在线缴费
<
/a
>
{{
#
if
(
d
.
state
==
'0'
){
}}
<
a
class
=
"layui-btn layui-btn-xs payOnline"
lay
-
event
=
"payOnline"
>
在线缴费
<
/a
>
{{
#
}
else
{}}
<
a
class
=
"layui-btn layui-btn-xs"
lay
-
event
=
"payOnline"
>
查看结果
<
/a
>
{{
#
}
}}
</script>
<script
type=
"text/html"
id=
"state"
>
{{
#
if
(
d
.
state
==
'1'
){
}}
...
...
Please
register
or
sign in
to post a comment