Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
施宇
/
icsales
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
0e6c9c8c
authored
Nov 21, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'ljm_home' into development
parents
e225aa5d
871807ca
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
Application/Home/View/Certification/index.html
Application/Home/View/Certification/index.html
View file @
0e6c9c8c
...
...
@@ -152,6 +152,8 @@
<
div
style
=
"white-space: nowrap"
>
{{
#
if
(
d
.
status
==
2
)
{
}}
<
a
href
=
"javascript:;"
class
=
"btn lineBlock edit_info"
data
-
id
=
"{{d.id}}"
>
重新提交信息
<
/a
>
{{
#
}
else
if
(
d
.
status
==
1
){
}}
<
a
href
=
"javascript:;"
class
=
"btn lineBlock"
style
=
"opacity: 0.5"
data
-
id
=
"{{d.id}}"
>
审核中
<
/a
>
{{
#
}
else
{
}}
<
a
href
=
"javascript:;"
class
=
"btn lineBlock edit_info"
data
-
id
=
"{{d.id}}"
>
更新认证信息
<
/a
>
{{
#
}
}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment