diff --git a/src/components/hzwlComponents/phone/PhoneScroll.vue b/src/components/hzwlComponents/phone/PhoneScroll.vue index 632ccc387..d351b5691 100644 --- a/src/components/hzwlComponents/phone/PhoneScroll.vue +++ b/src/components/hzwlComponents/phone/PhoneScroll.vue @@ -129,6 +129,7 @@ export default { }, watch: { data() { + this.isEmpty = false if (this.data.length === 0) { this.scrollTo(0,0) this.isEmpty = true