From eae9242a912176e3ce0c79e86e572fa4e6c81c71 Mon Sep 17 00:00:00 2001 From: dhb52 Date: Mon, 10 Apr 2023 01:05:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E3=80=90MP=E8=87=AA=E5=AE=9A=E4=B9=89?= =?UTF-8?q?=E8=8F=9C=E5=8D=95=E3=80=91accountChanged=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit (cherry picked from commit 7711ceb3f38ebdba126521d143aa167c2334131a) --- src/views/mp/menu/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/mp/menu/index.vue b/src/views/mp/menu/index.vue index fc63c37e..249f3a7c 100644 --- a/src/views/mp/menu/index.vue +++ b/src/views/mp/menu/index.vue @@ -216,7 +216,7 @@ const tempSelfObj = ref({}) const dialogNewsVisible = ref(false) // 跳转图文时的素材选择弹窗 /** 侦听公众号变化 **/ -const accountChanged = (accountId) => { +const accountChanged = (id) => { accountId.value = id getList() }