wangxy 1 month ago
parent
commit
9dab009ebf
1 changed files with 0 additions and 4 deletions
  1. 0 4
      pages/chanpinXuanze/index.vue

+ 0 - 4
pages/chanpinXuanze/index.vue

@@ -2,7 +2,6 @@
 	<view class="ezy-xuanke-page">
 		<!-- 返回区域 -->
 		<view class="icon-title-navBar-box">
-			<!-- <view @click="handleBack" class="nav-bar-icon"></view> -->
 			<text class="nav-bar-title">选课</text>
 		</view>
 		<view class="ezy-page-body">
@@ -51,8 +50,6 @@
 		shuxueList: [],
 	})
 	
-	function handleBack() {}
-	
 	function getShuxueList() {
 		shuxueHttp.getShuxueChanpinList().then(res => {
 			data.shuxueList = res.data;
@@ -60,7 +57,6 @@
 	}
 	
 	function handleSelectChanpin(item) {
-		console.log('ccc',item)
 		data.chanpinActiveSelect = item.value
 	}