1
0
mirror of https://github.com/ialley-workshop-open/uni-halo.git synced 2026-06-10 11:59:28 +08:00

fix: 修复分类详情分享bug

This commit is contained in:
小莫唐尼
2025-07-01 20:23:06 +08:00
parent d521a641de
commit d71022c224
@@ -68,6 +68,18 @@ export default {
this.queryParams.page = 0;
this.fnGetData();
},
onShareAppMessage() {
return {
title: this.pageTitle,
path: `/pagesA/category-detail/category-detail?name=${this.name}&title=${this.pageTitle}`
}
},
onShareTimeline() {
return {
title: this.pageTitle,
path: `/pagesA/category-detail/category-detail?name=${this.name}&title=${this.pageTitle}`
}
},
onReachBottom(e) {
if (this.hasNext) {
this.queryParams.page += 1;