This commit is contained in:
花有清香月有阴
2022-01-14 14:27:40 +08:00
parent 89811cee51
commit 83ae7eaeda
2 changed files with 5 additions and 2 deletions

View File

@@ -145,10 +145,12 @@ export default {
</script>
<style scoped lang="scss">
uni-page-body {
height: 100%;
}
.HealthDetail {
height: 100%;
// padding-bottom: 120px;
background: #f3f6f9;
background: #f5f5f5 !important;
.top {
.templates {
display: flex;

View File

@@ -103,6 +103,7 @@ export default {
.then((res) => {
if (res.code == 0) {
this.datas = this.current > 1 ? [...this.datas, ...res.data.records] : res.data.records
this.$forceUpdate()
this.total = res.data.total
this.pages = res.data.pages