Commit 7711ceb3 by dhb52

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

parent 098b7305
...@@ -216,7 +216,7 @@ const tempSelfObj = ref({}) ...@@ -216,7 +216,7 @@ const tempSelfObj = ref({})
const dialogNewsVisible = ref(false) // 跳转图文时的素材选择弹窗 const dialogNewsVisible = ref(false) // 跳转图文时的素材选择弹窗
/** 侦听公众号变化 **/ /** 侦听公众号变化 **/
const accountChanged = (accountId) => { const accountChanged = (id) => {
accountId.value = id accountId.value = id
getList() getList()
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment