Authored by 孙凯

remove login后刷新店铺页面 review by 红魔

... ... @@ -940,7 +940,6 @@ export function getCoupon(couponId) {
.catch(error => {
ReactNative.NativeModules.YH_CommonHelper.login()
.then(uid => {
dispatch(getShopCouponList());
couponRequest(uid, couponId);
})
.catch(error => {
... ...