3
This commit is contained in:
@@ -56,8 +56,7 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
</view>
|
</view>
|
||||||
<u-divider v-else text="暂无买书籍数据~"></u-divider>
|
<u-divider v-else text="暂无买书籍数据~"></u-divider>
|
||||||
|
|
||||||
<music-play :playData="playData"></music-play>
|
<music-play :playData="playData"></music-play>
|
||||||
<!-- <z-navigation></z-navigation> -->
|
<!-- <z-navigation></z-navigation> -->
|
||||||
</view>
|
</view>
|
||||||
@@ -95,6 +94,8 @@
|
|||||||
onLoad() {
|
onLoad() {
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
|
this.tjBookLIst = []
|
||||||
|
this.bookList = []
|
||||||
this.getListDate()
|
this.getListDate()
|
||||||
this.getfreeBook()
|
this.getfreeBook()
|
||||||
},
|
},
|
||||||
@@ -246,8 +247,11 @@
|
|||||||
// 跳转详情页
|
// 跳转详情页
|
||||||
goDetail(item) {
|
goDetail(item) {
|
||||||
console.log(item, 'goDetail-----')
|
console.log(item, 'goDetail-----')
|
||||||
|
// uni.navigateTo({
|
||||||
|
// url: '../bookShop/commodityDetail?id=' + item.id
|
||||||
|
// });
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: '../bookShop/commodityDetail?id=' + item.productId
|
url: '../eBook/bookContent?Id=' + item.id
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
goToListen(item) {
|
goToListen(item) {
|
||||||
|
|||||||
Reference in New Issue
Block a user