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-13 10:21:00 +0800
Commit
3007f16b3e0deb91e3d37a28d7a858d731ed3193
2 parents
5cc0d515
37b77686
Merge branch 'feature/activity' into 'release/6.5.2'
Feature/activity See merge request
!1290
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
public/js/activity/miniprogram/link-handle.js
public/js/activity/miniprogram/link-handle.js
View file @
3007f16
...
...
@@ -12,11 +12,13 @@ class LinkHandle {
return
;
}
let
path
=
this
.
transToPath
(
href
);
if
(
href
.
indexOf
(
'#'
)
!==
0
)
{
let
path
=
this
.
transToPath
(
href
);
this
.
goMiniProgram
(
path
);
this
.
goMiniProgram
(
path
);
event
.
preventDefault
();
event
.
preventDefault
();
}
});
}
...
...
Please
register
or
login
to post a comment