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
Email Patches
Plain Diff
Browse Files
Authored by
郝肖肖
2016-11-08 15:36:53 +0800
Commit
81398fdbb0344afab564d7a9dfb365f4e537c21e
1 parent
5f954171
改成同步请求,否则店铺固定位置会计算有误
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 @
81398fd
require
(
'./shop/shop'
);
require
(
'./shop/coupon'
);
require
(
'./shop/shop'
);
...
...
public/js/product/shop/coupon.js
View file @
81398fd
...
...
@@ -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