spogulis no
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-06-12 13:19:31 +08:00
fix: 修复投票详情页面分享BUG
Šī revīzija ir iekļauta:
@@ -252,6 +252,22 @@
|
|||||||
this.fnGetData();
|
this.fnGetData();
|
||||||
this.fnGetVoteUserList();
|
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: {
|
methods: {
|
||||||
fnGetData() {
|
fnGetData() {
|
||||||
// 设置状态为加载中
|
// 设置状态为加载中
|
||||||
|
|||||||
Atsaukties uz šo jaunā problēmā
Block a user