目的地详址

This commit is contained in:
shijingjing
2022-10-09 09:21:09 +08:00
parent 1dcb4f496d
commit cc59548dc7

View File

@@ -114,7 +114,7 @@
<div class="form-item__wrapper">
<div class="form-item__title">
<i style="margin-right:8px;"></i>
<h2>出发地址</h2>
<h2>出发地</h2>
</div>
<div class="form-item__right">
<textarea auto-height v-model="form.startAddress" :maxlength="500" placeholder="请尽量详细填写至街道、小区。"
@@ -197,7 +197,7 @@
<div class="form-item__wrapper">
<div class="form-item__title">
<i style="margin-right:8px;"></i>
<h2>目的详址</h2>
<h2>目的详址</h2>
</div>
<div class="form-item__right">
<textarea auto-height v-model="form.arriveAddress" :maxlength="500" placeholder="请尽量详细填写至小区、楼栋号。"
@@ -577,7 +577,7 @@ export default {
}
// if (!this.form.startAddress) {
// return this.$toast('请输入出发地址')
// return this.$toast('请输入出发地址')
// }
if (!this.travelType.length) {