From 2e2c8e1b49cc43dc887400f1dcb416084f5b3161 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 17 Oct 2022 18:09:55 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9B=BE=E7=89=87=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/api/upload/document.html | 152 ------------------------ app/admin/view/api/upload/image.html | 24 +++- app/admin/view/api/upload/video.html | 152 ------------------------ 3 files changed, 20 insertions(+), 308 deletions(-) delete mode 100644 app/admin/view/api/upload/document.html delete mode 100644 app/admin/view/api/upload/video.html diff --git a/app/admin/view/api/upload/document.html b/app/admin/view/api/upload/document.html deleted file mode 100644 index 028ed6b4e..000000000 --- a/app/admin/view/api/upload/document.html +++ /dev/null @@ -1,152 +0,0 @@ -
-
-
- - 搜 索 -
- -
-
-
-
-

-
-
-
-
-
-
- - - - - - \ No newline at end of file diff --git a/app/admin/view/api/upload/image.html b/app/admin/view/api/upload/image.html index b4b1d5971..2235bb002 100644 --- a/app/admin/view/api/upload/image.html +++ b/app/admin/view/api/upload/image.html @@ -53,7 +53,8 @@ this.urls = []; this.data.forEach(function (file) { app.setValue(file.xurl); - }), this.setInput(); + }); + this.setInput(); }, // 格式文件大小 formatSize: function (size) { @@ -78,7 +79,8 @@ this.list.forEach(function (item) { item.checked = !!app.idxs[item.id] item.style = 'background-image:url(' + item.xurl + ')'; - }), this.addPage(count); + }); + this.addPage(count); }, // 设置选择数据 setValue: function (xurl) { @@ -128,9 +130,23 @@ \ No newline at end of file diff --git a/app/admin/view/api/upload/video.html b/app/admin/view/api/upload/video.html deleted file mode 100644 index 028ed6b4e..000000000 --- a/app/admin/view/api/upload/video.html +++ /dev/null @@ -1,152 +0,0 @@ -
-
-
- - 搜 索 -
- -
-
-
-
-

-
-
-
-
-
-
- - - - - - \ No newline at end of file