natasha 2 лет назад
Родитель
Сommit
628ee15351
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/components/Personalcenter/Mytextbook.vue

+ 2 - 2
src/components/Personalcenter/Mytextbook.vue

@@ -10,7 +10,7 @@
         @select="handleSelect"
       >
         <!-- 全部 机构免费 我购买的 -->
-        <el-menu-item index="-1">{{ $t("Key110") }}</el-menu-item>
+        <!-- <el-menu-item index="-1">{{ $t("Key110") }}</el-menu-item> -->
         <el-menu-item index="0">{{ $t("Key748") }}</el-menu-item>
         <el-menu-item index="1">{{ $t("Key749") }}</el-menu-item>
       </el-menu>
@@ -80,7 +80,7 @@ export default {
       pageNum: 1,
       total: 0,
       activeIndex: "[101]",
-      selectIndex: "-1",
+      selectIndex: "0",
       loading: false,
       isEmpty: false,
       isShowCheckBox: false,