收藏
回答

0:1 (in promise) MiniProgramError t is not a func?

好久没有调试小程序了,大概一年前传上去的,都发布了

现在编译出现这个错误,找了半天没找到问题,请教各位大佬

0:1 (in promise) MiniProgramError

t is not a function. (In 't(a.ErrorCode.ok)', 't' is undefined)

TypeError: t is not a function. (In 't(a.ErrorCode.ok)', 't' is undefined)

@https://usr//app-service.js:1726:13025

@[native code]

h@https://lib/WAServiceMainContext.js:1:41822

anonymous@[native code]

@https://usr//app-service.js:1726:14029

@https://usr//app-service.js:1673:2586

@[native code]

h@https://lib/WAServiceMainContext.js:1:41822

s@[native code]

s@https://usr//app-service.js:1673:2836

@https://usr//app-service.js:1673:8248

@[native code]

h@https://lib/WAServiceMainContext.js:1:41822

anonymous@[native code]

_tmp12@https://usr//app-service.js:1673:8692

@https://usr//app-service.js:1673:4382

@[native code]

h@https://lib/WAServiceMainContext.js:1:41822

anonymous@[native code]

@https://usr//app-service.js:1673:4447

@https://usr//app-service.js:1641:432

@[native code]

h@https://lib/WAServiceMainContext.js:1:41822

n@[native code]

n@https://usr//app-service.js:1641:729

@https://usr//app-service.js:1641:1415

@[native code]

h@https://lib/WAServiceMainContext.js:1:41822

c@[native code]

c@https://usr//app-service.js:1641:1474

q@https://lib/WASubContext.js:1:71030

@https://lib/WASubContext.js:1:71252

C@https://lib/WASubContext.js:1:40729

@https://lib/WASubContext.js:1:54551

I@https://lib/WASubContext.js:1:54320

@https://lib/WASubContext.js:1:54358

f@https://lib/WASubContext.js:1:163803

@https://lib/WASubContext.js:1:126912

@https://lib/WASubContext.js:1:159135

p@https://lib/WAServiceMainContext.js:1:399780

@https://lib/WAServiceMainContext.js:1:387782

_onNativeTimer@

global code@

global @ 0:1

最后一次编辑于  2023-10-18
回答关注问题邀请回答
收藏

3 个回答

  • Geefib
    Geefib
    2023-10-20

    重启小程序开发工具,关闭package.JSON里面的mini,看看,具体哪一行出错

    2023-10-20
    有用
    回复
  • optimistic
    optimistic
    2023-10-18

    检查有什么函数是可能不存在的,这代码明显被压缩过了,开启sourcemap调试

    2023-10-18
    有用
    回复 3
    • 孤岛
      孤岛
      2023-10-18
      请问如何关闭这个模式
      2023-10-18
      回复
    • optimistic
      optimistic
      2023-10-18回复孤岛
      看起来是开发工具内部的错误,升级到最新版本看看?
      2023-10-18
      回复
    • 孤岛
      孤岛
      2023-10-18
      最新版的开发工具和基础包
      2023-10-18
      回复
  • CRMEB
    CRMEB
    2023-10-18

    在代码中使用了一个未定义的函数t

    2023-10-18
    有用
    回复 1
    • 孤岛
      孤岛
      2023-10-18
      可是我没有找到t,我搜过这个t(a.ErrorCode.ok)没搜到
      2023-10-18
      回复
登录 后发表内容