From a59ff44b2eaa7020f0529632d9ec064c4dc38e27 Mon Sep 17 00:00:00 2001 From: rk <94314517@qq.com> Date: 星期二, 28 四月 2026 22:08:46 +0800 Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun --- small-program/shop/pages/store-info/store-info.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/small-program/shop/pages/store-info/store-info.vue b/small-program/shop/pages/store-info/store-info.vue index b593862..508a31a 100644 --- a/small-program/shop/pages/store-info/store-info.vue +++ b/small-program/shop/pages/store-info/store-info.vue @@ -22,7 +22,7 @@ <view class="divider"></view> <view class="form-group textarea-group"> <text class="label">闂ㄥ簵浠嬬粛</text> - <input v-model="form.content" class="text-input align-left" type="text" placeholder="璇疯緭鍏ラ棬搴椾粙缁�" placeholder-style="color: #B2B2B2;" /> + <textarea v-model="form.content" maxlength="200" placeholder="璇疯緭鍏ラ棬搴椾粙缁�" class="text-area charge-area" placeholder-style="color: #B2B2B2;" auto-height></textarea> </view> <view class="divider"></view> <view class="form-group switch-group"> @@ -40,12 +40,12 @@ <text class="label">钀ヤ笟鏃堕棿</text> <text class="required">*</text> </view> - <input v-model="form.shopHours" class="text-input align-left" type="text" placeholder="蹇呭~锛岃杈撳叆闂ㄥ簵钀ヤ笟鏃堕棿" placeholder-style="color: #B2B2B2;" /> + <textarea v-model="form.shopHours" maxlength="200" placeholder="蹇呭~锛岃杈撳叆闂ㄥ簵钀ヤ笟鏃堕棿" class="text-area charge-area" placeholder-style="color: #B2B2B2;" auto-height></textarea> </view> <view class="divider"></view> <view class="form-group"> <text class="label">瀵勫瓨绫诲瀷</text> - <input v-model="form.depositTypes" class="text-input align-left" type="text" placeholder="璇疯緭鍏ュ彲瀵勫瓨绫诲瀷" placeholder-style="color: #B2B2B2;" /> + <textarea v-model="form.depositTypes" maxlength="200" placeholder="璇疯緭鍏ュ彲瀵勫瓨绫诲瀷" class="text-area charge-area" placeholder-style="color: #B2B2B2;" auto-height></textarea> </view> <view class="divider"></view> <view class="form-group"> @@ -66,7 +66,7 @@ <text class="label">鏀惰垂鏍囧噯</text> <text class="required">*</text> </view> - <textarea v-model="form.feeStandard" class="text-area charge-area" placeholder="蹇呭~锛岃杈撳叆闂ㄥ簵鏀惰垂鏍囧噯" placeholder-style="color: #B2B2B2;" auto-height></textarea> + <textarea v-model="form.feeStandard" placeholder="蹇呭~锛岃杈撳叆闂ㄥ簵鏀惰垂鏍囧噯" class="text-area charge-area" placeholder-style="color: #B2B2B2;" auto-height></textarea> </view> </view> -- Gitblit v1.9.3