返回按钮新增内容

master
于肖磊 2025-03-10 18:25:29 +08:00
parent c7e718007f
commit af71b96816
2 changed files with 5 additions and 3 deletions

View File

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

View File

@ -14,7 +14,7 @@
<view class="model-head-content flex-row align-c jc-sb gap-16 wh-auto pr" :style="header_style">
<!-- 支付宝小程序自带返回按钮这里就不给返回按钮了这里给留出一点空间就行 -->
<!-- #ifndef MP-ALIPAY -->
<view v-if="!is_tabbar_pages" class="z-i dis-inline-block margin-top-xs" @tap="top_nav_left_back_event">
<view v-if="!is_tabbar_pages && is_left_back_btn_show == '1'" class="z-i dis-inline-block margin-top-xs" @tap="top_nav_left_back_event">
<iconfont name="icon-arrow-left" size="40rpx" propContainerDisplay="flex" :color="form.style.left_back_btn_color || '#333'"></iconfont>
</view>
<!-- #endif -->
@ -182,6 +182,7 @@
up_slide_img_style: '',
//
is_tabbar_pages: app.globalData.is_tabbar_pages(),
is_left_back_btn_show: '0',
// header
is_search_alone_row: false,
is_icon_alone_row: false,
@ -273,6 +274,7 @@
roll_style: new_roll_style,
roll_img_style: new_roll_img_style,
text_style: new_text_style,
is_left_back_btn_show: new_content?.is_left_back_btn_show || '1',
position_class: new_content.indicator_location == 'center' ? `indicator-center` : '',
header_style: menu_button_info,
header_background_type: header_background_type,