添加冒泡事件
This commit is contained in:
		
							parent
							
								
									157a29457a
								
							
						
					
					
						commit
						edd71ab1a4
					
				@ -15,17 +15,17 @@
 | 
			
		||||
            <image src="/static/image/common/4.png" @click.stop="showAction"></image>
 | 
			
		||||
			<view class="action" v-if="show == item.article_id">
 | 
			
		||||
				<view class="bubble">
 | 
			
		||||
					<view @click="articleLike">
 | 
			
		||||
					<view @click.stop="articleLike">
 | 
			
		||||
						<image src="/static/image/common/5.png" v-if="item.is_like == 0"></image>
 | 
			
		||||
						<image src="/static/image/common/8.png" v-else></image>
 | 
			
		||||
						<text>点赞</text>
 | 
			
		||||
					</view>
 | 
			
		||||
					<view @click="articleCollect">
 | 
			
		||||
					<view @click.stop="articleCollect">
 | 
			
		||||
						<image src="/static/image/common/6.png" v-if="item.is_collect == 0"></image>
 | 
			
		||||
						<image src="/static/image/common/9.png" v-else></image>
 | 
			
		||||
						<text>收藏</text>
 | 
			
		||||
					</view>
 | 
			
		||||
					<view @click="articleAddShield">
 | 
			
		||||
					<view @click.stop="articleAddShield">
 | 
			
		||||
						<image src="/static/image/common/7.png"></image>
 | 
			
		||||
						<text>屏蔽用户</text>
 | 
			
		||||
					</view>
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user