App.vue的onShow里面写getApp().globalData.session = uni.$u.guid(),不开调试模式的时候正常赋值,如果把JS调试关掉也会正常赋值,打开调试模式报错如下:
TypeError: Cannot set property 'session' of undefined
at _callee2$ (App.vue:23)
at tryCatch ()
at Generator.<anonymous> ()
at Generator.next ()
at asyncGeneratorStep ()
at _next ()
at
at new Promise (<anonymous>)
at
at onLoad (App.vue:47)
1 个回复
gooderself (作者) - xxxxxxxxxx
顶一下