| | |
| | | <text class="text-input align-left" style="font-weight: 600;margin-left: 30rpx;">{{info.name}}</text> |
| | | </view> |
| | | <view class="form-group"> |
| | | <text class="label">门店头像</text> |
| | | <text class="label">门店头像<text class="required">*</text></text> |
| | | <view class="upload-row" style="margin-top: 20rpx;"> |
| | | <view class="upload-box" @click="chooseAndUploadImage(1)"> |
| | | <view class="upload-plus">+</view> |
| | |
| | | if(this.loading){ |
| | | return; |
| | | } |
| | | if(!this.form.coverImg){ |
| | | uni.showToast({ |
| | | title:"请上传门店头像", |
| | | icon:'none' |
| | | }) |
| | | return |
| | | } |
| | | if(!this.form.shopHours){ |
| | | uni.showToast({ |
| | | title:"请填写营业时间", |