<view class="imgItem" @tap="previewImg(index)">
	<image :src="item" mode='aspectFill'></image>
	<view @tap.stop="deleteImg(index)" class="delete">
	    <u-icon name="minus" color="white" size="24"></u-icon>
	</view>
</view>

使用@tap.stop绑定事件,将会阻止事件冒泡

Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐