diff --git a/view/manager/category/add.html b/view/manager/category/add.html index 40454bd..e49faa8 100755 --- a/view/manager/category/add.html +++ b/view/manager/category/add.html @@ -64,14 +64,14 @@ -
+
{:widget('manager.upload/image',['append' => '_bg','src' => $item['bg']??'', 'imgSize' => '1920*90'])}
-
+
{:widget('manager.upload/image',["append"=>"_bg_mobile",'src' => $item['bg_mobile']??'', "imgSize" => "750*90"])} diff --git a/view/manager/category/edit.html b/view/manager/category/edit.html index 389a5a5..2912d27 100755 --- a/view/manager/category/edit.html +++ b/view/manager/category/edit.html @@ -78,14 +78,14 @@ if(!empty($item['width']) && is_int($item['width']) && $item['width'] > 0 && !em
-
+
{:widget('manager.upload/image',['append' => '_bg','src' => $item['bg']?:'', 'imgSize' => '1920*90'])}
-
+
{:widget('manager.upload/image',["append"=>"_bg_mobile",'src' => $item['bg_mobile']?:'', "imgSize" => "750*90"])}