mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 21:29:31 +08:00
fix: 修复投票详情页面分享BUG
This commit is contained in:
@@ -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() {
|
||||
// 设置状态为加载中
|
||||
|
||||
Reference in New Issue
Block a user