tmp: 部分代码与UnishopV5结合,但是代码有严重缺陷

This commit is contained in:
2025-12-20 15:30:39 +08:00
parent ed5181b382
commit e263a616f6
183 changed files with 31316 additions and 18590 deletions

View File

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