提交 c958a8e3 编写于 作者: 雪洛's avatar 雪洛

fix: read appId of undefined

上级 35eecb81
......@@ -69,7 +69,7 @@ class UniID {
if (!Array.isArray(originConfig)) {
return originConfig
}
return originConfig.find(item => item.dcloudAppid === this.clientInfo.appId) || originConfig.find(item => item.isDefaultConfig)
return originConfig.find(item => item.dcloudAppid === this._clientInfo.appId) || originConfig.find(item => item.isDefaultConfig)
}
_getPlatformConfig () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册