From 9c8b6d1cf6b43c6652b5183cd0183e8e257001f7 Mon Sep 17 00:00:00 2001 From: wupengfei <834520024@qq.com> Date: 星期四, 11 九月 2025 17:41:31 +0800 Subject: [PATCH] feat: 页面 --- apps/cMiniApp/src/subpackages/wallet/incomeDetailInfo/InnerPage.vue | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/apps/cMiniApp/src/subpackages/wallet/incomeDetailInfo/InnerPage.vue b/apps/cMiniApp/src/subpackages/wallet/incomeDetailInfo/InnerPage.vue index 6a1d23b..5cce9d9 100644 --- a/apps/cMiniApp/src/subpackages/wallet/incomeDetailInfo/InnerPage.vue +++ b/apps/cMiniApp/src/subpackages/wallet/incomeDetailInfo/InnerPage.vue @@ -1,6 +1,6 @@ <template> <WithdrawMoneyCard - :money="100" + :money="detail?.amount" :title="EnumUserWalletTransactionTypeText[detail.type]" ></WithdrawMoneyCard> <List> @@ -21,16 +21,18 @@ </div> </template> </ListItem> - <ListItem title="宸ヨ祫鍗曞唴瀹�" :show-arrow="false"> + <ListItem title="缁撶畻閲戦" :show-arrow="false"> <template #extra> - <div class="income-detail-info-value">{{ toThousand(detail?.amount) }}</div> + <div class="income-detail-info-value"> + {{ `${toThousand(detail?.settlementAmount)}鍏僠 }} + </div> </template> </ListItem> - <!-- <ListItem title="宸ヨ祫鍗曞唴瀹�" :show-arrow="false"> + <ListItem title="瀹炲彂閲戦" :show-arrow="false"> <template #extra> - <div class="income-detail-info-value">{{ '33.33鍏�' }}</div> + <div class="income-detail-info-value">{{ `${toThousand(detail?.amount)}鍏僠 }}</div> </template> - </ListItem> --> + </ListItem> </List> </template> -- Gitblit v1.9.1