This commit is contained in:
2025-10-27 15:55:29 +08:00
commit 6632080b83
513 changed files with 117442 additions and 0 deletions

View File

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