fix: 【MP自定义菜单】accountChanged参数错误

This commit is contained in:
dhb52 2023-04-10 01:05:13 +08:00
parent 098b7305c9
commit 7711ceb3f3

View File

@ -216,7 +216,7 @@ const tempSelfObj = ref({})
const dialogNewsVisible = ref(false) //
/** 侦听公众号变化 **/
const accountChanged = (accountId) => {
const accountChanged = (id) => {
accountId.value = id
getList()
}