修复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

@@ -88,7 +88,7 @@
v-model="smartAddressInput"
placeholder="请输入完整地址,系统将自动识别省市区和详细地址"
@blur="parseSmartAddress"
maxlength="200" />
maxlength="200"></textarea>
<text class="smart-tip">例如北京市朝阳区三里屯SOHO A座</text>
</view>
@@ -108,7 +108,7 @@
<text class="form-label">详细地址</text>
<textarea class="form-textarea" v-model="newAddress.detail"
placeholder="街道、小区、楼栋、门牌号等"
maxlength="100" />
maxlength="100"></textarea>
</view>
<view class="form-item checkbox-item">