mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-10 03:16:45 +08:00
阻止事件触发。
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
<text style="height: 100upx;margin-top: 6upx;" v-html="$keywordActiveShow(item.title,query.keyword)"></text>
|
||||
<view class="coures-bottom">
|
||||
<view class="course-author" style="margin-right: 50upx;">分享给{{ item.toAname }}</view>
|
||||
<view class="withdraw" v-if="!item.isRead" @click="withdraw(item)">
|
||||
<view class="withdraw" v-if="!item.isRead" @click.stop="withdraw(item)">
|
||||
<image src="../../static/images/icon/withdrawnew.png" mode=""></image>撤回
|
||||
</view>
|
||||
<view v-if="item.isRead" class="Viewed">
|
||||
|
||||
Reference in New Issue
Block a user