bug
This commit is contained in:
@@ -215,7 +215,7 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
this.messageList = this.current == 1 ? res.data.records : [...res.data.records, ...this.messageList]
|
this.messageList = this.current == 1 ? res.data.records : [...res.data.records, ...this.messageList]
|
||||||
var idPage = res.data.records.length-3
|
var idPage = res.data.records.length-1
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
uni.pageScrollTo({
|
uni.pageScrollTo({
|
||||||
duration: 300,
|
duration: 300,
|
||||||
@@ -415,8 +415,8 @@ page {
|
|||||||
}
|
}
|
||||||
.recording {
|
.recording {
|
||||||
padding-top: 48px;
|
padding-top: 48px;
|
||||||
width: 112px;
|
width: 204px;
|
||||||
height: 68px;
|
height: 96px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user