| | |
| | | <textarea v-model="form.depositTypes" maxlength="200" placeholder="请输入可寄存类型" class="text-area charge-area" placeholder-style="color: #B2B2B2;" auto-height></textarea> |
| | | </view> |
| | | <view class="divider"></view> |
| | | <view class="form-group"> |
| | | <!-- <view class="form-group"> |
| | | <view class="label-row"> |
| | | <text class="label">配送范围</text> |
| | | <text class="required">*</text> |
| | |
| | | </view> |
| | | </view> |
| | | |
| | | <view class="divider"></view> |
| | | <view class="divider"></view> --> |
| | | |
| | | <view class="form-group textarea-group last-group"> |
| | | <view class="label-row"> |
| | |
| | | businessType: 0, |
| | | content: "", |
| | | coverImg: "", |
| | | deliveryArea: 0, |
| | | // deliveryArea: 0, |
| | | depositTypes:"" , |
| | | feeStandard:"" , |
| | | shopHours: "" |
| | |
| | | businessType: res.data.businessType || 0, |
| | | content: res.data.content || '', |
| | | coverImg: res.data.coverImg || '', |
| | | deliveryArea: res.data.deliveryArea || 0, |
| | | // deliveryArea: res.data.deliveryArea || 0, |
| | | depositTypes: res.data.depositTypes || '', |
| | | feeStandard:res.data.feeStandard || '', |
| | | shopHours: res.data.shopHours || '', |
| | |
| | | }) |
| | | return |
| | | } |
| | | if(!this.form.deliveryArea){ |
| | | uni.showToast({ |
| | | title:"请填写配送范围", |
| | | icon:'none' |
| | | }) |
| | | return |
| | | } |
| | | // if(!this.form.deliveryArea){ |
| | | // uni.showToast({ |
| | | // title:"请填写配送范围", |
| | | // icon:'none' |
| | | // }) |
| | | // return |
| | | // } |
| | | if(!this.form.feeStandard){ |
| | | uni.showToast({ |
| | | title:"请填写收费标准", |