智慧教务系统
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.
 
 
 
 
 
 

1 lines
492 B

const e="订单号",r="实付款",t="关闭订单",o="确认收货",a="支付",d="详情",s="评价",l="暂无订单",i="暂无收货地址,请先创建地址",p={orderNo:"订单号",actualPayment:"实付款",orderClose:t,orderFinish:o,topay:"支付",orderDetail:"详情",evaluate:"评价",orderListempty:l,emptyAddress:i};export{r as actualPayment,p as default,i as emptyAddress,s as evaluate,t as orderClose,d as orderDetail,o as orderFinish,l as orderListempty,e as orderNo,a as topay};