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
a58439d8
authored
Jul 11, 2019
by
梁建民
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
css
parent
95efa635
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
6 deletions
Application/Home/View/Certification/index.html
Application/Home/View/GoodManage/index.html
Application/Home/View/public/indexheader.html
dist/js/account/index.js
Application/Home/View/Certification/index.html
View file @
a58439d8
...
...
@@ -23,7 +23,7 @@
<span
class=
"icon iconfont iconjuxing19 va-m"
></span>
<span>
请如实填写认证信息,不符合的认证将被拒绝
</span>
</div>
<div
class=
"certification-show clr"
>
<div
class=
"certification-show clr"
style=
"display: none"
>
<div
class=
"fl l"
>
<div
class=
"pic lineBlock va-m"
>
<img
src=
"__PUBLIC__/images/test.jpg"
alt=
""
>
...
...
@@ -47,13 +47,13 @@
<img
src=
"__PUBLIC__/images/sa.png"
alt=
""
width=
"180"
height=
"180"
>
</div>
</div>
<div
class=
"form_content clr"
style=
"display:
none
;"
>
<div
class=
"form_content clr"
style=
"display:
block
;"
>
<div
class=
"form_left fl layui-form"
>
<div
class=
"hq input_div "
>
<span
class=
"input_title lineBlock"
>
认证类型:
</span>
<div
class=
"input_parent"
>
<input
type=
"radio"
name=
"
sex"
value=
"
"
title=
"企业"
>
<input
type=
"radio"
name=
"
sex"
value=
"
"
title=
"个人"
checked
>
<input
type=
"radio"
name=
"
auth_type"
value=
"2
"
title=
"企业"
>
<input
type=
"radio"
name=
"
auth_type"
value=
"1
"
title=
"个人"
checked
>
</div>
</div>
<div
class=
"hq input_div "
>
...
...
Application/Home/View/GoodManage/index.html
View file @
a58439d8
...
...
@@ -67,7 +67,7 @@
</div>
</div>
<div
class=
"btn_group clr"
>
<div
class=
"dgsc fl btn"
>
<div
class=
"dgsc fl btn
btn_blue
"
>
<span
class=
"icon iconfont iconjuxing16"
></span>
上传商品
</div>
...
...
Application/Home/View/public/indexheader.html
View file @
a58439d8
...
...
@@ -8,7 +8,7 @@
</div>
</div>
<div
class=
"fr btn_group"
>
<div
class=
"fl btn"
>
小程序
</div>
<div
class=
"fl btn
btn_blue
"
>
小程序
</div>
<div
class=
"fl btn btn_yellow"
>
网页版
</div>
</div>
...
...
dist/js/account/index.js
View file @
a58439d8
...
...
@@ -45,6 +45,8 @@
"activity_msg"
:
Number
(
res
.
data
.
activity_msg
)
});
if
(
res
.
data
.
province
&&
res
.
data
.
city
&&
res
.
data
.
district
){
//省
Observer
.
emit
(
'region'
,
{
type
:
'province_id'
,
...
...
@@ -71,6 +73,8 @@
}
}
});
return
this
;
...
...
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