提交 5cbf21e9 编写于 作者: G godky 提交者: LiuXH

fix(mp): typo

上级 879c9be3
......@@ -84,7 +84,7 @@ if (typeof Proxy !== 'undefined' && __PLATFORM__ !== 'app-plus') {
uni[name] = promisify(name, todoApi[name])
})
Object.keys(extraApi).forEach(name => {
uni[name] = promisify(name, todoApi[name])
uni[name] = promisify(name, extraApi[name])
})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册