收藏
回答

Worker 中无法使用 getApp ?

报错信息:

worker.js:4 thirdScriptError
 worker uncaught third Error
 getApp is not defined
 ReferenceError: getApp is not defined


源码:

const app = getApp();
const token = app.globalData.accessToken;


使用 wx.request 进行服务器请求,需要带入 token 信息。


回答关注问题邀请回答
收藏
登录 后发表内容
问题标签