bruce 5 年之前
父节点
当前提交
47b6a49ea0
共有 2 个文件被更改,包括 3 次插入2 次删除
  1. 2 1
      components/multi-uploader.vue
  2. 1 1
      components/works/editor.vue

+ 2 - 1
components/multi-uploader.vue

@@ -57,7 +57,8 @@
           console.log("处理图片上传成功");
           console.log("处理图片上传成功");
           this.handleChange(fileList);
           this.handleChange(fileList);
         } else {
         } else {
-          console.log("处理图片上传失败");
+          console.log("处理图片上传失败", this.fileList);
+
           this.$emit("change", this.fileList);
           this.$emit("change", this.fileList);
         }
         }
       },
       },

+ 1 - 1
components/works/editor.vue

@@ -2,7 +2,7 @@
   <div class="editor">
   <div class="editor">
     <!--作品名称-->
     <!--作品名称-->
     <div class="app__dp_f app__f_r app__alig_c">
     <div class="app__dp_f app__f_r app__alig_c">
-      <h5 class="app__f_s_0"><span class="app__fc_r">*</span>作品名称2</h5>
+      <h5 class="app__f_s_0"><span class="app__fc_r">*</span>作品名称3</h5>
       <el-input type="textarea" :rows="1" resize="none" show-word-limit v-model="workName" class="app__ml_20" placeholder="50字符以内,不能包含&*\#等特殊字符"
       <el-input type="textarea" :rows="1" resize="none" show-word-limit v-model="workName" class="app__ml_20" placeholder="50字符以内,不能包含&*\#等特殊字符"
                 :maxlength="50" @blur="workNameBlur"/>
                 :maxlength="50" @blur="workNameBlur"/>
     </div>
     </div>