Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
yyq
8 years ago
Commit
84d7bca2db56edc2af8832bfb2ede01942f3e496
1 parent
54de25aa
ios go.h5 type
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
1 deletions
public/js/3party/question-list.page.js
public/js/3party/question-list.page.js
View file @
84d7bca
...
...
@@ -88,7 +88,18 @@ $('#qs-list').on('click', 'li', function() {
}
if
(
yoho
&&
yoho
.
isApp
)
{
yoho
.
goH5
(
href
);
let
link
=
yoho
.
parseUrl
(
href
);
yoho
.
goH5
(
href
,
JSON
.
stringify
({
action
:
'go.h5'
,
params
:
{
islogin
:
'N'
,
type
:
14
,
updateflag
:
Date
.
now
()
+
''
,
url
:
link
.
path
,
param
:
link
.
query
}
}));
}
else
{
window
.
location
.
href
=
href
;
}
...
...
Please
register
or
login
to post a comment