错误样例: this.selectComponent is not a function. (In 'this.selectComponent("#SharePosterImage")', 'this.selectComponent' is undefined);at "pages/detail/detail" page lifeCycleMethod onShow function
代码样例:
if ( this .selectComponent( '#SharePosterImage' )) { this .selectComponent( '#SharePosterImage' ).cancelModal() } |
我也是同样的问题,楼主解决了吗
能把能把你onShow截大一点,看起来可能是你this的指向不对
你这个页面的json配置了 useComponent 的吗?