目的地详址
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user