Ver código fonte

修改pc,粮脉企业审核,编辑,场地图片不能删除,最多9张,9张之后应该不可以再上传

mxx 3 anos atrás
pai
commit
efe6ca0f79

+ 1 - 1
src/views/platformaudit/grainpulseenterprisereview.vue

@@ -468,7 +468,7 @@ export default {
     },
     handlePictureCardPreview(res, file) {
       let url = file.response.url;
-      if(this.companyList1.sitePhotoAddress.length>9){
+      if(this.companyList1.sitePhotoAddress.length>=9){
          this.$message({
           message: '最多上传九张图片!',
           type: 'warning',