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
Plain Diff
Browse Files
Authored by
郭成尧
2018-03-08 10:33:26 +0800
Commit
11b647082ee327230ab61807335d64991e56ba55
2 parents
5f7a1790
3c8ab95f
Merge branch 'feature/h5mnprblmwbvw' into release/6.5.2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
public/js/activity/miniprogram/link-handle.js
public/js/activity/miniprogram/link-handle.js
View file @
11b6470
...
...
@@ -23,12 +23,12 @@ class LinkHandle {
* 跳小程序原生页面
*/
goMiniProgram
(
path
)
{
if
(
wx
)
{
if
(
typeof
wx
!==
'undefined'
)
{
wx
.
miniProgram
.
navigateTo
({
url
:
path
});
}
else
{
console
.
error
(
'no wx object
'
);
console
.
log
(
'wx is undefined
'
);
}
}
...
...
Please
register
or
login
to post a comment