diff --git a/plugins/tps/shops/controllers/Shops.php b/plugins/tps/shops/controllers/Shops.php index 1697efe..65496ec 100755 --- a/plugins/tps/shops/controllers/Shops.php +++ b/plugins/tps/shops/controllers/Shops.php @@ -7,11 +7,10 @@ use Tps\Shops\Models\Shop; class Shops extends Controller { - public $implement = [ 'Backend\Behaviors\ListController', 'Backend\Behaviors\FormController', 'Backend\Behaviors\ReorderController' ]; + public $implement = ['Backend\Behaviors\ListController','Backend\Behaviors\FormController']; public $listConfig = 'config_list.yaml'; public $formConfig = 'config_form.yaml'; - public $reorderConfig = 'config_reorder.yaml'; public function __construct() { @@ -24,4 +23,5 @@ class Shops extends Controller return redirect()->back(); } + } diff --git a/plugins/tps/shops/controllers/shops/_list_toolbar.htm b/plugins/tps/shops/controllers/shops/_list_toolbar.htm index cf39bd5..ae7355c 100755 --- a/plugins/tps/shops/controllers/shops/_list_toolbar.htm +++ b/plugins/tps/shops/controllers/shops/_list_toolbar.htm @@ -1,6 +1,5 @@
-