|
|
@@ -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
|
|
|
}
|
|
|
|