From c13bd7ddecae319424aa67bbf6e5ad2b54a29704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 22 May 2025 11:14:32 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.vue | 4 ++-- pages/diy/components/diy/header.vue | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/App.vue b/App.vue index d3d2f178..4ff095d7 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', diff --git a/pages/diy/components/diy/header.vue b/pages/diy/components/diy/header.vue index 4668cb63..c1dec64c 100644 --- a/pages/diy/components/diy/header.vue +++ b/pages/diy/components/diy/header.vue @@ -302,6 +302,14 @@ location_right_size: !isEmpty(new_style.location_right_icon_size) ? new_style.location_right_icon_size * 2 + 'rpx' : '24rpx', location_color: !isEmpty(new_style.location_color) ? new_style.location_color : new_style?.position_color || '', location_name_style: this.get_location_name_style(new_content), + // 图标更换 + up_slide_icon_style:`color: ${ new_style.img_color};`, + // 标题更换 + up_slide_title_style: `color: ${ new_style.header_background_title_color };`, + // 定位更换 + up_slide_location_style: `color: ${ new_style.location_color };`, + // 返回图标更换 + up_slide_left_back_btn_style:`color: ${ new_style.left_back_btn_color };`, location_margin: `padding: ${location_margin.margin_top * 2}rpx ${location_margin.margin_right * 2}rpx ${location_margin.margin_bottom * 2}rpx ${location_margin.margin_left * 2}rpx;`, // 悬浮之后有间距,所以要将margin设置成外padding }); // this.$emit('onImmersionModelCallBack', this.is_immersion_model);