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
Zhu-Arthur
6 years ago
Commit
6fb22e2ffe4db8f4a03c5db2547f6613b38a9f53
1 parent
2cafde90
master
...
6.9.9_invite
V6.10.1
V6.10.2
V6.9.7
V6.9.8
V6.9.8_shoudan
V6.9.9
feature/rn_update61
gerry/v6.9.14_panicBuying
gerry/v6.9.16_bugfixed
v6.10.0
v6.9.10
v6.9.11
v6.9.12
v6.9.13
v6.9.14
v6.9.16
v6.9.17
v6.9.19
v6.9.20
v6.9.21
v6.9.22
v6.9.24
6.9.8
6.9.7
拼团更换执行顺序
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
js/groupPurchase/reducers/groupPurchaseDetail/groupPurchaseDetailActions.js
js/groupPurchase/reducers/groupPurchaseDetail/groupPurchaseDetailActions.js
View file @
6fb22e2
...
...
@@ -162,8 +162,8 @@ export function fetchActivityGroupDetail(FP_NAME, FP_PARAM, callback) {
// } catch (e) {
// console.log(e);
// }
callback
&&
callback
(
json
.
lackNum
)
dispatch
(
activityGroupDetailSuccess
(
json
));
callback
&&
callback
(
json
.
lackNum
);
})
.
catch
(
error
=>
{
dispatch
(
activityGroupDetailFailure
(
error
));
...
...
Please
register
or
login
to post a comment