rk
2026-04-28 a59ff44b2eaa7020f0529632d9ec064c4dc38e27
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>