Explorar o código

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

mxx %!s(int64=3) %!d(string=hai) anos
pai
achega
efe6ca0f79
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/views/platformaudit/grainpulseenterprisereview.vue

+ 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',