禁止订单按钮点击事件冒泡

This commit is contained in:
TOP糯米 2023-03-04 00:24:29 +08:00
parent cf5f6f27d4
commit d58031302e
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<view class="btn"> <view class="btn">
<text>立即抢单</text> <text>立即抢单</text>
</view> </view>
<view class="btn" @click="setPrice"> <view class="btn" @click.stop="setPrice">
<text>尾款确认</text> <text>尾款确认</text>
</view> </view>
<view v-if="false" class="btn"> <view v-if="false" class="btn">