Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-02-09 11:33:57 +0800
Commit
ec13bfb5626e94a77c8857591947b4965be40e52
1 parent
25bdb457
fix client error
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/cart/cart-together.js
public/js/product/index/top-coupon.js
public/js/cart/cart-together.js
View file @
ec13bfb
...
...
@@ -31,7 +31,7 @@ function randomString(len) {
}
function
loadTogetherProduct
(
params
)
{
var
that
=
this
;
var
that
=
this
||
window
;
capi
.
getTogetherProduct
(
params
).
done
(
function
(
togetherInfo
)
{
var
_content
;
...
...
public/js/product/index/top-coupon.js
View file @
ec13bfb
...
...
@@ -164,7 +164,7 @@ function couponAlert(opt) {
// 领取优惠券
function
pickCoupon
(
info
)
{
var
that
=
this
;
var
that
=
this
||
window
;
if
(
that
.
picking
||
!
info
.
id
)
{
return
;
...
...
Please
register
or
login
to post a comment