feat: 调整

This commit is contained in:
2025-08-11 00:12:27 +08:00
parent 76a176d4cd
commit 7cbe020438
2 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
</view> </view>
<view class="detail-item"> <view class="detail-item">
<text class="detail-label">服务时间</text> <text class="detail-label">服务时间</text>
<text class="detail-value">2025-09-12 12:00</text> <text class="detail-value">2025-08-11 14:00</text>
</view> </view>
<view class="detail-item"> <view class="detail-item">
<text class="detail-label">联系房客</text> <text class="detail-label">联系房客</text>

View File

@@ -15,7 +15,7 @@
:class="['textarea', ios ? 'ios' : 'android']" :class="['textarea', ios ? 'ios' : 'android']"
type="text" type="text"
cursor-spacing="65" cursor-spacing="65"
confirm-type="done" confirm-type="send"
v-model="inputMessage" v-model="inputMessage"
auto-height auto-height
:confirm-hold="true" :confirm-hold="true"
@@ -23,6 +23,7 @@
:show-confirm-bar="false" :show-confirm-bar="false"
:hold-keyboard="holdKeyboard" :hold-keyboard="holdKeyboard"
:adjust-position="true" :adjust-position="true"
:disable-default-padding="true"
maxlength="300" maxlength="300"
@confirm="sendMessage" @confirm="sendMessage"
@focus="handleFocus" @focus="handleFocus"