[新增5大业务模块]

This commit is contained in:
2024-03-01 09:41:35 +08:00
parent 788c1e7af4
commit d71b91162b
19 changed files with 2103 additions and 581 deletions

View File

@@ -120,7 +120,7 @@
methods: {
// 订单详情
getInfo(){
info(this.orderId).then(res => {
info(this.orderId).then(res => {
let { status, created_at, total, order_no, user, item_type, items, services, service_prices, tutor, teachers } = res
this.statusText = status
this.created_at = created_at