fix:修复bug
This commit is contained in:
+25
-2
@@ -80,6 +80,7 @@ export default {
|
||||
scanToUse: '扫码使用',
|
||||
personalCenter: '个人中心',
|
||||
useGuide: '使用指南',
|
||||
buyDevice: '充电宝定制',
|
||||
navigate: '导航',
|
||||
relocate: '重新定位',
|
||||
search: '搜索',
|
||||
@@ -252,14 +253,14 @@ export default {
|
||||
deviceNoEject: '宝未弹出',
|
||||
returnReminder: '归还提醒',
|
||||
canUsePromotion: '可使用优惠券、会员卡',
|
||||
usedPromotion: '已享受优惠',
|
||||
usedPromotion: '优惠类型',
|
||||
convertToOwn: '不想还了?点击转为自用',
|
||||
convertToOwnTitle: '转为自用',
|
||||
convertToOwnConfirm: '仅需花费99元,即可转为自用,充电宝将归您所有,确认操作吗?',
|
||||
convertToOwnSuccess: '已成功转为自用',
|
||||
convertToOwnFailed: '操作失败,请稍后重试',
|
||||
convertToOwnConfirmBtn: '买断自用',
|
||||
convertToOwnCancelBtn: '继续租借',
|
||||
convertToOwnCancelBtn: '继续租借',
|
||||
convertToOwnWithMaxFee: '不想还了?转为自用',
|
||||
convertToOwnWithMaxFeeTitle: '买断带回家!',
|
||||
convertToOwnWithMaxFeeConfirm: '既然用得顺手,直接买断带回家!仅需99元,设备永久归你,无需归还~\n✅支持Type-C充电,居家使用超方便~\n✅买断后无任何使用限制,随心用!',
|
||||
@@ -786,6 +787,7 @@ export default {
|
||||
useNow: '去使用',
|
||||
usedStatus: '已使用',
|
||||
expiredStatus: '已过期',
|
||||
refundedStatus:'已退款',
|
||||
noAvailableCoupons: '暂无可用优惠券',
|
||||
noUsedCoupons: '暂无已使用优惠券',
|
||||
noExpiredCoupons: '暂无已过期优惠券',
|
||||
@@ -793,6 +795,27 @@ export default {
|
||||
getListFailed: '获取优惠券列表失败',
|
||||
onlyForRegionBefore: '仅限',
|
||||
onlyForRegionAfter: '使用'
|
||||
},
|
||||
|
||||
goods: {
|
||||
title: '商品详情',
|
||||
productName: '风电者共享风扇 + 充电宝 + 暖手宝系列-樱花粉',
|
||||
perUnit: '/个',
|
||||
buyNow: '立即购买',
|
||||
productDetail: '商品详情',
|
||||
features: {
|
||||
battery: '8000Ahm',
|
||||
batteryDesc: '大容量电池',
|
||||
wind: '高效风扇',
|
||||
temp: '智能控温',
|
||||
charge: '快速充电'
|
||||
},
|
||||
description: '风电者共享风扇,集风扇、充电宝、暖手宝三合一功能。采用8000mAh大容量电池,续航持久。高效风扇设计,三档风力可调。智能控温暖手宝,冬暖夏凉。快速充电技术,支持多设备充电。樱花粉配色,时尚美观,是您出行的最佳伴侣。',
|
||||
confirmPurchase: '确认购买',
|
||||
confirmPurchaseContent: '确认购买该商品,需支付 ¥{price}?',
|
||||
purchaseSuccess: '购买成功',
|
||||
purchaseFailed: '购买失败',
|
||||
processing: '正在处理...'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user