|
@@ -102,7 +102,7 @@
|
|
|
<input class="form-input" v-model="formData.experience" placeholder="请输入您的婚姻介绍经验" />
|
|
<input class="form-input" v-model="formData.experience" placeholder="请输入您的婚姻介绍经验" />
|
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
- <view class="form-group">
|
|
|
|
|
|
|
+ <!-- <view class="form-group">
|
|
|
<text class="form-label">可服务时间:</text>
|
|
<text class="form-label">可服务时间:</text>
|
|
|
<picker mode="multiSelector" :range="timeSlotData" :value="timeSlotIndex" @change="onTimeSlotChange">
|
|
<picker mode="multiSelector" :range="timeSlotData" :value="timeSlotIndex" @change="onTimeSlotChange">
|
|
|
<view class="form-input picker-input">
|
|
<view class="form-input picker-input">
|
|
@@ -110,7 +110,7 @@
|
|
|
<text class="picker-arrow">></text>
|
|
<text class="picker-arrow">></text>
|
|
|
</view>
|
|
</view>
|
|
|
</picker>
|
|
</picker>
|
|
|
- </view>
|
|
|
|
|
|
|
+ </view> -->
|
|
|
|
|
|
|
|
<view class="form-group">
|
|
<view class="form-group">
|
|
|
<text class="form-label">个人简介:</text>
|
|
<text class="form-label">个人简介:</text>
|
|
@@ -547,13 +547,13 @@
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- if (!this.formData.startTime || !this.formData.endTime) {
|
|
|
|
|
- uni.showToast({
|
|
|
|
|
- title: '请选择可服务时间',
|
|
|
|
|
- icon: 'none'
|
|
|
|
|
- })
|
|
|
|
|
- return
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ // if (!this.formData.startTime || !this.formData.endTime) {
|
|
|
|
|
+ // uni.showToast({
|
|
|
|
|
+ // title: '请选择可服务时间',
|
|
|
|
|
+ // icon: 'none'
|
|
|
|
|
+ // })
|
|
|
|
|
+ // return
|
|
|
|
|
+ // }
|
|
|
|
|
|
|
|
if (!this.formData.introduction) {
|
|
if (!this.formData.introduction) {
|
|
|
uni.showToast({
|
|
uni.showToast({
|