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);