使用wx.config

This commit is contained in:
aixianling
2022-07-25 11:58:25 +08:00
parent cf73adb081
commit 024820f378

View File

@@ -366,6 +366,7 @@ export const wxwork = {
}, 200)
}
}
console.log({...state.config, appId: state.config.corpId, jsApiList: []})
wx.config({...state.config, appId: state.config.corpId, jsApiList: []})
wx.ready(() => loadSdk())
wx.error(err => {