mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
我报名的课程,去掉了删除操作
This commit is contained in:
@@ -100,11 +100,11 @@
|
||||
<view class="coures-midd">
|
||||
</view>
|
||||
<view class="rowbtn" >
|
||||
<image @click.native.stop="removecour(c)" style="width: 100%;height: 100%;position: relative"
|
||||
<!-- <image @click.native.stop="removecour(c)" style="width: 100%;height: 100%;position: relative"
|
||||
src="../../static/images/icon/more.png" alt="">
|
||||
<view class="delcoures" v-show="c.delcour" @click.native.stop="rowbtn(c)">
|
||||
<u-icon style="line-height: 90upx;" name="trash" label="删除课程"></u-icon>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
<view class="coures-bottom coures-midd">
|
||||
<view v-if="c.teacherName" class="course-author">
|
||||
|
||||
Reference in New Issue
Block a user