@@ -65,12 +65,14 @@
>
{{ $t('homepage') }}
</view>
+ <!--
<view
:class="['bar-cut-item', pageStatus === 1 ? 'active' : '',isEn?'bar-cut-item-en':'']"
@tap="pageStatusChange(1)"
{{ $t('nearby') }}
+ -->
<view class="perch" />
@@ -197,7 +199,7 @@ const onToLocationAddress = () => {
.bar-cut {
background: var(--mall4j-color-primary-dark-1);
- width: 82px;
+ max-width: 82px;
height: 25px;
border-radius: 30px 30px 30px 30px;
display: flex;
@@ -97,6 +97,7 @@ const initTabList = () => {
// 移除直播Tab
tabBarList.value.splice(2, 1)
// #endif
+ tabBarList.value.splice(2, 1)
// 获取主题配置修改tabbar栏图标
const tempList = []
@@ -418,6 +418,7 @@
<!-- end 我的订单 -->
<!-- 分销中心 & 积分商店 -->
<view class="distribution-points-wrap">
class="distribution-item"
@@ -446,6 +447,7 @@
/>
<!-- end 分销中心 & 积分商店 -->
<!-- 服务与工具 -->
@@ -514,6 +516,7 @@
{{ $t('history') }}
class="cloumn-item"
@tap="onChangeLangs"
@@ -529,6 +532,7 @@
{{ $t('switchLanguages') }}
@tap="onGotoChat"