问题描述
支付宝为主项目,uni-app 为功能模块,打包为支付宝混合分包
编译器
版本:3.3.5.20211229
复现步骤
在vender.js
中t报错t is not a function
function Yr(t) {
t.config.errorHandler = function (e, n, r) {
t.util.warn("Error in " + r + ': "' + e.toString() + '"', n), console.error(e);
var o = "function" === typeof getApp && getApp();
o && o.onError && o.onError(e)
};
....
}
现状
微信使用正常;
支付宝不可以(编译器版本:2.5.6)
0 个回复