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 {