pie

Results 3 comments of pie

更新了之后可以了

有一个地方,阅读器里面跳转到书籍详情那里的bookId写死了,每次都跳到同一本书。 ```javascrpit _toBookDetail() { const {readPlatform} = this.props; this.props.navigator.push({ name: 'bookDetail', component: BookDetail, params: { bookId: this.props.bookId//修改之后 } }) } ```

`export const PROGRAMIDS = DEVNET_PROGRAM_ID `