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
张丽霞
8 years ago
Commit
7c1d4460730c11fe77fdace0a4716f843cc7f9d9
1 parent
ee333d93
首页shipId为空时不请求数据, review by Redding
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
js/home/reducers/home/homeActions.js
js/home/reducers/home/homeActions.js
View file @
7c1d446
...
...
@@ -536,6 +536,9 @@ function fetchShopInfo(data, channel) {
for
(
let
i
=
1
;
i
<
shopIds
.
length
;
i
++
)
{
shopId
=
shopId
+
','
+
shopIds
[
i
];
}
if
(
shopId
==
''
)
{
return
;
}
dispatch
(
fetchShopInfoRequest
(
channelStr
));
...
...
Please
register
or
login
to post a comment