From 90d564ee7cc5348dd5158eaebf631be975f57dbc Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 28 Nov 2022 17:18:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E4=B8=BB=E5=AF=BC=E8=88=AA?= =?UTF-8?q?=E5=92=8C=E5=BA=95=E9=83=A8=E5=86=85=E5=AE=B9=E5=BC=80=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/default/index/init.html | 4 +- .../view/default/order/module/goods.html | 3 + .../default/orderaftersale/module/goods.html | 3 + .../view/default/site/siteset/extends.html | 41 +++ .../view/default/public/breadcrumb_data.html | 2 +- .../view/default/public/footer_filing.html | 33 +++ app/index/view/default/public/footer_nav.html | 42 +-- .../view/default/public/goods_category.html | 12 +- app/index/view/default/public/header_nav.html | 276 +++++++++--------- .../view/default/public/header_top_nav.html | 260 +++++++++-------- app/index/view/default/public/nav_search.html | 136 ++++----- app/install/view/public/footer_nav.html | 2 +- public/static/index/default/css/common.css | 15 +- 13 files changed, 448 insertions(+), 381 deletions(-) create mode 100644 app/index/view/default/public/footer_filing.html diff --git a/app/admin/view/default/index/init.html b/app/admin/view/default/index/init.html index f330a50e7..6a87cc23f 100755 --- a/app/admin/view/default/index/init.html +++ b/app/admin/view/default/index/init.html @@ -464,9 +464,9 @@ {{if !empty($site_store_links) and !empty($site_store_links['community_website'])}} -
交流社区
+
交流提问
- ShopXO交流社区 + ShopXO交流提问
{{/if}} diff --git a/app/admin/view/default/order/module/goods.html b/app/admin/view/default/order/module/goods.html index 10d8cdd7f..afd4818a9 100644 --- a/app/admin/view/default/order/module/goods.html +++ b/app/admin/view/default/order/module/goods.html @@ -116,6 +116,9 @@ {{$item.title}} + {{if !empty($item['model'])}} + {{$item.model}} + {{/if}}
{{if !empty($item['spec_text'])}} diff --git a/app/admin/view/default/orderaftersale/module/goods.html b/app/admin/view/default/orderaftersale/module/goods.html index d6ce8f845..7c66cfe64 100644 --- a/app/admin/view/default/orderaftersale/module/goods.html +++ b/app/admin/view/default/orderaftersale/module/goods.html @@ -57,6 +57,9 @@
{{$module_data.order_data.items.title}} + {{if !empty($module_data.order_data.items.model)}} + {{$module_data.order_data.items.model}} + {{/if}} {{if !empty($module_data.order_data.items.spec)}}
    {{foreach $module_data.order_data.items.spec as $spec}} diff --git a/app/admin/view/default/site/siteset/extends.html b/app/admin/view/default/site/siteset/extends.html index c014356b5..deb5230ef 100644 --- a/app/admin/view/default/site/siteset/extends.html +++ b/app/admin/view/default/site/siteset/extends.html @@ -19,6 +19,47 @@

    基础配置

+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
- - - -
- - - {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}} -
- plugins_view_common_header_nav_search_inside + + -
- - {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}} -
- plugins_view_common_header_nav_content_inside_top -
- {{/if}} - {{if !empty($plugins_view_common_header_nav_content_inside_top_data) and is_array($plugins_view_common_header_nav_content_inside_top_data)}} - {{foreach $plugins_view_common_header_nav_content_inside_top_data as $hook}} - {{if is_string($hook) or is_int($hook)}} - {{$hook|raw}} - {{/if}} - {{/foreach}} - {{/if}} - - {{if empty($user)}} - - - {{/if}} - - - {{if !empty($nav_header)}} - - {{/if}} - - -
- - {{if MyC('home_navigation_main_quick_status') eq 1}} - - - - {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}} -
- plugins_view_common_header_nav_right -
- {{/if}} - {{if !empty($plugins_view_common_header_nav_right_data) and is_array($plugins_view_common_header_nav_right_data)}} - {{foreach $plugins_view_common_header_nav_right_data as $hook}} - {{if is_string($hook) or is_int($hook)}} - {{$hook|raw}} - {{/if}} - {{/foreach}} - {{/if}} -
- \ No newline at end of file + +{{/if}} \ No newline at end of file diff --git a/app/index/view/default/public/header_top_nav.html b/app/index/view/default/public/header_top_nav.html index 9abff1de7..ad4456f48 100755 --- a/app/index/view/default/public/header_top_nav.html +++ b/app/index/view/default/public/header_top_nav.html @@ -1,140 +1,142 @@ - -
-
- + + {{if isset($shopxo_is_develop) and $shopxo_is_develop eq true}} +
+ plugins_view_header_navigation_top_right_end +
+ {{/if}} + {{if !empty($plugins_view_header_navigation_top_right_end_data) and is_array($plugins_view_header_navigation_top_right_end_data)}} + {{foreach $plugins_view_header_navigation_top_right_end_data as $hook}} + {{if is_string($hook) or is_int($hook)}} + {{$hook|raw}} + {{/if}} + {{/foreach}} + {{/if}} + +
-
- \ No newline at end of file + +{{/if}} \ No newline at end of file diff --git a/app/index/view/default/public/nav_search.html b/app/index/view/default/public/nav_search.html index acaf418de..bb8ff8be3 100755 --- a/app/index/view/default/public/nav_search.html +++ b/app/index/view/default/public/nav_search.html @@ -1,92 +1,94 @@ - -