框架类型 | 问题类型 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|
小程序 | Bug | 微信iOS客户端 | 8.0.16, 8.0.15, 8.0.14 | 2.20.2 |
// 出错代码大概是这样
wx.getStorage({
key: '123',
success() {
// success
},
fail(err) {
console.log("app >>>", getApp()); // app >>> undefined
}
});
框架类型 | 问题类型 | 终端类型 | 微信版本 | 基础库版本 |
---|---|---|---|---|
小程序 | Bug | 微信iOS客户端 | 8.0.16, 8.0.15, 8.0.14 | 2.20.2 |
// 出错代码大概是这样
wx.getStorage({
key: '123',
success() {
// success
},
fail(err) {
console.log("app >>>", getApp()); // app >>> undefined
}
});