From 5c36854dc4a3d9c4c1a19fb0d7bc0ba83715d350 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 21 Sep 2023 15:11:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/questionAnswer/ownerVote.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/questionAnswer/ownerVote.vue b/pages/questionAnswer/ownerVote.vue index f1dc713..4ec864c 100644 --- a/pages/questionAnswer/ownerVote.vue +++ b/pages/questionAnswer/ownerVote.vue @@ -74,7 +74,8 @@ }, titles: [], qaId: '', - communityId: '' + communityId: '', + userQaId:'' }; }, @@ -86,6 +87,7 @@ context.onLoad(options); this.communityId = context.getCurrentCommunity().communityId; this.qaId = options.qaId; + this.userQaId = options.userQaId; this._queryQuestionAnswer(); queryQuestionAnswerTitle({ @@ -127,6 +129,7 @@ page: 1, row: 1, qaId:this.qaId, + userQaId:this.userQaId, communityId: that.communityId, }) .then(_data => {