Authored by 阿达

删除部分无用

@@ -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 }