This commit is contained in:
2026-01-17 17:34:49 +08:00
parent 597ce770ae
commit e9fa999db0
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
{
"customPlaygroundType" : "device",
"packageName" : "com.trustbridge.mm",
"playground" : "custom",
"playground" : "standard",
"type" : "uni-app:app-android"
},
{
+2 -2
View File
@@ -31,13 +31,13 @@
></up-image>
</view>
<!-- <view class="purse_item_title-right">
<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>
<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>
<!-- 下 -->