You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
291 B
12 lines
291 B
export const lang = {
|
|
//title为每个页面的标题
|
|
title: '订单列表',
|
|
emptyTips: '暂无相关订单',
|
|
all: '全部',
|
|
waitPay: '待付款',
|
|
readyDelivery: '待发货',
|
|
waitDelivery: '待收货',
|
|
waitEvaluate: '待评价',
|
|
update: "释放刷新",
|
|
updateIng: "加载中..."
|
|
}
|
|
|