Skip to content

Commit 7711ceb

Browse files
committed
fix: 【MP自定义菜单】accountChanged参数错误
1 parent 098b730 commit 7711ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/mp/menu/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ const tempSelfObj = ref({})
216216
const dialogNewsVisible = ref(false) // 跳转图文时的素材选择弹窗
217217
218218
/** 侦听公众号变化 **/
219-
const accountChanged = (accountId) => {
219+
const accountChanged = (id) => {
220220
accountId.value = id
221221
getList()
222222
}

0 commit comments

Comments
 (0)