42 lines
1.0 KiB
XML
42 lines
1.0 KiB
XML
{
|
|
"widgettype": "VBox",
|
|
"options": {
|
|
"width": "100%"
|
|
},
|
|
"subwidgets": [
|
|
{
|
|
"widgettype": "Title",
|
|
"options": {
|
|
"text": "线下转账充值"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "请向以下账户转账,并在附言中填写转账码:"
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Form",
|
|
"options": {
|
|
"readonly": true,
|
|
"fields": [
|
|
{"name": "account_name", "label": "收款户名", "uitype": "str"},
|
|
{"name": "bank_name", "label": "开户银行", "uitype": "str"},
|
|
{"name": "bank_branch", "label": "开户支行", "uitype": "str"},
|
|
{"name": "account_no", "label": "收款账号", "uitype": "str"},
|
|
{"name": "amount", "label": "转账金额", "uitype": "str"},
|
|
{"name": "tcode", "label": "转账码", "uitype": "str"},
|
|
{"name": "curdate", "label": "日期", "uitype": "str"}
|
|
]
|
|
}
|
|
},
|
|
{
|
|
"widgettype": "Text",
|
|
"options": {
|
|
"text": "转账完成后,系统将自动匹配转账码并完成充值。如有疑问请联系客服。"
|
|
}
|
|
}
|
|
]
|
|
}
|