소스 검색

Merge branch 'master' of http://git.cc-lotus.info/customer/customer_common

zs 9 달 전
부모
커밋
226e9e74b3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/components/frame/c-upload.vue

+ 1 - 1
src/components/frame/c-upload.vue

@@ -66,7 +66,7 @@ export default {
     },
     // 上传成功,response:成功信息,file:图片信息,fileList:图片列表
     onSuccess(response, file, fileList) {
-      if (response.errcode !== 0) {
+      if (response.errcode != 0) {
         this.$message({ message: `上传失败`, type: 'error' });
         return;
       }