You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
430 B
14 lines
430 B
export const lang = {
|
|
//title为每个页面的标题
|
|
title: '编辑账户',
|
|
name: '姓名',
|
|
namePlaceholder: '请输入真实姓名',
|
|
mobilePhone: '手机号码',
|
|
mobilePhonePlaceholder: '请输入手机号',
|
|
accountType: '账号类型',
|
|
bankInfo: '支行信息',
|
|
bankInfoPlaceholder: '请输入支行信息',
|
|
withdrawalAccount: '提现账号',
|
|
withdrawalAccountPlaceholder: '请输入提现账号',
|
|
save: '保存'
|
|
}
|
|
|