Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
YH_RNComponent
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
孙凯
2016-11-07 10:06:13 +0800
Commit
a0fc0472245e3a372d3fbcf72d3454fa6ca09d75
1 parent
e6b617a2
remove login后刷新店铺页面 review by 红魔
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
js/brandStore/reducers/brandStore/brandStoreActions.js
js/brandStore/reducers/brandStore/brandStoreActions.js
View file @
a0fc047
...
...
@@ -940,7 +940,6 @@ export function getCoupon(couponId) {
.
catch
(
error
=>
{
ReactNative
.
NativeModules
.
YH_CommonHelper
.
login
()
.
then
(
uid
=>
{
dispatch
(
getShopCouponList
());
couponRequest
(
uid
,
couponId
);
})
.
catch
(
error
=>
{
...
...
Please
register
or
login
to post a comment