- api invokeundefined
2023-1-13 13:41:35 [log] wx.showLoading api invokeundefined 2023-1-13 13:41:35 [log] wx.request api invokeundefined 2023-1-13 13:41:35 [log] wx.getStorage fail callback with msg getStorage:fail :data not found 2023-1-13 13:41:35 [log] wx.showLoading success callback with msg showLoading:ok 2023-1-13 13:41:35 [log] wx.hideLoading api invokeundefined 2023-1-13 13:41:35 [log] wx.request success callback with msg request:ok with seq 0 2023-1-13 13:41:35 [log] wx.hideLoading success callback with msg hideLoading:ok 2023-1-13 13:41:38 [log] wx.checkSession api invokeundefined 2023-1-13 13:41:39 [log] wx.checkSession success callback with msg checkSession:ok 2023-1-13 13:41:39 [log] wx.getStorageSync api invokeundefined 2023-1-13 13:41:39 [log] wx.getStorageSync return 2023-1-13 13:41:39 [log] wx.getStorageSync api invokeundefined 2023-1-13 13:41:39 [log] wx.getStorageSync return 2023-1-13 13:41:39 [log] wx.getStorage api invokeundefined 2023-1-13 13:41:39 [log] wx.showLoading api invokeundefined 为什么会报invokeundefined
2023-01-13 - wx.redirectTo为什么比wx.navigateTo页面渲染快?
A页面 wx.redirectTo B页面 wx.redirectTo A页面,A页面 wx.navigateTo B页面 wx.navigateTo A页面,上面案例,1跳转页面 页面渲染明显比2快,这是为什么?
2022-11-01