no message

This commit is contained in:
2025-08-13 20:45:25 +08:00
parent 1e77a40ce9
commit 8b5dd45ea9
6 changed files with 134 additions and 3 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
<view class="purse_item_title-right">
<view v-for="(btn, index) in getOperationButtons(item)" :key="index" :type="btn.type" class="button"
:class="btn.type + '_button'" @click="jumpInfo(item, btn.type)">{{ btn.text }}</view>
:class="btn.type + '_button'" @click.stop="jumpInfo(item, btn.type)">{{ btn.text }}</view>
</view>
</view>