|
@@ -217,7 +217,7 @@ Page({
|
|
|
if (this.data.recentBook) {
|
|
if (this.data.recentBook) {
|
|
|
goToBookDetail({
|
|
goToBookDetail({
|
|
|
bookId: this.data.recentBook.novelId,
|
|
bookId: this.data.recentBook.novelId,
|
|
|
- wxBookId: this.data.recentBook.appId,
|
|
|
|
|
|
|
+ wxBookId: this.data.recentBook.wxBookId,
|
|
|
chapterId: this.data.recentBook.novelChapterId
|
|
chapterId: this.data.recentBook.novelChapterId
|
|
|
});
|
|
});
|
|
|
}
|
|
}
|