no message
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<view></view>
|
||||
</view>
|
||||
<view class="amount_">
|
||||
<view class="amount_title">数字货币提现</view>
|
||||
<view class="amount_title">股东行权</view>
|
||||
<view class="amount_num">
|
||||
<text>{{ balanceObj.curAmount || 0 }}</text>
|
||||
<text class="amount_num_usdt">{{ balanceObj.name || USDT }}</text>
|
||||
@@ -31,7 +31,7 @@
|
||||
</view>
|
||||
</view>
|
||||
<view class="rwa_content">
|
||||
<view class="rwa_content_title">交易所账户</view>
|
||||
<view class="rwa_content_title">股东账户</view>
|
||||
<view class="rwa_content_list">
|
||||
<scroll-view scroll-y="true" @scrolltolower="loadMore" style="height:calc(100vh - 800rpx)">
|
||||
<view class="list-item-warp" v-for="item in amountList" :key="item.id"
|
||||
@@ -53,7 +53,7 @@
|
||||
<view class="rwa_content_add">
|
||||
<view class="rwa_content_add_but" @click="addRwa">
|
||||
<up-image src="/static/rwa/add.png" width="14" height="14" bgColor="#f1f6ff00" />
|
||||
<view style="margin-left: 10rpx;">添加交易所账户</view>
|
||||
<view style="margin-left: 10rpx;">添加股东账户</view>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user