Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-07-31 19:25:59 +0800
Commit
f66c961384debfe146087e590817ab44edc452f7
1 parent
fbe1f7f2
fix
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
apps/pages/article/components/download-top.vue
package.json
apps/pages/article/components/download-top.vue
View file @
f66c961
...
...
@@ -62,6 +62,16 @@ export default {
e.preventDefault();
break;
}
case 'download-go-wechat': {
// 尝试打开app
vm.$openApp().then(() => {
vm.$links.toDownloadApp();
});
e.stopPropagation();
e.preventDefault();
break;
}
default: {
// pass
}
...
...
package.json
View file @
f66c961
{
"name"
:
"yoho-community-web"
,
"version"
:
"6.9.8-beta3
4
"
,
"version"
:
"6.9.8-beta3
5
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment