export const lang = { //title为每个页面的标题 title: 'Edit Account', name: 'Name', namePlaceholder: 'Please enter real name', mobilePhone: 'Mobile Number', mobilePhonePlaceholder: 'Please enter mobile number', accountType: 'Account Type', bankInfo: 'Branch Information', bankInfoPlaceholder: 'Please enter branch information', withdrawalAccount: 'Withdrawal Account', withdrawalAccountPlaceholder: 'Please enter withdrawal account', save: 'Save' }