修复bug
This commit is contained in:
@@ -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">
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
class="desc-input"
|
||||
placeholder="选填:补充详细的退款说明,有助于商家快速处理"
|
||||
maxlength="200"
|
||||
/>
|
||||
></textarea>
|
||||
</view>
|
||||
|
||||
<view class="submit-bar">
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
<textarea class="remark-input"
|
||||
v-model="remark"
|
||||
placeholder="选填,请先和商家协商一致"
|
||||
maxlength="100" />
|
||||
maxlength="100"></textarea>
|
||||
</view>
|
||||
|
||||
<!-- 价格明细 -->
|
||||
@@ -214,7 +214,7 @@
|
||||
v-model="smartAddressInput"
|
||||
placeholder="粘贴如:北京市朝阳区三里屯SOHO A座 张三 13800138000"
|
||||
@input="parseSmartAddress"
|
||||
maxlength="200" />
|
||||
maxlength="200"></textarea>
|
||||
<text class="smart-tip">自动识别:地址+姓名+电话(支持粘贴文本)</text>
|
||||
</view>
|
||||
|
||||
@@ -234,7 +234,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">
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
class="comment-input"
|
||||
placeholder="请输入您的评价内容,您的建议是我们改进的动力"
|
||||
maxlength="200"
|
||||
/>
|
||||
></textarea>
|
||||
<text class="word-count">{{ comment.length }}/200</text>
|
||||
</view>
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@
|
||||
<textarea class="review-textarea"
|
||||
v-model="contents[index]"
|
||||
placeholder="请写下您的使用感受,分享给其他小伙伴吧"
|
||||
maxlength="500" />
|
||||
maxlength="500"></textarea>
|
||||
<text class="word-count">{{ contents[index]?.length || 0 }}/500</text>
|
||||
</view>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user