镜像自地址
https://github.com/ialley-workshop-open/uni-halo.git
已同步 2026-06-10 11:59:28 +08:00
fix: 修复投票详情页面分享BUG
这个提交包含在:
@@ -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() {
|
||||
// 设置状态为加载中
|
||||
|
||||
在新工单中引用
屏蔽一个用户