1
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
{
|
||||
"customPlaygroundType" : "device",
|
||||
"packageName" : "com.trustbridge.mm",
|
||||
"playground" : "custom",
|
||||
"playground" : "standard",
|
||||
"type" : "uni-app:app-android"
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
<!-- 下 -->
|
||||
|
||||
Reference in New Issue
Block a user