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,6 @@
export const lang = {
//title为每个页面的标题
title: '退款',
checkDetail: '查看详情',
emptyTips: '暂无退款记录'
}

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,4 @@
export const lang = {
//title为每个页面的标题
title: '订单详情'
}

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,4 @@
export const lang = {
//title为每个页面的标题
title: '我要评价'
}

13
lang/zh-cn/order/list.js Normal file
View File

@@ -0,0 +1,13 @@
export const lang = {
//title为每个页面的标题
title: '订单列表',
emptyTips: '暂无相关订单',
all: '全部',
waitPay: '待付款',
readyDelivery: '待发货',
waitDelivery: '待收货',
waitEvaluate: '待评价',
waitUse: '待使用',
update: "释放刷新",
updateIng: "加载中..."
}

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,4 @@
export const lang = {
//title为每个页面的标题
title: '申请退款',
}

View File

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

View File

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