tabbar共有四个页面,3个vue页面,1个nvue页面。
安卓端4个页面相互切换没有任何问题,
苹果端3个vue页面相互切换没问题,只要切换到这个nvue页面就会白屏报错
从vue页面切换到nvue页面报错如下:
[JS Framework] Failed to execute the callback function:[ERROR] : [JS Framework] Failed to execute the callback function:TypeError: undefined is not an object (evaluating 'a.$vm.__call_hook') __ERROR
从nvue页面切换到vue页面报错如下:
[JS Framework] Failed to execute the callback function:[ERROR] : [JS Framework] Failed to execute the callback function:TypeError: undefined is not an object (evaluating 'o.$vm.__call_hook') __ERROR
苹果端3个vue页面相互切换没有问题,不知道是什么问题?望高手指导
0 个回复