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 @@