Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node-activity
·
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
邱骏
2019-08-02 17:03:22 +0800
Commit
3e65372769d3db441e2b4907fa9089f5e3cf47aa
1 parent
607da3f8
增加新的code支持
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/activity/feature.page.js
public/js/activity/feature.page.js
View file @
3e65372
...
...
@@ -139,6 +139,8 @@ function getCoupon() { // 分享成功后领券
showWebShareTips
(
'您已领取过该优惠券'
);
}
}
else
if
(
result
.
code
===
501
)
{
showWebShareTips
(
'您已领取过该优惠券'
);
}
else
if
(
result
.
code
===
402
)
{
showWebShareTips
(
'登录信息异常,请退出重新登录'
);
}
else
{
...
...
Please
register
or
login
to post a comment