diff --git a/application/admin/view/default/site/siteset.html b/application/admin/view/default/site/siteset.html index aef40c192..1098e3860 100644 --- a/application/admin/view/default/site/siteset.html +++ b/application/admin/view/default/site/siteset.html @@ -9,6 +9,19 @@
+ +
+
+

全局

+
+
+
+ + +
+
+
+
diff --git a/application/index/view/default/public/header_nav.html b/application/index/view/default/public/header_nav.html index 0d2aa0bc4..cc697b3c5 100755 --- a/application/index/view/default/public/header_nav.html +++ b/application/index/view/default/public/header_nav.html @@ -71,7 +71,7 @@ -

百宝箱

+

{{:MyC('home_navigation_main_quick_name', '百宝箱', true)}}

diff --git a/sourcecode/qq/pages/goods-detail/goods-detail.js b/sourcecode/qq/pages/goods-detail/goods-detail.js index e11244564..13bcf2218 100755 --- a/sourcecode/qq/pages/goods-detail/goods-detail.js +++ b/sourcecode/qq/pages/goods-detail/goods-detail.js @@ -87,7 +87,7 @@ Page({ currency_symbol: app.get_config('currency_symbol'), common_app_is_use_mobile_detail: app.get_config('config.common_app_is_use_mobile_detail'), common_is_goods_detail_show_photo: app.get_config('config.common_is_goods_detail_show_photo'), - common_app_is_online_service: app.get_config('config.common_app_is_online_service'), + //common_app_is_online_service: app.get_config('config.common_app_is_online_service'), common_app_customer_service_tel: app.get_config('config.common_app_customer_service_tel'), }); } else { diff --git a/sourcecode/qq/pages/index/index.js b/sourcecode/qq/pages/index/index.js index a95fe2a10..886963d82 100755 --- a/sourcecode/qq/pages/index/index.js +++ b/sourcecode/qq/pages/index/index.js @@ -41,7 +41,7 @@ Page({ common_app_is_enable_search: app.get_config('config.common_app_is_enable_search'), common_app_is_enable_answer: app.get_config('config.common_app_is_enable_answer'), common_app_is_header_nav_fixed: app.get_config('config.common_app_is_header_nav_fixed'), - common_app_is_online_service: app.get_config('config.common_app_is_online_service'), + //common_app_is_online_service: app.get_config('config.common_app_is_online_service'), }); } else { app.is_config(this, 'init_config'); diff --git a/sourcecode/qq/pages/user/user.js b/sourcecode/qq/pages/user/user.js index bb8da2f03..45350721b 100755 --- a/sourcecode/qq/pages/user/user.js +++ b/sourcecode/qq/pages/user/user.js @@ -44,7 +44,7 @@ Page({ this.setData({ common_app_customer_service_tel: app.get_config('config.common_app_customer_service_tel'), common_user_center_notice: app.get_config('config.common_user_center_notice'), - common_app_is_online_service: app.get_config('config.common_app_is_online_service'), + //common_app_is_online_service: app.get_config('config.common_app_is_online_service'), common_app_is_head_vice_nav: app.get_config('config.common_app_is_head_vice_nav'), }); } else {