修改选项卡显示问题

master
于肖磊 2025-04-28 16:00:28 +08:00
parent 8aa19b1208
commit 907c04a366
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -19,9 +19,9 @@
</view>
</view>
</template>
<template v-show="tabs_data_type == 'custom'">
<view v-show="tabs_data_type == 'custom'" class="wh-auto ht-auto">
<component-diy-custom-list :propKey="diy_key" :propTabsDataType="tabs_data_type" :propValue="tabs_list" :propOuterContainerPadding="outer_container_width" :propIsCommonStyle="false"></component-diy-custom-list>
</template>
</view>
</view>
</view>
</view>