This commit is contained in:
2024-06-25 17:06:53 +08:00

View File

@@ -65,7 +65,7 @@
<view class="flexbox course_title" v-if="course.id"> <view class="flexbox course_title" v-if="course.id">
<text class="courseTitle title">{{ course.title }}</text> <text class="courseTitle title">{{ course.title }}</text>
<view class="start_learn_btn PM_font">进入学习</view> <view class="start_learn_btn PM_font" @click="onPageJump('/pages/course/myCourseLearn',course.id)">进入学习</view>
</view> </view>
<view <view
class="containerBg" class="containerBg"
@@ -655,7 +655,7 @@ export default {
onHide() { onHide() {
this.selectGoodsData = {}; this.selectGoodsData = {};
this.protocolShow = false; this.protocolShow = false;
this.handleClickClose(); // this.handleClickClose();
this.$refs.commonSelectGoods.close(); this.$refs.commonSelectGoods.close();
// this.showSearchList = false // this.showSearchList = false
// this.searchList = [] // this.searchList = []