bug修复
This commit is contained in:
@@ -6,8 +6,8 @@ if (process.env.NODE_ENV === 'development') {
|
||||
// socketUrl = "ws://localhost:6001/";
|
||||
// baseUrl = "https://twin-ui.com/demo/";
|
||||
// baseUrl = "http://59.110.212.44:9200/pb/";
|
||||
baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试环境
|
||||
// baseUrl = "https://api.nuttyreading.com/"; // 线上正式
|
||||
// baseUrl = "https://testapi.nuttyreading.com/"; // 线上测试环境
|
||||
baseUrl = "https://api.nuttyreading.com/"; // 线上正式
|
||||
// baseUrl = "http://192.168.110.100:9100/pb/"; // 开发用电脑
|
||||
// baseUrl = "http://192.168.110.110:9200/pb/";
|
||||
// baseUrl = "http://192.168.110.38:9200/pb/"; // 吴春磊笔记本1
|
||||
|
||||
@@ -224,7 +224,7 @@
|
||||
// 去讲书
|
||||
goJiangShu(){
|
||||
uni.navigateTo({
|
||||
url: '../talkBook/talkBookDetail?bookId='+ this.bookId
|
||||
url: '../talkBook/talkBookML?bookid='+ this.bookId
|
||||
});
|
||||
},
|
||||
// 去听书
|
||||
|
||||
@@ -53,7 +53,9 @@
|
||||
import $http from '@/config/requestConfig.js';
|
||||
// import emotion from '@/bkhumor-emojiplus/components/bkhumor-emojiplus/bkhumor-emojiplus.vue';
|
||||
import musicPlay from '@/components/music.vue'
|
||||
import { data } from 'jquery';
|
||||
import {
|
||||
data
|
||||
} from 'jquery';
|
||||
import {
|
||||
mapState
|
||||
} from 'vuex';
|
||||
@@ -178,10 +180,18 @@ import { data } from 'jquery';
|
||||
},
|
||||
// 书评详情
|
||||
toDetail(val) {
|
||||
console.log(val,'val')
|
||||
// console.log(val,'val')
|
||||
if (this.contentShow == 1) {
|
||||
uni.navigateTo({
|
||||
url: './talkBookML?bookid=' + val.id
|
||||
})
|
||||
}
|
||||
if (this.contentShow == 2) {
|
||||
uni.navigateTo({
|
||||
url: '../eBook/bookContent?Id=' + val.id
|
||||
});
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
|
||||
@@ -219,12 +229,24 @@ import { data } from 'jquery';
|
||||
margin-right: 20rpx;
|
||||
}
|
||||
}
|
||||
|
||||
.tip {
|
||||
padding: 20rpx; background-color: #fff;
|
||||
text{ font-size: 36rpx;}
|
||||
padding: 20rpx;
|
||||
background-color: #fff;
|
||||
|
||||
text {
|
||||
font-size: 36rpx;
|
||||
}
|
||||
.flexbox{display: flex;}
|
||||
.container{padding: 10px;}
|
||||
}
|
||||
|
||||
.flexbox {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.container {
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
.bookName {
|
||||
white-space: nowrap;
|
||||
overflow-x: hidden;
|
||||
@@ -233,21 +255,29 @@ import { data } from 'jquery';
|
||||
color: #333;
|
||||
padding: 10rpx 0;
|
||||
}
|
||||
|
||||
uni-image {
|
||||
width: auto !important;
|
||||
height: 350rpx;
|
||||
}
|
||||
|
||||
.listenList {
|
||||
padding: 10rpx;
|
||||
box-sizing: border-box;
|
||||
width: calc(100% - 10rpx);
|
||||
}
|
||||
|
||||
.u-row {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.u-col {
|
||||
overflow: hidden;
|
||||
margin-bottom: 20rpx;
|
||||
}
|
||||
.mb30{margin-bottom: 30rpx; overflow: hidden;}
|
||||
|
||||
.mb30 {
|
||||
margin-bottom: 30rpx;
|
||||
overflow: hidden;
|
||||
}
|
||||
</style>
|
||||
@@ -209,7 +209,7 @@
|
||||
this.$http
|
||||
.post('book/teach/getBookTeachItems', {
|
||||
'bookId': this.bookid,
|
||||
'limit': 10,
|
||||
'limit': 20,
|
||||
'page': this.page
|
||||
// 'userid': this.userInfo.id,
|
||||
// 'bookid':
|
||||
@@ -222,7 +222,9 @@
|
||||
this.libLIst = this.libLIst.concat(res.page.records)
|
||||
this.status = 3
|
||||
this.totalPage = res.page.pages
|
||||
|
||||
if(this.totalPage = res.page.current){
|
||||
this.status = 1
|
||||
}
|
||||
} else {
|
||||
this.libLIst = []
|
||||
this.totalPage = 0
|
||||
|
||||
Reference in New Issue
Block a user