fix:修复bug
This commit is contained in:
+11
-2
@@ -233,7 +233,13 @@ export default {
|
||||
cancelFailedContactService: '取消订单失败,请联系客服',
|
||||
getOrderStatusFailed: '订单状态查询失败',
|
||||
syncSuccess: '状态同步成功',
|
||||
syncFailed: '同步状态失败'
|
||||
syncFailed: '同步状态失败',
|
||||
freeRentTime: '免费时长',
|
||||
pricingRule: '计费规则',
|
||||
paymentMethod: '支付方式',
|
||||
perHour: '每小时',
|
||||
perMinute: '每分钟',
|
||||
perHalfHour: '每半小时'
|
||||
},
|
||||
|
||||
user: {
|
||||
@@ -556,7 +562,10 @@ export default {
|
||||
daysAgo: '天前',
|
||||
yesterday: '昨天',
|
||||
today: '今天',
|
||||
tomorrow: '明天'
|
||||
tomorrow: '明天',
|
||||
hours: '小时',
|
||||
minutes: '分钟',
|
||||
halfHours: '半小时'
|
||||
},
|
||||
|
||||
unit: {
|
||||
|
||||
Reference in New Issue
Block a user