From bd99a5211f3a5fcaa051e5da868d87bb870148f5 Mon Sep 17 00:00:00 2001
From: quanyawei <401863037@qq.com>
Date: Fri, 01 Mar 2024 09:58:45 +0800
Subject: [PATCH] fix:手持设备
---
pages/index/index.vue | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/pages/index/index.vue b/pages/index/index.vue
index 4b86e55..07d33a8 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -36,6 +36,10 @@
this.currIndex = '0'
this.showTabBar = true
},
+ onReachBottom() {
+ //������������������������������������������
+ this.$refs.agencyPage.onBottom()
+ },
mounted() {
//������������������
this.token = uni.getStorageSync('tonken')
@@ -78,4 +82,8 @@
}
}
</script>
-<style></style>
\ No newline at end of file
+<style>
+ .newIndex {
+ width: calc(100vw);
+ }
+</style>
\ No newline at end of file
--
Gitblit v1.8.0