add:新增会员、优惠券

This commit is contained in:
2026-01-19 09:16:09 +08:00
parent dbf7fa0c95
commit b0daa7b59b
23 changed files with 1912 additions and 58 deletions
+65 -2
View File
@@ -52,7 +52,8 @@ export default {
refresh: '刷新',
pull: '下拉刷新',
release: '释放刷新',
noMore: '没有更多了'
noMore: '没有更多了',
functionDeveloping: '功能开发中'
},
nav: {
@@ -145,7 +146,9 @@ export default {
rentSuccess: '租借成功',
rentFailedRetry: '租借失败,请重试',
getPayParamsFailed: '获取支付参数失败',
payScoreFailedCancelled: '支付分调用失败,订单已取消'
payScoreFailedCancelled: '支付分调用失败,订单已取消',
canUsePromotion: '提示:可使用优惠券、会员卡',
goToBuy: '去购买'
},
order: {
@@ -272,6 +275,8 @@ export default {
quickReturnDesc: '(直接查看使用中的订单)',
expressReturn: '快递归还记录',
myOrders: '我的订单',
myCards: '我的会员卡',
myCoupons: '我的优惠券',
customerService: '客服中心',
feedback: '投诉与建议',
businessLicense: '营业资质',
@@ -682,6 +687,64 @@ export default {
nicknameUpdated: '昵称修改成功',
updateFailed: '修改失败',
uploading: '上传中...'
},
purchase: {
title: '优惠专区',
memberCard: '会员卡',
coupon: '优惠券',
buyNow: '立即购买',
myCards: '我的会员卡',
myCoupons: '我的优惠券',
cardDescription: '会员卡说明',
couponDescription: '优惠券说明',
pleaseSelect: '请选择要购买的商品',
noCards: '暂无可用会员卡',
noCoupons: '暂无可用优惠券',
cardUseInstruction: '使用说明',
cardValidityPeriod: '有效期限',
cardRefundPolicy: '退款说明',
cardUseDescription: '会员卡购买后即时生效,可在指定场地使用。次卡按使用次数计费,时长卡按使用时长计费,请根据您的实际需求选择合适的卡种。',
cardValidityDescription: '会员卡自购买之日起生效,有效期根据卡种不同而有所区别。次卡在有效期内使用完毕即失效,时长卡在有效期内累计使用时长达到后失效。',
cardRefundDescription: '会员卡购买后不支持退款,未使用部分可以在有效期内继续使用。如遇特殊情况需要退款,请联系客服进行处理。',
couponUseInstruction: '使用说明',
couponValidityPeriod: '有效期限',
couponUsageScope: '使用范围',
couponUseDescription: '优惠券购买后即时生效,可在订单结算时使用。每张订单仅可使用一张优惠券,优惠券不可与其他优惠活动叠加使用。',
couponValidityDescription: '优惠券自购买之日起生效,请在有效期内使用。过期后优惠券将自动失效,不可延期使用。',
couponUsageDescription: '优惠券可在指定场地使用,具体可用场地请查看优惠券详情。部分优惠券有最低消费门槛要求,请注意查看使用条件。'
},
myCard: {
type: '类型',
timesCard: '次卡',
durationCard: '时长卡',
remainingTimes: '剩余次数',
remainingDuration: '剩余时长',
hours: '小时',
validPeriod: '有效期',
active: '使用中',
expired: '已过期',
used: '已用完',
position: '使用地点',
price: '购买价格',
noCards: '暂无会员卡',
buyNow: '立即购买',
getListFailed: '获取会员卡列表失败'
},
myCoupon: {
available: '可使用',
used: '已使用',
expired: '已过期',
useNow: '立即使用',
usedStatus: '已使用',
expiredStatus: '已过期',
noAvailableCoupons: '暂无可用优惠券',
noUsedCoupons: '暂无已使用优惠券',
noExpiredCoupons: '暂无已过期优惠券',
buyNow: '立即购买',
getListFailed: '获取优惠券列表失败'
}
}