소스 검색

Merge branch 'develop/3.1.0' into test

DESKTOP-SVI9JE1\muzen 2 년 전
부모
커밋
4c4d01997a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/pages/help/index.vue

+ 1 - 0
src/pages/help/index.vue

@@ -92,6 +92,7 @@ export default {
     // 删除按钮
     // 删除按钮
     getDelete(index) {
     getDelete(index) {
       this.imageFiles.splice(index, 1)
       this.imageFiles.splice(index, 1)
+      this.length = this.imageFiles.length
     },
     },
 
 
     // 提交
     // 提交