1.代码优化

master
sws 2024-10-21 14:25:39 +08:00
parent 6d17b34db3
commit 379155a673
2 changed files with 8 additions and 5 deletions

View File

@ -7,12 +7,12 @@
data: {
//
//
request_url: 'http://shopxo.com/',
// request_url:'https://new.shopxo.vip/',
// 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/',
// static_url: 'http://shopxo.com/',
static_url:'https://new.shopxo.vip/',
// default
system_type: 'default',

View File

@ -17,7 +17,7 @@
</view>
</scroll-view>
</view>
<view class="margin-bottom-sm">
<view class="padding-bottom-sm" :class="tabs_theme_index == '3' ? 'pb-8' : ''">
<iconfont v-if="propIsTabsIcon" :name="'icon-' + icon.more_icon_class || 'category-more'" :size="icon.more_icon_size + '' || '14'" :color="icon.more_icon_color || '#000'" propContainerDisplay="flex" @click="category_check_event"></iconfont>
</view>
</view>
@ -333,4 +333,7 @@
width: 20%;
padding: 20rpx 0;
}
.pb-8 {
padding-bottom: 16rpx !important;
}
</style>