环境:Cocos Creator 1.4.1
在工程中使用过了PageView,打包Web Mobile之后运行,报出出如下错误:
1.Sorry, the component of ‘pageview’ which with an index of 0 is corrupted! It has been removed.
2.Uncaught TypeError: this.pageView.getPages is not a function
但是:工程直接运行就不会报错,打包成原生也不会报错.
请问这是什么原因?