提交 dce3dcf0 编写于 作者: DCloud_JSON's avatar DCloud_JSON

Update store.uts

上级 6d189a96
......@@ -23,7 +23,7 @@ function initState() {
// #ifdef APP-IOS
userInfo = new UTSJSONObject(userInfo)
// #endif
if (userInfo != null) {
if (userInfo instanceof UTSJSONObject) {
state.userInfo = userInfo as UTSJSONObject
// console.log('init userInfo',userInfo);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册