Jelajahi Sumber

fix: 注释门店,分销中心,积分商城,直播

yuanchao 2 bulan lalu
induk
melakukan
b9aebee293

+ 3 - 1
src/components/nearby-navigation-bar/nearby-navigation-bar.vue

@@ -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>
+              -->
             </view>
             <view class="perch" />
           </view>
@@ -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;

+ 1 - 0
src/components/tabbar/tabbar.vue

@@ -97,6 +97,7 @@ const initTabList = () => {
   // 移除直播Tab
   tabBarList.value.splice(2, 1)
   // #endif
+  tabBarList.value.splice(2, 1)
 
   // 获取主题配置修改tabbar栏图标
   const tempList = []

+ 4 - 0
src/pages/user/user.vue

@@ -418,6 +418,7 @@
       <!-- end 我的订单 -->
 
       <!-- 分销中心 & 积分商店 -->
+      <!--
       <view class="distribution-points-wrap">
         <view
           class="distribution-item"
@@ -446,6 +447,7 @@
           />
         </view>
       </view>
+      -->
       <!-- end 分销中心 & 积分商店 -->
 
       <!-- 服务与工具 -->
@@ -514,6 +516,7 @@
               {{ $t('history') }}
             </view>
           </view>
+          <!--
           <view
             class="cloumn-item"
             @tap="onChangeLangs"
@@ -529,6 +532,7 @@
               {{ $t('switchLanguages') }}
             </view>
           </view>
+          -->
           <view
             class="cloumn-item"
             @tap="onGotoChat"