bug fixed

This commit is contained in:
nutchayut
2025-01-08 21:57:03 +07:00
parent 700e63c054
commit 820cd73b88
31 changed files with 73 additions and 181 deletions

View File

@@ -37,7 +37,7 @@ class _TopUpHistoryState extends State<TransferHistory> {
"paymentChannel": "",
"createDatefrom": start,
"createDateto": end,
"requestName": "",
"requestName": profile!.fullName,
"fullName": ""
// "id": "",
// "payeeUserAccountId": "",
@@ -139,14 +139,14 @@ class _TopUpHistoryState extends State<TransferHistory> {
),
),
Text(
"To ${transactions.qrId.toString().split('|').toList().length >= 3 ?transactions.qrId.toString().split('|').toList()[3].startsWith('0') ? transactions.qrId.toString().split('|').toList()[3]:"" : "" }" ?? "",
"To ${transactions.payeeName != null ? transactions.payeeName : transactions.qrId.toString().split('|').toList().length >= 3 ?transactions.qrId.toString().split('|').toList()[3].startsWith('0') ? transactions.qrId.toString().split('|').toList()[3]: "" : "" }" ?? "",
style: TextStyle(
color: Color(0xff65676b),
fontSize: 16,
),
),
Text(
transactions.phoneNumber ?? "",
"From ${transactions.phoneNumber}" ?? "",
style: TextStyle(
color: Color(0xff65676b),
fontSize: 16,