no message

This commit is contained in:
2026-01-17 20:56:34 +08:00
parent 597ce770ae
commit 414ac7ed56
+3 -3
View File
@@ -31,13 +31,13 @@
></up-image>
</view>
<!-- <view class="purse_item_title-right">
<view class="button exchange_button" @click.stop="jumpInfo(item, 'withdraw')" style="margin-right:24rpx" v-if="vIndex == 4">
<view class="purse_item_title-right">
<view class="button exchange_button" @click.stop="jumpInfo(item, 'withdraw')" v-if="vIndex == 4">
提现
</view>
<view v-for="(btn, index) in getOperationButtons(item)" :key="index" :type="btn.type" class="button"
:class="btn.type + '_button'" @click.stop="jumpInfo(item, btn.type)">{{ btn.text }}</view>
</view> -->
</view>
</view>
<!-- 下 -->