Authored by 孙凯

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

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