2
0

fix:余额支付额外确认

This commit is contained in:
zhongzm
2025-03-05 15:03:01 +08:00
parent c0c4e81cf6
commit 7a56fd8fa8
4 changed files with 38 additions and 12 deletions

View File

@@ -29,6 +29,7 @@ const local: any = {
title: 'WANFi Platform'
},
common: {
loading:'loading',
action: 'Action',
add: 'Add',
addSuccess: 'Add Success',
@@ -558,6 +559,7 @@ const local: any = {
pay:'pay now'
},
headerbanner:{
nopackage:'No package',
packageinfo:'Package information',
packagename:'Package name',
price:'Price',
@@ -578,7 +580,7 @@ const local: any = {
maxspeed:'Max',
deviceCount: "Device",
nolimit:'Unlimited',
nopackage:'No package',
noPackage:'No package',
money:' yuan',
device:' Device',
},
@@ -718,8 +720,13 @@ const local: any = {
availableBalance:'Balance',
paymentSuccess:'Payment successful',
paymentFailed:'Payment failed',
confirmPayment:'Balance Pay',
balancePayConfirm:'Are you sure you want to pay?',
cancel:'Cancel',
confirm:'Confirm',
},
kyc:{
rejectReason:'Reject Reason',
drive:'Driving license',
pass:'Passport',
idcard:'ID card/Residence permit',

View File

@@ -29,6 +29,7 @@ const local:any = {
title: 'WANFi 平台',
},
common: {
loading:'加载中',
action: '操作',
add: '新增',
addSuccess: '添加成功',
@@ -719,8 +720,13 @@ const local:any = {
availableBalance:'可用余额',
paymentSuccess:'支付成功',
paymentFailed:'支付失败',
confirmPayment:'余额支付',
balancePayConfirm:'确定要支付吗?',
cancel:'取消',
confirm:'确定',
},
kyc:{
rejectReason:'拒绝原因:',
drive:'驾驶证',
pass:'护照',
idcard:'身份证/居住证',