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
邱骏
6 years ago
Commit
dcc680027462783e26e8f8f0d71fee7e77aaf723
1 parent
2b26d845
个人主页-优惠券-判断线上渠道,线下渠道隐藏立即使用按钮
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
apps/home/models/coupon-service.js
apps/home/models/coupon-service.js
View file @
dcc6800
...
...
@@ -60,7 +60,6 @@ module.exports = class extends global.yoho.BaseModel {
couponApiCase
.
getCouponNum
(
uid
)
]).
then
(
result
=>
{
Object
.
assign
(
resData
,
_
.
get
(
result
,
'[0].data'
,
{}));
console
.
log
(
'resData:'
,
resData
);
if
(
resData
.
couponList
&&
resData
.
couponList
.
length
)
{
_
.
forEach
(
resData
.
couponList
,
value
=>
{
...
...
Please
register
or
login
to post a comment