From 7029a57ab903a9a249e8f18161af911a2fdde669 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Wed, 18 Dec 2024 14:05:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5=E5=BD=95?= =?UTF-8?q?=E9=9F=B3=E5=85=A5=E5=8F=82=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/event/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/event/index.vue b/src/views/event/index.vue index 4f97e9b..3149c0e 100644 --- a/src/views/event/index.vue +++ b/src/views/event/index.vue @@ -255,7 +255,7 @@ export default { saveOfficialAccountEvent({ agencyId:this.agencyId, duration: this.audio.duration, - serverId: this.audio.serverId, + mediaId: this.audio.serverId, imageList: this.fileList.map(item => item.url), latitude: this.latitude, longitutd: this.longitude,