db0cb3e7 by renchao@pashanhoo.com

1

1 parent c7b84eb4
1 <!-- 1 <!--
2 * @Description: 2 * @Description:
3 * @Autor: renchao 3 * @Autor: renchao
4 * @LastEditTime: 2023-07-28 12:00:45 4 * @LastEditTime: 2023-07-28 13:04:45
5 --> 5 -->
6 <template> 6 <template>
7 <div class="rlPopup"> 7 <div class="rlPopup">
...@@ -253,7 +253,7 @@ ...@@ -253,7 +253,7 @@
253 * @author: renchao 253 * @author: renchao
254 */ 254 */
255 async handleChange (file, files) { 255 async handleChange (file, files) {
256 debugger 256 console.log(files, 'filesfiles');
257 // 清空 fileList 数组 257 // 清空 fileList 数组
258 let length = files.length; 258 let length = files.length;
259 this.maxLength = Math.max(length, this.maxLength) 259 this.maxLength = Math.max(length, this.maxLength)
......