|  | @@ -2,19 +2,19 @@
 | 
	
		
			
				|  |  |    <!-- 我的教材 -->
 | 
	
		
			
				|  |  |    <div class="Mytextbook personal-center">
 | 
	
		
			
				|  |  |      <EditTitle :title="title" />
 | 
	
		
			
				|  |  | -    <div class="menuBox">
 | 
	
		
			
				|  |  | +    <!-- <div class="menuBox">
 | 
	
		
			
				|  |  |        <el-menu
 | 
	
		
			
				|  |  |          :default-active="selectIndex"
 | 
	
		
			
				|  |  |          class="el-menu-demo"
 | 
	
		
			
				|  |  |          mode="horizontal"
 | 
	
		
			
				|  |  |          @select="handleSelect"
 | 
	
		
			
				|  |  | -      >
 | 
	
		
			
				|  |  | +      > -->
 | 
	
		
			
				|  |  |          <!-- 全部 机构免费 我购买的 -->
 | 
	
		
			
				|  |  |          <!-- <el-menu-item index="-1">{{ $t("Key110") }}</el-menu-item> -->
 | 
	
		
			
				|  |  | -        <el-menu-item index="0">{{ $t("Key748") }}</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>
 | 
	
		
			
				|  |  | -    </div>
 | 
	
		
			
				|  |  | +    </div> -->
 | 
	
		
			
				|  |  |      <template v-if="!isEmpty">
 | 
	
		
			
				|  |  |        <div v-loading="loading" class="bookList">
 | 
	
		
			
				|  |  |          <div v-for="(item, i) in list" :key="i" @click="jump(item)">
 | 
	
	
		
			
				|  | @@ -80,7 +80,7 @@ export default {
 | 
	
		
			
				|  |  |        pageNum: 1,
 | 
	
		
			
				|  |  |        total: 0,
 | 
	
		
			
				|  |  |        activeIndex: "[101]",
 | 
	
		
			
				|  |  | -      selectIndex: "0",
 | 
	
		
			
				|  |  | +      selectIndex: "1",
 | 
	
		
			
				|  |  |        loading: false,
 | 
	
		
			
				|  |  |        isEmpty: false,
 | 
	
		
			
				|  |  |        isShowCheckBox: false,
 |