1
0
镜像自地址 https://github.com/ialley-workshop-open/uni-halo.git 已同步 2026-06-10 11:59:28 +08:00

fix: 修复投票详情页面分享BUG

这个提交包含在:
小莫唐尼
2025-08-22 11:15:56 +08:00
父节点 31ade9908a
当前提交 476a1ec48e
+16
查看文件
@@ -252,6 +252,22 @@
this.fnGetData();
this.fnGetVoteUserList();
},
onShareAppMessage() {
return {
path: '/pagesA/vote-detail/vote-detail?name=' + this.name,
title: this.vote?.spec?.title ?? "来投个票吧",
imageUrl: ""
}
},
onShareTimeline() {
return {
title: this.vote?.spec?.title ?? "来投个票吧",
query: {
name: this.name
},
imageUrl: ""
}
},
methods: {
fnGetData() {
// 设置状态为加载中