no message

This commit is contained in:
2025-08-13 23:18:06 +08:00
parent 6a27d7b04f
commit c8fac3103a
6 changed files with 103 additions and 15 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>