From 61941cf97866593f19932812b3c820c64cab7633 Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 8 Jan 2024 10:37:25 +0800 Subject: [PATCH] bug --- .../biaopin/AppResidentAssistant/AppResidentAssistant.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue b/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue index bb6ad59..0c825d6 100644 --- a/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue +++ b/src/project/biaopin/AppResidentAssistant/AppResidentAssistant.vue @@ -215,7 +215,7 @@ export default { } }) 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(() => { uni.pageScrollTo({ duration: 300, @@ -415,8 +415,8 @@ page { } .recording { padding-top: 48px; - width: 112px; - height: 68px; + width: 204px; + height: 96px; } } }