修复bug

This commit is contained in:
2026-02-26 08:46:33 +08:00
parent 6d7cad25ea
commit 455e4536d4
66 changed files with 376 additions and 65 deletions

View File

@@ -109,7 +109,7 @@
<view class="form-item">
<view class="label-box"><text class="label-txt">退货理由:</text></view>
<view class="input-box">
<textarea class="textarea-base" v-model="config.refundReasons" placeholder="请输入退货理由" />
<textarea class="textarea-base" v-model="config.refundReasons" placeholder="请输入退货理由"></textarea>
<text class="hint-txt">配置退货理由,一行一个理由</text>
</view>
</view>