王家程 10 місяців тому
батько
коміт
041242e11e
1 змінених файлів з 1 додано та 16 видалено
  1. 1 16
      src/pages/mine/index.vue

+ 1 - 16
src/pages/mine/index.vue

@@ -2,7 +2,7 @@
  * @Author: wjc
  * @Date: 2024-06-17 16:02:59
  * @LastEditors: wjc
- * @LastEditTime: 2024-07-12 15:34:48
+ * @LastEditTime: 2024-07-12 15:50:38
  * @Description: 
 -->
 <template>
@@ -30,21 +30,6 @@
       </view>
     </view>
   </MMCard>
-  <MCard :space="true" direction="horizontal" justify="between">
-    <view>语言</view>
-    <view class="flex-1 text-right" @click="() => (showLang = true)">
-      <view>
-        {{ appStore.langs.find((item) => item.value === appStore.lang).label }}
-      </view>
-      <up-picker
-        :show="showLang"
-        :columns="langs"
-        key-name="label"
-        @cancel="cancel"
-        @confirm="confirm"
-      ></up-picker>
-    </view>
-  </MCard>
   <up-button type="primary" class="btn-primary" @click="handleConfirmLogout">退出登录</up-button>
   <up-modal :show="logoutShow">
     <view class="text-18px py-24px color-text-1">确认退出登录?</view>