diff --git a/pages/wallet.vue b/pages/wallet.vue
index 15e989d..791269c 100644
--- a/pages/wallet.vue
+++ b/pages/wallet.vue
@@ -3,6 +3,9 @@
账户信息
+
+ 账号: {{ bankAccount.bankAccount }}
+
余额: {{ bankAccount.accountBalance }} 巴旦木
@@ -14,9 +17,47 @@
:data="transactionRecords"
style="width: 100%">
+ label="流水号"
+ prop="transactionNo"
+ width="200">
+
+
+
+
+
+ 开户银行: {{scope.row.formBankAccountInfo.bankName}}
+
+
+ 银行账号: {{scope.row.formBankAccountInfo.bankAccount}}
+
+
+ 所属用户: {{scope.row.formBankAccountInfo.accountOwnerName}}
+
+ {{ scope.row.formBankAccount }}
+
+
+
+
+
+
+
+ 开户银行: {{scope.row.toBankAccountInfo.bankName}}
+
+
+ 银行账号: {{scope.row.toBankAccountInfo.bankAccount}}
+
+
+ 所属用户: {{scope.row.toBankAccountInfo.accountOwnerName}}
+
+ {{ scope.row.toBankAccount }}
+
+