no message

This commit is contained in:
2025-08-15 21:29:24 +08:00
parent b5425c30e8
commit a660d65d96
9 changed files with 26 additions and 26 deletions
+3 -3
View File
@@ -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>
+3 -3
View File
@@ -1,11 +1,11 @@
<template>
<view class="rwa_add_warp">
<Header leftTitle="注册交易所账户" left-path-type="navigateTo" left-path="/pages/rwa_package/rwa/rwa" />
<Header leftTitle="注册股东账户" left-path-type="navigateTo" left-path="/pages/rwa_package/rwa/rwa" />
<view class="rwa_add_content">
<view class="rwa_add_form">
<view class="rwa_add_item">
<view class="rwa_add_item_title">交易所名称,示例值(ALPHACEX)</view>
<up-input placeholder="请输入交易所名称" border="surround" v-model="form.name" :customStyle="inputCss"
<view class="rwa_add_item_title">股东名称,示例值(ALPHACEX)</view>
<up-input placeholder="请输入股东名称" border="surround" v-model="form.name" :customStyle="inputCss"
disabled></up-input>
</view>
<view class="rwa_add_item">
@@ -1,11 +1,11 @@
<template>
<view class="rwa_add_warp">
<Header leftTitle="绑定交易所账户" left-path-type="navigateTo" left-path="/pages/rwa_package/rwa/rwa" />
<Header leftTitle="绑定股东账户" left-path-type="navigateTo" left-path="/pages/rwa_package/rwa/rwa" />
<view class="rwa_add_content">
<view class="rwa_add_form">
<view class="rwa_add_item">
<view class="rwa_add_item_title">交易所名称,示例值(ALPHACEX)</view>
<up-input placeholder="请输入交易所名称" border="surround" v-model="form.name" :customStyle="inputCss"
<view class="rwa_add_item_title">股东名称,示例值(ALPHACEX)</view>
<up-input placeholder="请输入股东名称" border="surround" v-model="form.name" :customStyle="inputCss"
disabled></up-input>
</view>
<view class="rwa_add_item">
@@ -9,7 +9,7 @@
<scroll-view scroll-y="true" @scrolltolower="loadMore" style="height:calc(100vh - 300rpx)">
<view class="_content_item" v-for="item in logList" :key="item.id" v-if="logList && logList.length !== 0">
<view class="_content_item_no _content_item_no_buto">NO.{{ item.tradeNo }}</view>
<!-- <view class="_content_item_no _content_item_no_buto" v-if="item.exchNo">交易所流水号:{{item.exchNo}}</view> -->
<!-- <view class="_content_item_no _content_item_no_buto" v-if="item.exchNo">股东流水号:{{item.exchNo}}</view> -->
<view class="_content_item_but">
<view class="_content_item_left">
<up-image src="/static/rwa/account.png" width="40" height="40" bgColor="#f1f6ff00" />