Commit 815871b6 authored by liwei's avatar liwei

修改了冒泡事件

parent 0d98c893
...@@ -45,7 +45,7 @@ ...@@ -45,7 +45,7 @@
<image :src="children.avatarUrl"></image> <image :src="children.avatarUrl"></image>
</view> </view>
<view class="c-right" @click="()=>reply(children)"> <view class="c-right" @click.stop="()=>reply(children)">
<view class="c-name"> <view class="c-name">
{{ children.memNickName }} {{ children.memNickName }}
<view style="color: #333; margin-top: 10rpx"> <view style="color: #333; margin-top: 10rpx">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment