From ffc6b765a9c2480cb3c223daed37d5f7fd6bf704 Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 8 Mar 2024 18:55:37 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=99=9A=E6=8B=9F=E5=B8=81---=E6=98=8E?= =?UTF-8?q?=E7=BB=86=202024.3.08=20sws?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/nav-back/nav-back.vue | 2 +- pages.json | 14 + .../coin/convert-detail/convert-detail.css | 11 + .../coin/convert-detail/convert-detail.vue | 232 +++++++++++------ pages/plugins/coin/detail/detail.css | 41 +++ pages/plugins/coin/detail/detail.vue | 246 ++++++++++++++++++ .../transaction-detail/transaction-detail.vue | 10 +- .../transfer-accounts-detail.vue | 8 +- pages/plugins/coin/user/user.vue | 4 +- .../withdrawal-detail/withdrawal-detail.css | 11 + .../withdrawal-detail/withdrawal-detail.vue | 20 +- 11 files changed, 493 insertions(+), 106 deletions(-) create mode 100644 pages/plugins/coin/detail/detail.css create mode 100644 pages/plugins/coin/detail/detail.vue diff --git a/components/nav-back/nav-back.vue b/components/nav-back/nav-back.vue index e3374e05..9824678c 100644 --- a/components/nav-back/nav-back.vue +++ b/components/nav-back/nav-back.vue @@ -3,7 +3,7 @@ - {{ propName }} + {{ propName }} diff --git a/pages.json b/pages.json index 882aaab2..9e29c71e 100644 --- a/pages.json +++ b/pages.json @@ -1276,6 +1276,20 @@ "navigationBarTitleText": "" } }, + { + "path": "detail/detail", + "style": { + // #ifdef MP-WEIXIN || MP-BAIDU || MP-QQ || MP-KUAISHOU || APP + "navigationStyle": "custom", + // #endif + // #ifdef MP-ALIPAY + "transparentTitle": "auto", + "titlePenetrate":"YES", + // #endif + "enablePullDownRefresh": true, + "navigationBarTitleText": "" + } + }, { "path": "transfer-accounts-detail/transfer-accounts-detail", "style": { diff --git a/pages/plugins/coin/convert-detail/convert-detail.css b/pages/plugins/coin/convert-detail/convert-detail.css index e69de29b..07385dad 100644 --- a/pages/plugins/coin/convert-detail/convert-detail.css +++ b/pages/plugins/coin/convert-detail/convert-detail.css @@ -0,0 +1,11 @@ +.convert .nav { + z-index: 102; +} + +/* + * 钱包弹窗 +*/ +.popup_wallet_container .item { + background-color: #f4f4f4; + border-radius: 30rpx; +} \ No newline at end of file diff --git a/pages/plugins/coin/convert-detail/convert-detail.vue b/pages/plugins/coin/convert-detail/convert-detail.vue index 9531d542..1ada43d4 100644 --- a/pages/plugins/coin/convert-detail/convert-detail.vue +++ b/pages/plugins/coin/convert-detail/convert-detail.vue @@ -1,73 +1,77 @@ - + diff --git a/pages/plugins/coin/transaction-detail/transaction-detail.vue b/pages/plugins/coin/transaction-detail/transaction-detail.vue index 4eb00b46..0fb41c02 100644 --- a/pages/plugins/coin/transaction-detail/transaction-detail.vue +++ b/pages/plugins/coin/transaction-detail/transaction-detail.vue @@ -21,19 +21,19 @@ 金额类型: - 有效 + 有效 操作金额: - 2190.00 + 2190.00 原始金额: - 1500.00 + 1500.00 - + 最新金额: - 1500.00 + 1500.00 diff --git a/pages/plugins/coin/transfer-accounts-detail/transfer-accounts-detail.vue b/pages/plugins/coin/transfer-accounts-detail/transfer-accounts-detail.vue index 67ec810f..ab42b989 100644 --- a/pages/plugins/coin/transfer-accounts-detail/transfer-accounts-detail.vue +++ b/pages/plugins/coin/transfer-accounts-detail/transfer-accounts-detail.vue @@ -21,15 +21,15 @@ 收款人: - 李晓丽 + 李晓丽 转账金额: - 2190.00 + 2190.00 - + 转账备注: - 收款后请尽快联系 + 收款后请尽快联系 diff --git a/pages/plugins/coin/user/user.vue b/pages/plugins/coin/user/user.vue index 864d01dc..5615e3de 100644 --- a/pages/plugins/coin/user/user.vue +++ b/pages/plugins/coin/user/user.vue @@ -25,7 +25,7 @@ - + {{ item.name }} @@ -112,10 +112,12 @@ ], coin_data: [ { + id: 0, img: wallet_static_url + 'user-head-bg.png', name: 'BTC', price: '¥20000', num: '200000', + url: '/pages/plugins/coin/detail/detail', }, ], // 明细弹窗 diff --git a/pages/plugins/coin/withdrawal-detail/withdrawal-detail.css b/pages/plugins/coin/withdrawal-detail/withdrawal-detail.css index e69de29b..99eab4f0 100644 --- a/pages/plugins/coin/withdrawal-detail/withdrawal-detail.css +++ b/pages/plugins/coin/withdrawal-detail/withdrawal-detail.css @@ -0,0 +1,11 @@ +.withdrawal .nav { + z-index: 102; +} + +/* + * 钱包弹窗 +*/ +.popup_wallet_container .item { + background-color: #f4f4f4; + border-radius: 30rpx; +} \ No newline at end of file diff --git a/pages/plugins/coin/withdrawal-detail/withdrawal-detail.vue b/pages/plugins/coin/withdrawal-detail/withdrawal-detail.vue index 67ec810f..a0858966 100644 --- a/pages/plugins/coin/withdrawal-detail/withdrawal-detail.vue +++ b/pages/plugins/coin/withdrawal-detail/withdrawal-detail.vue @@ -1,6 +1,6 @@