diff --git a/pages/complaint/complaint.vue b/pages/complaint/complaint.vue index 4d7ab37..9cbc5e5 100644 --- a/pages/complaint/complaint.vue +++ b/pages/complaint/complaint.vue @@ -139,7 +139,7 @@ "photos": this.photos, "context": this.context, "userId": this.userId, - "communityId": this.communityId + "communityId": getCommunityId() }).then(_data =>{ uni.navigateTo({ url:"/pages/successPage/successPage?msg=提亀成功&objType=4004"