From 20fe8528e363b3c15f3ce8483fc17525b182df8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=A6=E5=BD=A6=E7=A5=96?= <605893810@qq.com> Date: Fri, 9 Jan 2026 17:55:52 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=B8=E5=95=86=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/mine.vue | 38 +- .../account/components/account-item-two.vue | 235 ++++---- .../account/components/select-lian.vue | 419 ++++++------- .../account/components/shu-tips.vue | 4 +- pages/rwa_package/account/shu.vue | 12 +- pages/rwa_package/dongjian/finance.vue | 6 + pages/rwa_package/rwa/rwa.vue | 553 +++++++++++------- .../rwa_withdrawal_log/rwa_withdrawal_log.vue | 3 +- utils/config.js | 8 +- 9 files changed, 737 insertions(+), 541 deletions(-) diff --git a/pages/mine/mine.vue b/pages/mine/mine.vue index fbc0986..400f2af 100644 --- a/pages/mine/mine.vue +++ b/pages/mine/mine.vue @@ -18,11 +18,11 @@ bgColor="#f1f6ff00" > - + {{ currentUserData.nickname || "信任桥用户" }} - + - + - - + + \ No newline at end of file +.add-btn { + width: 100%; + height: 72rpx; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + border: 2rpx solid #7934f6; + border-radius: 8rpx; + image { + width: 32rpx; + height: 32rpx; + } +} +.select-item { + width: 100%; + min-height: 724rpx; + display: flex; + flex-direction: column; + align-items: center; + padding: 0 32rpx 24rpx; + box-sizing: border-box; + background-color: #fff; + border-radius: 24rpx 24rpx 0 0; + .item-bottom-btn { + width: 100%; + margin-top: 24rpx; + min-height: 88rpx; + display: flex; + } + .item-mid-view-two { + width: 100%; + height: 564rpx; + min-height: 564rpx; + display: flex; + flex-direction: column; + align-items: center; + .no-data-black { + width: 120rpx; + height: 120rpx; + margin-top: 120rpx; + } + .add-btn { + width: 248rpx; + height: 72rpx; + display: flex; + flex-direction: row; + align-items: center; + justify-content: center; + border: 2rpx solid #7934f6; + border-radius: 12rpx; + image { + width: 32rpx; + height: 32rpx; + } + } + } + .item-mid-view { + width: 100%; + height: 564rpx; + min-height: 564rpx; + display: flex; + flex-direction: column; + align-items: center; + overflow-y: auto; + .item-mid-list { + display: flex; + flex-direction: row; + width: 98%; + height: 152rpx; + min-height: 152rpx; + border-radius: 8rpx; + margin-top: 24rpx; + background: #ffffff; + border: 1px solid #e3e3e3; + padding: 32rpx; + box-sizing: border-box; + position: relative; + .item-mid-li { + margin-left: 24rpx; + flex: 1; + display: flex; + flex-direction: column; + justify-content: space-between; + height: 88rpx; + } + .show-item-left { + display: flex; + flex-direction: column; + height: 88rpx; + min-height: 88rpx; + margin-left: 24rpx; + } + .item-right-btn { + display: flex; + align-items: center; + justify-content: center; + background-color: #f3f3f3; + border-radius: 24rpx; + position: absolute; + right: 28rpx; + } + image { + width: 88rpx; + height: 88rpx; + border-radius: 44rpx; + } + } + } + .select-head { + width: 100%; + height: 88rpx; + min-height: 88rpx; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + } +} + diff --git a/pages/rwa_package/account/components/shu-tips.vue b/pages/rwa_package/account/components/shu-tips.vue index 04ab75c..bb1f6e9 100644 --- a/pages/rwa_package/account/components/shu-tips.vue +++ b/pages/rwa_package/account/components/shu-tips.vue @@ -9,8 +9,8 @@ - 区块链数字积分 - 通过区块链兑换 + 券商地址登记 + 通过券商兑换 diff --git a/pages/rwa_package/account/shu.vue b/pages/rwa_package/account/shu.vue index e96d845..a051b1e 100644 --- a/pages/rwa_package/account/shu.vue +++ b/pages/rwa_package/account/shu.vue @@ -1,13 +1,13 @@