Authored by hf

fixes bug refs YBW-2719 login redirect cuxiao coupon page

@@ -225,7 +225,7 @@ function getNamedCoupon(activityId, couponId, isApp, userIsLogged) @@ -225,7 +225,7 @@ function getNamedCoupon(activityId, couponId, isApp, userIsLogged)
225 if (isApp) { 225 if (isApp) {
226 //showTip('请先登录!'); 226 //showTip('请先登录!');
227 } else { 227 } else {
228 - location.href = data.data; 228 + location.href = decodeURIComponent(data.data);
229 } 229 }
230 } 230 }
231 else if (data.message) { 231 else if (data.message) {