diff --git a/app/Caches/Category.php b/app/Caches/Category.php index 440b38d0..f3027f75 100644 --- a/app/Caches/Category.php +++ b/app/Caches/Category.php @@ -2,8 +2,8 @@ namespace App\Library\Cache; -use App\Models\Category as CategoryModel; use App\Exceptions\NotFound as ModelNotFoundException; +use App\Models\Category as CategoryModel; class Category extends \Phalcon\Di\Injectable { diff --git a/app/Caches/Course.php b/app/Caches/Course.php index d02bfa98..34eb7853 100644 --- a/app/Caches/Course.php +++ b/app/Caches/Course.php @@ -2,8 +2,8 @@ namespace App\Library\Cache; -use App\Models\Course as CourseModel; use App\Exceptions\NotFound as ModelNotFoundException; +use App\Models\Course as CourseModel; class Course extends \Phalcon\Di\Injectable { diff --git a/app/Caches/User.php b/app/Caches/User.php index 5878f544..86392d44 100644 --- a/app/Caches/User.php +++ b/app/Caches/User.php @@ -2,8 +2,8 @@ namespace App\Library\Cache; -use App\Models\User as UserModel; use App\Exceptions\NotFound as ModelNotFoundException; +use App\Models\User as UserModel; class User extends \Phalcon\Di\Injectable { diff --git a/app/Http/Admin/Services/Slide.php b/app/Http/Admin/Services/Slide.php index f7dd7840..5922209d 100644 --- a/app/Http/Admin/Services/Slide.php +++ b/app/Http/Admin/Services/Slide.php @@ -5,7 +5,6 @@ namespace App\Http\Admin\Services; use App\Library\Paginator\Query as PagerQuery; use App\Models\Slide as SlideModel; use App\Repos\Slide as SlideRepo; -use App\Services\Storage as StorageService; use App\Validators\Slide as SlideValidator; class Slide extends Service diff --git a/app/Http/Admin/Views/audit/list.volt b/app/Http/Admin/Views/audit/list.volt index f4e8277b..ba2ae912 100644 --- a/app/Http/Admin/Views/audit/list.volt +++ b/app/Http/Admin/Views/audit/list.volt @@ -37,7 +37,7 @@ {{ item.user_id }} {{ item.user_name }} - {{ item.user_ip }} + {{ item.user_ip }} {{ item.req_route }} {{ item.req_path }} {{ date('Y-m-d H:i:s',item.created_at) }} diff --git a/app/Http/Admin/Views/category/list.volt b/app/Http/Admin/Views/category/list.volt index 05e3948f..7685a3ad 100644 --- a/app/Http/Admin/Views/category/list.volt +++ b/app/Http/Admin/Views/category/list.volt @@ -57,9 +57,9 @@ diff --git a/app/Http/Admin/Views/chapter/lessons_article.volt b/app/Http/Admin/Views/chapter/lessons_article.volt index 0d19419f..3828f725 100644 --- a/app/Http/Admin/Views/chapter/lessons_article.volt +++ b/app/Http/Admin/Views/chapter/lessons_article.volt @@ -36,7 +36,7 @@ diff --git a/app/Http/Admin/Views/chapter/lessons_live.volt b/app/Http/Admin/Views/chapter/lessons_live.volt index 6a70f9e5..df4f078b 100644 --- a/app/Http/Admin/Views/chapter/lessons_live.volt +++ b/app/Http/Admin/Views/chapter/lessons_live.volt @@ -44,7 +44,7 @@ diff --git a/app/Http/Admin/Views/chapter/lessons_vod.volt b/app/Http/Admin/Views/chapter/lessons_vod.volt index 4f6a68d8..595839dc 100644 --- a/app/Http/Admin/Views/chapter/lessons_vod.volt +++ b/app/Http/Admin/Views/chapter/lessons_vod.volt @@ -53,7 +53,7 @@ diff --git a/app/Http/Admin/Views/config/vod.volt b/app/Http/Admin/Views/config/vod.volt index 10a3d9f8..46ad41b5 100644 --- a/app/Http/Admin/Views/config/vod.volt +++ b/app/Http/Admin/Views/config/vod.volt @@ -162,7 +162,7 @@ } else { template.val('210,220,230'); } - } + }; var changeAudioTemplate = function (format) { var template = $('input[name=audio_template]'); @@ -171,7 +171,7 @@ } else { template.val('1110'); } - } + }; form.on('radio(storage-type)', function (data) { var block = $('#storage-region-block'); diff --git a/app/Http/Admin/Views/course/chapters.volt b/app/Http/Admin/Views/course/chapters.volt index bcccbf98..85e2825d 100644 --- a/app/Http/Admin/Views/course/chapters.volt +++ b/app/Http/Admin/Views/course/chapters.volt @@ -48,7 +48,7 @@ diff --git a/app/Http/Admin/Views/course/edit_basic.volt b/app/Http/Admin/Views/course/edit_basic.volt index b4f8c06a..30b7da5e 100644 --- a/app/Http/Admin/Views/course/edit_basic.volt +++ b/app/Http/Admin/Views/course/edit_basic.volt @@ -18,7 +18,7 @@
- 编辑 + 编辑
diff --git a/app/Http/Admin/Views/course/list.volt b/app/Http/Admin/Views/course/list.volt index 9d14d803..d5c49514 100644 --- a/app/Http/Admin/Views/course/list.volt +++ b/app/Http/Admin/Views/course/list.volt @@ -83,9 +83,9 @@