Merge branch 'master' of https://gitee.com/wjl2008_admin/medicine_app
This commit is contained in:
@@ -65,7 +65,7 @@
|
||||
<view class="flexbox course_title" v-if="course.id">
|
||||
<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
|
||||
class="containerBg"
|
||||
@@ -655,7 +655,7 @@ export default {
|
||||
onHide() {
|
||||
this.selectGoodsData = {};
|
||||
this.protocolShow = false;
|
||||
this.handleClickClose();
|
||||
// this.handleClickClose();
|
||||
this.$refs.commonSelectGoods.close();
|
||||
// this.showSearchList = false
|
||||
// this.searchList = []
|
||||
|
||||
Reference in New Issue
Block a user