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' + // }) } } }