This commit is contained in:
liuye
2024-01-09 15:10:05 +08:00
parent e1baefb48f
commit e2201c885f

View File

@@ -99,7 +99,7 @@ export default {
...mapState(['user']), ...mapState(['user']),
}, },
onLoad() { onLoad() {
this.scrollHeight = uni.getSystemInfoSync().windowHeight - 150 this.scrollHeight = uni.getSystemInfoSync().windowHeight
this.getHistoryList() this.getHistoryList()
// var res = ["http://test87ftp.cunwuyun.cn/20240109/filename-20240109111547.mp3;0678a73c50b74bdcb8398e14ffbb35e5"] // var res = ["http://test87ftp.cunwuyun.cn/20240109/filename-20240109111547.mp3;0678a73c50b74bdcb8398e14ffbb35e5"]
// this.voiceUrl = res[0].split(';')[0] // this.voiceUrl = res[0].split(';')[0]
@@ -362,9 +362,6 @@ export default {
justify-content: space-between; justify-content: space-between;
} }
} }
.scroll-Y {
height: calc(100vh - 364px);
}
.list-content { .list-content {
padding: 32px 32px 364px; padding: 32px 32px 364px;
overflow: hidden; overflow: hidden;