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
414 B
14 lines
414 B
export const lang = {
|
|
//title为每个页面的标题
|
|
title: '编辑收货地址',
|
|
consignee: '姓名',
|
|
consigneePlaceholder: '收货人姓名',
|
|
mobile: '手机',
|
|
mobilePlaceholder: '收货人手机号',
|
|
telephone: '电话',
|
|
telephonePlaceholder: '收货人固定电话(选填)',
|
|
receivingCity: '地区',
|
|
address: '详细地址',
|
|
addressPlaceholder: '小区、街道、写字楼',
|
|
save: '保存'
|
|
}
|
|
|