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
d220ac2323d5e21eec26861a171c6676127247d5
1 parent
e1d87e2e
个人中心活动点击适配iOS review by linen
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
js/mine/containers/MineContainer.js
js/mine/containers/MineContainer.js
View file @
d220ac2
...
...
@@ -210,7 +210,11 @@ class MineContainer extends Component {
case
'mineActivity'
:
url
=
`
http
:
//m.yohobuy.com?openby:yohobuy={"action":"go.mineactivity","params":{"act_name":"${data.get('act_name')}","act_id":"${data.get('act_id')}","url":"${data.get('url')}"}}`;
NativeModules
.
YH_CommonHelper
.
logEvent
(
'YB_MY_INV'
,
{});
NativeModules
.
YH_MineHelper
.
setMineActivityClicked
(
data
.
get
(
'act_id'
));
if
(
Platform
.
OS
===
'ios'
)
{
}
else
{
NativeModules
.
YH_MineHelper
.
setMineActivityClicked
(
data
.
get
(
'act_id'
));
}
break
;
case
'mineFeedback'
:
url
=
`
http
:
//m.yohobuy.com?openby:yohobuy={"action":"go.sfhome","params":{}}`;
...
...
Please
register
or
login
to post a comment