修复bug
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user