From 75aca94d095b2cfd66ce12218c6f75813fcb2f68 Mon Sep 17 00:00:00 2001 From: pushuo Date: Fri, 30 Sep 2022 15:44:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=8F=92=E4=BB=B6=E5=B8=82?= =?UTF-8?q?=E5=9C=BAui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/pages/marketing/index.blade.php | 97 +++++++++++-------- 1 file changed, 56 insertions(+), 41 deletions(-) diff --git a/resources/beike/admin/views/pages/marketing/index.blade.php b/resources/beike/admin/views/pages/marketing/index.blade.php index 7bab558a..94b29f10 100644 --- a/resources/beike/admin/views/pages/marketing/index.blade.php +++ b/resources/beike/admin/views/pages/marketing/index.blade.php @@ -5,9 +5,19 @@ @section('body-class', 'page-marketing') @section('content') - @dump($errors)
+ @if (session()->has('errors')) +
+ +
+ @foreach ($errors->all() as $error) +
{{ $error }}
+ @endforeach +
+ +
+ @endif
@@ -28,8 +38,10 @@
- - + +
@@ -39,7 +51,8 @@
-
+
@{{ plugin.name }}
免费 @@ -51,30 +64,32 @@
-
+
+ +
- +
@endsection @push('footer') - + search: function() { + this.page = 1; + this.loadData(); + }, + + resetSearch() { + Object.keys(this.filter).forEach(key => this.filter[key] = '') + this.loadData(); + }, + } + }) + @endpush