wangguoyu 4 meses atrás
pai
commit
3503ff199d
2 arquivos alterados com 2 adições e 5 exclusões
  1. 1 4
      pages/study/index.vue
  2. 1 1
      pages/study/product/shuxue.vue

+ 1 - 4
pages/study/index.vue

@@ -1,5 +1,5 @@
 <template>
-	<swiper :circular="false" @change="onChangeTab" :duration="currentDuration"
+	<swiper :circular="true"  @change="onChangeTab" :duration="currentDuration"
 		:current="current" class="ezy-study-swiper" :class="'ezy-study-swiper'+ currentProduct" >
 		<swiper-item v-for="(item,index) in zhangList" :key="index">
 			<shuxueZhangjie v-if="currentProduct ==1" @clickGradeTerm="clickGradeTerm"
@@ -107,10 +107,7 @@
 				currentZhang: e.detail.current,
 				zhangId: infoData.zhangId
 			})
-			
 		}
-	
-		//current.value = e.detail.current;
 	}
 
 	function init(options) {

+ 1 - 1
pages/study/product/shuxue.vue

@@ -65,7 +65,7 @@
 		},
 	})
 	const isVip = getUserIdentity();
-	console.log('isVip',isVip);
+//	console.log('isVip',isVip);
 	const gradeMapping = {
 		1: '一年级',
 		2: '二年级',