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
9266e0e88b96f5af8b3e378cb73a1e77bd5ccf0f
1 parent
a20a9515
种草消息跳转链接修改 reviewd by 陈林
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
12 deletions
js/message/containers/ContentListContainer.js
js/message/containers/ContentMessageContainer.js
js/message/containers/ContentListContainer.js
View file @
9266e0e
...
...
@@ -80,16 +80,16 @@ class ContentListContainer extends Component {
let
url
=
communityHost
+
(
Platform
.
OS
===
'ios'
?
'/grass'
:
''
)
+
`
/
author
/
$
{
1
}
/${optUid}
`
let
action
,
params
;
if
(
Platform
.
OS
===
'ios'
)
{
action
=
'go.h5
hn
'
;
action
=
'go.h5'
;
params
=
{
url
,
headerid
:
-
1
,
param
:
{
headerid
:
"-1"
,
toplayoutByH5
:
'Y'
}
}
}
else
{
action
=
'go.h5'
;
params
=
{
url
,
param
:
{
headerid
:
"-1"
}
param
:
{
headerid
:
"-1"
,
toplayoutByH5
:
'Y'
}
}
}
let
jumpParams
=
{
...
...
@@ -106,16 +106,16 @@ class ContentListContainer extends Component {
let
url
=
communityHost
+
(
Platform
.
OS
===
'ios'
?
'/grass'
:
''
)
+
`
/
article
/
detail
/
$
{
articleId
}
`
+
`
?
commentId
=
$
{
rootCommentId
}
`
let
action
,
params
;
if
(
Platform
.
OS
===
'ios'
)
{
action
=
'go.h5
hn
'
;
action
=
'go.h5'
;
params
=
{
url
,
headerid
:
-
1
,
param
:
{
headerid
:
"-1"
,
toplayoutByH5
:
'Y'
}
}
}
else
{
action
=
'go.h5'
;
params
=
{
url
,
param
:
{
headerid
:
"-1"
}
param
:
{
headerid
:
"-1"
,
toplayoutByH5
:
'Y'
}
}
}
let
jumpParams
=
{
...
...
js/message/containers/ContentMessageContainer.js
View file @
9266e0e
...
...
@@ -111,16 +111,16 @@ class ContentMessageContainer extends Component {
let
url
=
communityHost
+
(
Platform
.
OS
===
'ios'
?
'/grass'
:
''
)
+
`
/
author
/
$
{
1
}
/${optUid}
`
let
action
,
params
;
if
(
Platform
.
OS
===
'ios'
)
{
action
=
'go.h5
hn
'
;
action
=
'go.h5'
;
params
=
{
url
,
headerid
:
-
1
,
param
:
{
headerid
:
"-1"
,
toplayoutByH5
:
'Y'
}
}
}
else
{
action
=
'go.h5'
;
params
=
{
url
,
param
:
{
headerid
:
"-1"
}
param
:
{
headerid
:
"-1"
,
toplayoutByH5
:
'Y'
}
}
}
let
jumpParams
=
{
...
...
@@ -138,16 +138,16 @@ class ContentMessageContainer extends Component {
let
action
,
params
;
if
(
Platform
.
OS
===
'ios'
)
{
action
=
'go.h5
hn
'
;
action
=
'go.h5'
;
params
=
{
url
,
headerid
:
-
1
,
param
:
{
headerid
:
"-1"
,
toplayoutByH5
:
'Y'
}
}
}
else
{
action
=
'go.h5'
;
params
=
{
url
,
param
:
{
headerid
:
"-1"
}
param
:
{
headerid
:
"-1"
,
toplayoutByH5
:
'Y'
}
}
}
let
jumpParams
=
{
...
...
Please
register
or
login
to post a comment