remove login后刷新店铺页面 review by 红魔
Showing
1 changed file
with
0 additions
and
1 deletions
@@ -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 => { |
-
Please register or login to post a comment