@@ -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() {
+ query: {
+ name: this.name
methods: {
fnGetData() {
// 设置状态为加载中