From c49a28eccb16a0953ad4ed2843f30c2fb901217e Mon Sep 17 00:00:00 2001 From: Yutousama <583819556@qq.com> Date: Wed, 13 May 2020 00:24:39 +0800 Subject: [PATCH] update --- web/html/body/nas/animrss.html | 35 +++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/web/html/body/nas/animrss.html b/web/html/body/nas/animrss.html index 171c054..eb18e1b 100644 --- a/web/html/body/nas/animrss.html +++ b/web/html/body/nas/animrss.html @@ -15,20 +15,21 @@
-
番剧订阅器
- - - -
- -
- -
-
-
动漫花园RSS
+
+
番剧订阅器
+
+ +
+
+ +
    +
+
+ +
+
+
动漫花园RSS
@@ -239,7 +240,7 @@ , content: "确认删除 " + name , btn: ['确认', '取消'] , yes: function (index) { - $.post('/tools/password/type/set/remove.do', { id: id }, function (data) { + $.post('/anim/type/del.do', { id: id }, function (data) { let json = JSON.parse(data); layer.msg(json.msg); }) @@ -276,7 +277,11 @@ , content: "删除操作无法回滚,是否确认删除:" + obj.data.title , btn: ['确认', '取消'] , yes: function (index) { - + $.post('/anim/rss/del.do', { id: obj.data.id }, function (data) { + let json = JSON.parse(data); + layer.msg(json.msg); + }) + layer.close(index) }, btn2: function (index) { layer.close(index);