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; }