提交 4701eb2b 编写于 作者: D DCloud_LXH

fix(mp-alipay-plugin): 在组件中使用 uni.loading 等方法是 undefined fixed #2974

上级 d2186580
......@@ -67,7 +67,7 @@ if (typeof Proxy !== 'undefined' && __PLATFORM__ !== 'app-plus') {
if (eventApi[name]) {
return eventApi[name]
}
if (!hasOwn(__GLOBAL__, name) && !hasOwn(protocols, name)) {
if (typeof __GLOBAL__[name] !== 'function' && !hasOwn(protocols, name)) {
return
}
return promisify(name, wrapper(name, __GLOBAL__[name]))
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册