From c1e265ec2a24a965a0af03c9a428cfa14b297f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Tue, 9 Sep 2025 09:03:26 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=96=E6=B6=88=E9=A6=96=E9=A1=B5=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E5=88=86=E7=B1=BB=E9=80=89=E9=A1=B9=E7=9A=84=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/community/propertyPayment/index.css | 2 +- pages/index/index.vue | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/community/propertyPayment/index.css b/packages/community/propertyPayment/index.css index c8132380..45b6817e 100644 --- a/packages/community/propertyPayment/index.css +++ b/packages/community/propertyPayment/index.css @@ -213,7 +213,7 @@ image { } .payItem_money{ - width: 150rpx; + width: auto; } .bottom { diff --git a/pages/index/index.vue b/pages/index/index.vue index 2b9df968..b16de2db 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1065,7 +1065,6 @@ export default { onShow() { this.showNav = uni.getStorageSync("isShowNav") ? (uni.getStorageSync("isShowNav") == 1 ? false : true) : false - console.log("🚀 ~ onLoad ~ this.showNav:", this.showNav) this.flag = false this.bottomPageNum = 1 console.log('当前页面展示的城市信息', this.currentCity) @@ -1086,10 +1085,10 @@ export default { const res = await this.getHomeBottom(); this.bottomList = this.bottomList.concat(res); } else { - uni.showToast({ - title: '没有更多了', - icon: 'none' - }) + // uni.showToast({ + // title: '没有更多了', + // icon: 'none' + // }) } } }