|
@@ -55,7 +55,7 @@
|
|
|
</u-form-item>
|
|
</u-form-item>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="border">
|
|
<view class="border">
|
|
|
- <u-form-item @click="showCheckBox" label-width="200" label="公司总类" left-icon="grid">
|
|
|
|
|
|
|
+ <u-form-item @click="showCheckBox" label-width="200" label="公司种类" left-icon="grid">
|
|
|
<view @click="checkboxShow=true" class="flex justify-between ">
|
|
<view @click="checkboxShow=true" class="flex justify-between ">
|
|
|
<view class="u-flex u-flex-wrap">
|
|
<view class="u-flex u-flex-wrap">
|
|
|
<view v-if="!checkboxList.some((i)=>{return i.checked==true})"
|
|
<view v-if="!checkboxList.some((i)=>{return i.checked==true})"
|
|
@@ -116,14 +116,14 @@
|
|
|
<view style="padding: 30rpx 0 10rpx;">
|
|
<view style="padding: 30rpx 0 10rpx;">
|
|
|
<text>店铺实况</text>
|
|
<text>店铺实况</text>
|
|
|
<text style="font-size: 24rpx;color: #999999;">(请上传门头、店内、收银台照片)</text>
|
|
<text style="font-size: 24rpx;color: #999999;">(请上传门头、店内、收银台照片)</text>
|
|
|
- <view class="grid col-4 grid-square flex-sub margin-top-50">
|
|
|
|
|
|
|
+ <view class="grid col-5 grid-square flex-sub margin-top-50">
|
|
|
<view class="bg-img" v-for="(item,index) in imgList" :key="index" @tap="viewImage(index)">
|
|
<view class="bg-img" v-for="(item,index) in imgList" :key="index" @tap="viewImage(index)">
|
|
|
<image :src="imgList[index]" mode="aspectFill"></image>
|
|
<image :src="imgList[index]" mode="aspectFill"></image>
|
|
|
<view class="cu-tag bg-red" @tap.stop="delImg(index)" >
|
|
<view class="cu-tag bg-red" @tap.stop="delImg(index)" >
|
|
|
<text class='cuIcon-close'></text>
|
|
<text class='cuIcon-close'></text>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view style="border: 4rpx dashed #e1e1e1;position: relative;" @tap="uploadShopPics" v-if="imgList.length<4">
|
|
|
|
|
|
|
+ <view style="border: 4rpx dashed #e1e1e1;position: relative;" @tap="uploadShopPics" v-if="imgList.length<5">
|
|
|
<image style="width: 50rpx;height: 50rpx;position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;" src="@/static/icon/camera.png" mode=""></image>
|
|
<image style="width: 50rpx;height: 50rpx;position: absolute;left: 0;right: 0;bottom: 0;top: 0;margin: auto;" src="@/static/icon/camera.png" mode=""></image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -301,7 +301,6 @@
|
|
|
mallAreaLabel: '',
|
|
mallAreaLabel: '',
|
|
|
//门店地址
|
|
//门店地址
|
|
|
shopAddress: '',
|
|
shopAddress: '',
|
|
|
- //公司总类
|
|
|
|
|
checkboxShow: false,
|
|
checkboxShow: false,
|
|
|
checkboxList: [],
|
|
checkboxList: [],
|
|
|
step: 1,
|
|
step: 1,
|
|
@@ -391,7 +390,7 @@
|
|
|
this.form.labelNames=this.checkboxList.filter(item=>item.checked == true).map(item => item.name).join(",")
|
|
this.form.labelNames=this.checkboxList.filter(item=>item.checked == true).map(item => item.name).join(",")
|
|
|
}
|
|
}
|
|
|
if (this.$isEmpty(this.form.labelIds)) {
|
|
if (this.$isEmpty(this.form.labelIds)) {
|
|
|
- this.$u.toast('请选择公司总类')
|
|
|
|
|
|
|
+ this.$u.toast('请选择公司种类')
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
if (this.$isEmpty(this.form.address)) {
|
|
if (this.$isEmpty(this.form.address)) {
|