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
郝肖肖
2017-03-14 11:07:21 +0800
Commit
11da5da855367637f36f4d5d7aadaa38f9145970
1 parent
1d18d6ef
优惠券详情 底部位置重新计算
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/home/coupons.page.js
public/js/home/coupons.page.js
View file @
11da5da
...
...
@@ -115,6 +115,8 @@ $('.coupon-list').on('click', '.info-btn', function() {
COUPON_ID
:
$this
.
closest
(
'.coupon-group'
).
data
(
'coupon-id'
)
})
},
true
);
window
.
rePosFooter
();
// 重新计算底部位置
});
// 立即使用
...
...
Please
register
or
login
to post a comment