Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
毕凯
2018-01-25 13:43:06 +0800
Commit
38646c43e9ca22e8cb9940bf752acb5d334a867d
2 parents
337e3a01
8bc2f371
Merge branch 'hotfix/cart' into 'release/6.5'
advance-cart-gift See merge request
!1235
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
public/js/cart/index/cart.js
public/js/cart/index/cart.js
View file @
38646c4
...
...
@@ -137,7 +137,8 @@ let cartObj = {
tip
.
show
(
'请先勾选商品'
);
return
false
;
}
if
(
!
cookie
.
get
(
'_realyGift'
)
&&
self
.
handle
.
cartData
.
matchGifts
&&
self
.
handle
.
cartData
.
matchGifts
.
length
)
{
if
(
cookie
.
get
(
'_cartType'
)
===
'ordinary'
&&
!
cookie
.
get
(
'_realyGift'
)
&&
self
.
handle
.
cartData
.
matchGifts
&&
self
.
handle
.
cartData
.
matchGifts
.
length
)
{
dialog
.
showDialog
({
dialogText
:
'您还未选择赠品,是否去选择赠品'
,
hasFooter
:
{
...
...
Please
register
or
login
to post a comment