Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
9 years ago
Commit
cd6de1e256034d3d635d2afda20f425f2d656666
1 parent
221181a8
lin highlight
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletions
public/js/shopping/order/invoice.js
public/scss/shopping/_order.css
public/js/shopping/order/invoice.js
View file @
cd6de1e
...
...
@@ -54,7 +54,7 @@ function validateInvoice($el) {
}
// 发票抬头为单位
if
(
$el
.
inv
ioceTitleType
===
1
&&
name
===
''
)
{
if
(
$el
.
inv
oiceTitleType
===
2
&&
name
===
''
)
{
pass
=
false
;
$el
.
find
(
'.invoice-title-tip'
).
removeClass
(
'hide'
);
}
...
...
public/scss/shopping/_order.css
View file @
cd6de1e
...
...
@@ -222,6 +222,14 @@
margin-left
:
75px
;
}
.go-cart-link
:hover
{
color
:
#379ed6
;
.iconfont
{
color
:
#379ed6
;
}
}
.go-cart-link
.iconfont
{
font-size
:
16px
;
}
...
...
@@ -275,6 +283,10 @@
.brand-and-name
{
width
:
368px
;
text-align
:
left
;
>
a
:
hover
{
color
:
#379ed6
;
}
}
.color-size
{
...
...
Please
register
or
login
to post a comment