Showing
1 changed file
with
1 additions
and
3 deletions
@@ -208,9 +208,7 @@ function getNamedCoupon(activityId, couponId, isApp, userIsLogged) | @@ -208,9 +208,7 @@ function getNamedCoupon(activityId, couponId, isApp, userIsLogged) | ||
208 | expires: -2, | 208 | expires: -2, |
209 | domain: '.m.yohobuy.com' | 209 | domain: '.m.yohobuy.com' |
210 | }); | 210 | }); |
211 | - if (isApp && !userIsLogged) { | ||
212 | - return; | ||
213 | - } | 211 | + |
214 | if (data.code == 200) { | 212 | if (data.code == 200) { |
215 | showTip('恭喜您成功领取优惠券!<br><br>稍后即会到账,请耐心等待。'); | 213 | showTip('恭喜您成功领取优惠券!<br><br>稍后即会到账,请耐心等待。'); |
216 | } | 214 | } |
-
Please register or login to post a comment