From 234f0e6ac49a672560e4d03c907cf536e6263d90 Mon Sep 17 00:00:00 2001 From: zhangqun <179111901@qq.com> Date: Wed, 31 Jul 2024 20:56:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E9=80=89=E6=8C=89=E9=92=AE=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/detail.vue | 54 +++++++++++++++++++++++++++++------------- 1 file changed, 37 insertions(+), 17 deletions(-) diff --git a/pages/index/detail.vue b/pages/index/detail.vue index 8a134b3..2beabba 100644 --- a/pages/index/detail.vue +++ b/pages/index/detail.vue @@ -61,7 +61,7 @@ > - - + + + {{ item }} + + - 确认 + 清空 @@ -630,14 +641,20 @@ console.log({ }); }, handleGroup(item) { + console.log(item) let text = ""; if (this.optionType) { - text = item.checkboxValue1.join(","); } else { - text = item.radiovalue1; + text = item.checkboxValue1.join(","); + // text = item; } this.handleSend(text); }, + handleGroup2(i) { + this.msgList[i].checkboxValue1 = [] + this.$set(this.msgList,i,this.msgList[i]) + + }, }, }; @@ -733,13 +750,15 @@ console.log({ .bar { width: 100%; display: flex; - margin-bottom: 40rpx; - overflow: hidden; + margin-bottom: 80rpx; + // overflow: hidden; .btnBox { display: flex; justify-content: flex-end; - + position: absolute; + right: -4px; + bottom: -36px; .btn { color: #497cca; background-color: #d8e3f8; @@ -764,7 +783,8 @@ console.log({ padding: 0; margin: 15rpx 20rpx 0 20rpx; // flex: 1; - overflow: hidden; + // overflow: hidden; + position: relative; background-color: #ffffff; ._img {