回到顶部

master
gongfuxiang 2025-08-05 18:24:17 +08:00
parent 3f49e38eb7
commit 0a8d9a8ec4
2 changed files with 2 additions and 0 deletions

View File

@ -892,6 +892,7 @@
this.$refs.share.init();
}
break;
//
case 'gotop' :
const num = Math.random();
this.setData({

View File

@ -112,6 +112,7 @@
case 'share' :
this.$emit('btn_event', 'share');
break;
//
case 'gotop' :
this.$emit('btn_event', 'gotop');
break;