修改页面显示逻辑

master
于肖磊 2025-05-22 11:14:32 +08:00
parent 3899e3ce3a
commit c13bd7ddec
2 changed files with 10 additions and 2 deletions

View File

@ -7,10 +7,10 @@
data: {
//
//
request_url:'http://shopxo.com/',
request_url:'https://new.shopxo.vip/',
// publicpublichttps://d1.shopxo.vip/public/
static_url:'http://shopxo.com/',
static_url:'https://new.shopxo.vip/',
// default
system_type: 'default',

View File

@ -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;`, // marginpadding
});
// this.$emit('onImmersionModelCallBack', this.is_immersion_model);