This commit is contained in:
2025-10-27 15:55:29 +08:00
commit 6632080b83
513 changed files with 117442 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '兑换'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
// title: '兑换'
}

4
lang/zh-cn/point/list.js Normal file
View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '积分商城'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '积分兑换订单详情'
}

View File

@@ -0,0 +1,5 @@
export const lang = {
//title为每个页面的标题
title: '积分兑换',
emptyTips: '暂无更多数据了'
}

View File

@@ -0,0 +1,4 @@
export const lang = {
//title为每个页面的标题
title: '待付款订单'
}

View File

@@ -0,0 +1,7 @@
export const lang = {
//title为每个页面的标题
title: '兑换结果',
exchangeSuccess: '兑换成功',
see: '查看兑换记录',
goHome: '回到首页'
}