From 88a34566f7c3f77d90daa3fd57fb0abca3e1b5e6 Mon Sep 17 00:00:00 2001
From: liukangdong <898885815@qq.com>
Date: 星期四, 27 二月 2025 09:12:06 +0800
Subject: [PATCH] ll
---
h5/pages/staff/meetingSubOrder.vue | 14 ++++++--------
1 files changed, 6 insertions(+), 8 deletions(-)
diff --git a/h5/pages/staff/meetingSubOrder.vue b/h5/pages/staff/meetingSubOrder.vue
index f8807b0..25526ef 100644
--- a/h5/pages/staff/meetingSubOrder.vue
+++ b/h5/pages/staff/meetingSubOrder.vue
@@ -40,7 +40,7 @@
<text>浼氳鍐呭</text>
</view>
<view class="line">
- <u-textarea border="none" v-model="param.content" count :maxlength="300" placeholder="璇疯緭鍏ヤ細璁唴瀹�"
+ <u-textarea border="none" autoHeight v-model="param.content" count :maxlength="300" placeholder="璇疯緭鍏ヤ細璁唴瀹�"
placeholder-class="placeholder9" class="label" />
</view>
</view>
@@ -88,7 +88,7 @@
<text>澶囨敞</text>
</view>
<view class="line">
- <textarea v-model="param.remark" :maxlength="-1" placeholder="璇疯緭鍏�" placeholder-class="placeholder9"
+ <u-textarea border="none" autoHeight v-model="param.remark" :maxlength="-1" placeholder="璇疯緭鍏�" placeholder-class="placeholder9"
class="label" />
</view>
</view>
@@ -137,7 +137,8 @@
})
this.$eventBus.$on('meetingSub', (res) => {
this.param = {
- ...res
+ ...res,
+ joinNotice: 1
}
this.$set(this.param, 'activeDate', dayjs(res.yudingDate).format('YYYY骞碝鏈圖鏃�'))
const bookingTimeList = res.bookingTimeList.split(',').map(i => {
@@ -306,13 +307,12 @@
.line {
display: flex;
-
.label {
flex: 1;
display: flex;
flex-wrap: wrap;
align-items: center;
-
+
.service_item {
height: 64rpx;
line-height: 64rpx;
@@ -330,8 +330,6 @@
}
}
}
-
- padding-bottom: 100rpx;
}
.empty {
@@ -351,7 +349,7 @@
border-radius: 36rpx;
font-size: 30rpx;
color: #ffffff;
- margin-top: 20rpx;
+ margin-top: 40rpx;
}
.star {
--
Gitblit v1.9.3