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
郝肖肖
2016-11-08 15:37:48 +0800
Commit
60c242d700db0b756f9ef310183307ca4f93d16d
2 parents
2070359f
81398fdb
Merge branch 'feature/brandCoupon' into release/5.2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
public/js/product/shop.page.js
public/js/product/shop/coupon.js
public/js/product/shop.page.js
View file @
60c242d
require
(
'./shop/shop'
);
require
(
'./shop/coupon'
);
require
(
'./shop/shop'
);
...
...
public/js/product/shop/coupon.js
View file @
60c242d
...
...
@@ -33,6 +33,7 @@ shopCoupon = {
$
.
ajax
({
method
:
'GET'
,
url
:
_url
,
async
:
false
,
data
:
{
shopId
:
that
.
common
.
shopId
,
brandId
:
that
.
common
.
brandId
,
...
...
Please
register
or
login
to post a comment