w***@163.com
w***@163.com
  • 发布:2022-03-14 10:23
  • 更新:2022-03-14 10:23
  • 阅读:345

支付宝混合分包找不到方法t is not a function

分类:uni-app

问题描述
支付宝为主项目,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)

2022-03-14 10:23 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复