Authored by yyq

article share peoduct

... ... @@ -59,6 +59,10 @@ export default {
},
methods: {
onClick(e) {
if (this.share) {
return this.$links.toDownloadApp();
}
if (e.timeStamp - this._lastTime < 1200) {
return;
}
... ...