From ce5387fef11e4f94f45526438a1c3acc6b83909e Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Fri, 8 Dec 2023 23:41:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96check=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/post/post.vue | 58 +++++++++++++++++++-------------------------- 1 file changed, 24 insertions(+), 34 deletions(-) diff --git a/pages/post/post.vue b/pages/post/post.vue index 0c7990d..bc6438d 100644 --- a/pages/post/post.vue +++ b/pages/post/post.vue @@ -147,33 +147,23 @@ 产品类型 - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + 给快递员捎话 @@ -259,6 +249,9 @@ { title: '仓库收货', val: 2 }, { title: '整柜提货', val: 3 } ], + proList: [ + {val: 1},{val: 2} + ], tipsList: [ { title: '请带纸箱', val: '请带纸箱' }, { title: '需要爬楼', val: '需要爬楼' }, @@ -272,7 +265,8 @@ submitParam: { tips: [], type: 1, - otherDes: '' + otherDes: '', + prodId: 1 } } }, @@ -332,13 +326,9 @@ padding: 30rpx; background: #F6F6F6; border-radius: 20rpx; - + border: 2rpx solid transparent; &.active { - border: 2rpx solid $uni-color-primary; - } - - &:last-child { - margin-bottom: 0; + border-color: $uni-color-primary; } } \ No newline at end of file