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
yyq
2019-06-05 18:13:51 +0800
Commit
1f0b1debb5c67f0645076e8536d93148e702f625
1 parent
d018858b
article share peoduct
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
apps/components/products/product-group-item.vue
apps/components/products/product-group-item.vue
View file @
1f0b1de
...
...
@@ -59,6 +59,10 @@ export default {
},
methods: {
onClick(e) {
if (this.share) {
return this.$links.toDownloadApp();
}
if (e.timeStamp - this._lastTime < 1200) {
return;
}
...
...
Please
register
or
login
to post a comment