chore: add trailingComma

This commit is contained in:
陈嘉涵
2020-01-19 11:57:09 +08:00
parent e841175fe8
commit 389d68884d
269 changed files with 2706 additions and 2702 deletions
+13 -13
View File
@@ -19,34 +19,34 @@ export default {
confirm: '确定',
weekdays: ['日', '一', '二', '三', '四', '五', '六'],
monthTitle: (year: number, month: number) => `${year}${month}`,
rangePrompt: (maxRange: Number) => `选择天数不能超过 ${maxRange}`
rangePrompt: (maxRange: Number) => `选择天数不能超过 ${maxRange}`,
},
vanContactCard: {
addText: '添加联系人'
addText: '添加联系人',
},
vanContactList: {
addText: '新建联系人'
addText: '新建联系人',
},
vanPagination: {
prev: '上一页',
next: '下一页'
next: '下一页',
},
vanPullRefresh: {
pulling: '下拉即可刷新...',
loosing: '释放即可刷新...'
loosing: '释放即可刷新...',
},
vanSubmitBar: {
label: '合计:'
label: '合计:',
},
vanCoupon: {
unlimited: '无使用门槛',
discount: (discount: number) => `${discount}`,
condition: (condition: number) => `${condition}元可用`
condition: (condition: number) => `${condition}元可用`,
},
vanCouponCell: {
title: '优惠券',
tips: '暂无可用',
count: (count: number) => `${count}张可用`
count: (count: number) => `${count}张可用`,
},
vanCouponList: {
empty: '暂无优惠券',
@@ -54,7 +54,7 @@ export default {
close: '不使用优惠券',
enable: '可用',
disabled: '不可用',
placeholder: '请输入优惠码'
placeholder: '请输入优惠码',
},
vanAddressEdit: {
area: '地区',
@@ -65,13 +65,13 @@ export default {
defaultAddress: '设为默认收货地址',
telPlaceholder: '收货人手机号',
namePlaceholder: '收货人姓名',
areaPlaceholder: '选择省 / 市 / 区'
areaPlaceholder: '选择省 / 市 / 区',
},
vanAddressEditDetail: {
label: '详细地址',
placeholder: '街道门牌、楼层房间号等信息'
placeholder: '街道门牌、楼层房间号等信息',
},
vanAddressList: {
add: '新增地址'
}
add: '新增地址',
},
};