fix bug
This commit is contained in:
@ -57,7 +57,7 @@ export class CwcBankCardManagementBindComponent implements OnInit {
|
|||||||
bankCardNumber: {
|
bankCardNumber: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '银行卡号',
|
title: '银行卡号',
|
||||||
maxLength: 21,
|
maxLength: 30,
|
||||||
ui: {
|
ui: {
|
||||||
showRequired: true,
|
showRequired: true,
|
||||||
placeholder: '请输入银行卡号',
|
placeholder: '请输入银行卡号',
|
||||||
|
|||||||
Reference in New Issue
Block a user