修复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">
|
||||
|
||||
Reference in New Issue
Block a user