From c7a84e60dff5a1ce0f015f9b69a19a1f02e97852 Mon Sep 17 00:00:00 2001 From: koogua Date: Wed, 12 May 2021 20:43:10 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B6=E6=AE=B5=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Http/Admin/Views/comment/edit.volt | 98 ------------------------ app/Http/Admin/Views/comment/search.volt | 50 ------------ 2 files changed, 148 deletions(-) delete mode 100644 app/Http/Admin/Views/comment/edit.volt delete mode 100644 app/Http/Admin/Views/comment/search.volt diff --git a/app/Http/Admin/Views/comment/edit.volt b/app/Http/Admin/Views/comment/edit.volt deleted file mode 100644 index 292772af..00000000 --- a/app/Http/Admin/Views/comment/edit.volt +++ /dev/null @@ -1,98 +0,0 @@ -{% extends 'templates/main.volt' %} - -{% block content %} - -
-
- 编辑评价 -
-
- -
-
- -
-
-
- -
-
- -
-
-
- -
-
- -
-
-
- -
-
{{ review.content }}
-
-
-
- -
- - -
-
-
- -
- - -
-
-
- -{% endblock %} - -{% block inline_js %} - - - -{% endblock %} \ No newline at end of file diff --git a/app/Http/Admin/Views/comment/search.volt b/app/Http/Admin/Views/comment/search.volt deleted file mode 100644 index b0c4a8b7..00000000 --- a/app/Http/Admin/Views/comment/search.volt +++ /dev/null @@ -1,50 +0,0 @@ -{% extends 'templates/main.volt' %} - -{% block content %} - -
-
- 搜索评价 -
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- - -
-
-
- -
- - -
-
-
- -
- - -
-
-
- -{% endblock %} \ No newline at end of file