1
0
鏡像自 https://github.com/ialley-workshop-open/uni-halo.git 已同步 2026-06-12 13:19:31 +08:00

fix: 修复分类详情分享bug

此提交包含在:
小莫唐尼
2025-07-01 20:23:06 +08:00
父節點 d521a641de
當前提交 d71022c224
+12
查看文件
@@ -68,6 +68,18 @@ export default {
this.queryParams.page = 0; this.queryParams.page = 0;
this.fnGetData(); 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) { onReachBottom(e) {
if (this.hasNext) { if (this.hasNext) {
this.queryParams.page += 1; this.queryParams.page += 1;