抖火综法

This commit is contained in:
唐明明
2023-05-23 17:20:12 +08:00
parent f7824e3e86
commit 9b00b0fe4a
22 changed files with 2092 additions and 102 deletions

View File

@@ -77,13 +77,13 @@
mask : true
})
servicesInfo(this.$Route.query.id).then(res => {
let { service, params, created_at, user, order_no, price } = res;
let { service, params, created_at, user, order_no, total } = res;
this.service = service
this.params = params
this.createdAt = created_at
this.user = user
this.no = order_no
this.price = price
this.price = total
}).catch(err => {
uni.showToast({
title: err.message,