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
aozhe.zhu
7 years ago
Commit
e7118a45450c233a406609f119b066ffb2509cd7
1 parent
e4156c5b
fix subscription review by 陈林
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
js/alliance/containers/ShareDetailContainer.js
js/alliance/containers/ShareDetailContainer.js
View file @
e7118a4
...
...
@@ -79,6 +79,10 @@ class ShareDetailContainer extends Component {
this
.
props
.
actions
.
getProductList
(
false
,
this
.
props
.
product_skn
);
}
componentWillUnmount
()
{
this
.
subscription
&&
this
.
subscription
.
remove
();
}
_onPressProduct
(
product
)
{
let
productSkn
=
product
&&
product
.
get
(
'product_skn'
,
0
);
...
...
Please
register
or
login
to post a comment