|
@@ -124,8 +124,6 @@ Page({
|
|
|
|
|
|
/* 确定 */
|
|
/* 确定 */
|
|
handleConfirm () {
|
|
handleConfirm () {
|
|
- console.log(this.data.fileList);
|
|
|
|
- console.log(this.data.delFileList);
|
|
|
|
var delPara = {}
|
|
var delPara = {}
|
|
for (let index = 0; index < this.data.delFileList.length; index++) {
|
|
for (let index = 0; index < this.data.delFileList.length; index++) {
|
|
const element = this.data.delFileList[index];
|
|
const element = this.data.delFileList[index];
|