uniapp/lang/zh-cn/order/list.js

13 lines
291 B
JavaScript

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