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">
|
<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 = []
|
||||||
|
|||||||
Reference in New Issue
Block a user