|
|
@@ -98,7 +98,7 @@
|
|
|
</div>
|
|
|
<div class="file-text">品牌logo/商标注册原件/授权说明书</div>
|
|
|
<div v-show="brands.length > 1" @click="deleteBrand(index)" class="delete" title="删除"><i class="fa fa-trash"></i></div>
|
|
|
- <div class="col-md-12"><em>*</em>仅支持JPG、PNG、GIF、PDF格式,大小不超过3M</div>
|
|
|
+ <div class="col-md-12"><em v-if="index == 0">*</em>仅支持JPG、PNG、GIF、PDF格式,大小不超过3M</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="add-brand row">
|
|
|
@@ -438,10 +438,6 @@
|
|
|
if (this.businessLicenseUrl === '') {
|
|
|
this.$message.error('请上传营业执照')
|
|
|
} else {
|
|
|
-// this.brands.forEach(function (item) {
|
|
|
-// })
|
|
|
- this.brands.forEach(function (item) {
|
|
|
- })
|
|
|
if (this.brands[0].name === '') {
|
|
|
validCode = 1
|
|
|
} else if (this.brands[0].url === '') {
|