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
399ec41c
authored
2020-11-24 10:02:53 +0800
by
任超
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:电子证书
1 parent
13948128
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
20 additions
and
20 deletions
staticJs/dzzs.js
staticViews/dzzs.html
staticJs/dzzs.js
View file @
399ec41
...
...
@@ -7,32 +7,32 @@ $(function () {
var
data
=
{
'progressList'
:
[
{
n
ame
:
"信息效验"
,
isActive
:
1
stepN
ame
:
"信息效验"
,
stepState
:
2
//0:未办理 1:正在办理 2:已办理
},
{
n
ame
:
"填报信息"
,
isActive
:
1
stepN
ame
:
"填报信息"
,
stepState
:
2
},
{
n
ame
:
"完税核税"
,
isActive
:
1
stepN
ame
:
"完税核税"
,
stepState
:
2
},
{
n
ame
:
"身份认证"
,
isActive
:
1
stepN
ame
:
"身份认证"
,
stepState
:
2
},
{
n
ame
:
"资料审核"
,
isActive
:
1
stepN
ame
:
"资料审核"
,
stepState
:
2
},
{
n
ame
:
"线上缴费"
,
isActive
:
1
stepN
ame
:
"线上缴费"
,
stepState
:
2
},
{
n
ame
:
"生成电子证书"
,
isActive
:
2
stepN
ame
:
"生成电子证书"
,
stepState
:
1
}
],
}
...
...
staticViews/dzzs.html
View file @
399ec41
...
...
@@ -127,19 +127,19 @@
<script
type=
"text/javascript"
src=
"../staticJs/dzzs.js"
></script>
<script
id=
"progress"
type=
"text/html"
>
{{
#
layui
.
each
(
d
.
progressList
,
function
(
index
,
item
){
}}
{{
#
if
(
item
.
isActive
==
1
){
}}
{{
#
if
(
item
.
stepState
==
2
){
}}
<
li
class
=
"item_proress"
>
<
p
class
=
"active"
><
/p
>
<
h5
>
{{
item
.
n
ame
}}
<
/h5
>
<
h5
>
{{
item
.
stepN
ame
}}
<
/h5
>
<
/li
>
<
li
class
=
"layui-progress"
>
<
div
class
=
"layui-progress-bar"
lay
-
percent
=
"100%"
><
/div
>
<
/li
>
{{
#
}
}}
{{
#
if
(
item
.
isActive
==
2
){
}}
{{
#
if
(
item
.
stepState
==
1
){
}}
<
li
class
=
"item_proress"
>
<
p
class
=
"active"
><
/p
>
<
h5
>
{{
item
.
n
ame
}}
<
/h5
>
<
h5
>
{{
item
.
stepN
ame
}}
<
/h5
>
<
/li
>
{{
#
if
(
index
!=
(
d
.
progressList
.
length
-
1
)){
}}
<
li
class
=
"layui-progress"
>
...
...
@@ -147,10 +147,10 @@
<
/li
>
{{
#
}
}}
{{
#
}
}}
{{
#
if
(
item
.
isActiv
e
==
0
){
}}
{{
#
if
(
item
.
stepStat
e
==
0
){
}}
<
li
class
=
"item_proress"
>
<
p
><
/p
>
<
h5
>
{{
item
.
n
ame
}}
<
/h5
>
<
h5
>
{{
item
.
stepN
ame
}}
<
/h5
>
<
/li
>
{{
#
if
(
index
!=
(
d
.
progressList
.
length
-
1
)){
}}
<
li
class
=
"layui-progress"
>
...
...
Please
register
or
sign in
to post a comment