From 7df093928cc2678a3b93e460212f3ec312b17048 Mon Sep 17 00:00:00 2001 From: lld <15027638633@163.com> Date: Tue, 17 Feb 2026 20:38:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pages/index.vue b/pages/index.vue index 5f592d7..5ae26d6 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -264,9 +264,8 @@ export default { title: `点击了:${item.agriName}`, icon: 'none' }) + this.$tab.navigateTo('/pages/mine/require/index') }, - - getNewSpecialData() { getNewSpecialData().then(response => { if (response.code === 200 && response.data) { @@ -353,7 +352,7 @@ page { pointer-events: auto !important; } .list-item:active { - background-color: rgba(255, 255, 255, 0.95); + background-color: #F5F5F5; transform: scale(0.98); } @@ -509,12 +508,9 @@ page { } /deep/ .uni-select { border: 0; - // #ifndef MP-WEIXIN height: 70rpx !important; - // #endif // #ifdef MP-WEIXIN margin-top: 20rpx !important; - height: 66rpx !important; // #endif border-radius: 10rpx 0 0 10rpx !important; }