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
张文文
6 years ago
Commit
5fcab441e6b34052acdb205e4b3b3b4367e0c51a
1 parent
ea779e1f
bug fix reviewd by aozhe.zhu
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
9 deletions
js/groupPurchase/containers/GroupPurchaseDetailContainer.js
js/message/components/content/ContentNotifyListCell.js
js/groupPurchase/containers/GroupPurchaseDetailContainer.js
View file @
5fcab44
...
...
@@ -64,13 +64,6 @@ class GroupPurchaseDetailContainer extends Component {
this
.
props
.
actions
.
showShareView
(
true
);
}
);
this
.
subscription
=
NativeAppEventEmitter
.
addListener
(
'ShareCouponDetailEvent'
,
()
=>
{
this
.
props
.
actions
.
fetchCouponInfo
();
}
);
}
async
componentDidMount
()
{
...
...
@@ -78,7 +71,7 @@ class GroupPurchaseDetailContainer extends Component {
this
.
props
.
actions
.
fetchActivityGroupDetail
(
this
.
props
.
FP_NAME
,
this
.
props
.
FP_PARAM
);
this
.
props
.
actions
.
fetchResourceInfo
();
if
(
Platform
.
OS
===
'android'
&&
this
.
props
.
popShare
==
"1"
){
if
(
this
.
props
.
popShare
==
"1"
){
this
.
props
.
actions
.
fetchCouponInfo
();
}
}
...
...
js/message/components/content/ContentNotifyListCell.js
View file @
5fcab44
...
...
@@ -54,7 +54,6 @@ export default class ContentNotifyListCell extends Component {
let
params
=
{
action
:
'go.h5'
,
params
:
{
title
:
'有货社区发帖规范'
,
url
:
data
.
link
,
}
}
...
...
Please
register
or
login
to post a comment