From 4669c71eeec0ca4ecd4b8d2fd1f336cb85c17169 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Mon, 11 Aug 2025 23:46:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E5=95=86=E6=88=B7=E5=BA=97=E9=93=BA?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B6=E9=83=A8=E8=BF=94=E5=9B=9E=E6=8C=89?= =?UTF-8?q?=E9=92=AE=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 13 ++++++++----- .../shop/components/shop-header/shop-header.vue | 8 +++++++- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/App.vue b/App.vue index 6e7394f5..97ad88c9 100644 --- a/App.vue +++ b/App.vue @@ -7,10 +7,10 @@ data: { // 基础配置 // 数据接口请求地址 - request_url:'http://shopxo.com/', + request_url:'https://new.shopxo.vip/', // 静态资源地址(如系统根目录不在public目录下面请在静态地址后面加public目录、如:https://d1.shopxo.vip/public/) - static_url:'http://shopxo.com/', + static_url:'https://new.shopxo.vip/', // 系统类型(默认default、如额外独立小程序、可与程序分身插件实现不同主体小程序及支付独立) system_type: 'default', @@ -121,13 +121,16 @@ // 首页开启地理位置选择(0否, 1是)优先级高于logo展示 is_home_location_choice: 0, - // 门店详情顶部导航返回按钮(0否, 1是) + // 多商户 - 店铺详情顶部导航返回按钮(0否, 1是) + is_shop_top_nav_back: 1, + + // 多门店 - 门店详情顶部导航返回按钮(0否, 1是) is_realstore_top_nav_back: 1, - // 门店详情搜索框内扫码加购(0否, 1是) + // 多门店 - 门店详情搜索框内扫码加购(0否, 1是) is_realstore_top_search_scan: 1, - // 门店详情阻止跳转到商品详情页面去(0否, 1是) + // 多门店 - 门店详情阻止跳转到商品详情页面去(0否, 1是) is_realstore_forbid_to_goods_detail: 0, // 钱包插件货币符号使用当前 currency_symbol 数据的固定值(0否, 1是) diff --git a/pages/plugins/shop/components/shop-header/shop-header.vue b/pages/plugins/shop/components/shop-header/shop-header.vue index 0c402814..4a42de0f 100644 --- a/pages/plugins/shop/components/shop-header/shop-header.vue +++ b/pages/plugins/shop/components/shop-header/shop-header.vue @@ -2,7 +2,7 @@ - + @@ -219,6 +219,12 @@ "status": 0, "count": 0 }, + // 左侧返回按钮 + top_nav_left_back_status: app.globalData.data.is_shop_top_nav_back || 0, + // #ifdef MP-TOUTIAO + top_nav_left_back_status : 0, + // #endif + // 状态栏高度 status_bar_height: 0, // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || MP-ALIPAY || APP status_bar_height: parseInt(app.globalData.get_system_info('statusBarHeight', 0, true)),