抖火综法
This commit is contained in:
@@ -77,13 +77,13 @@
|
||||
mask : true
|
||||
})
|
||||
expandInfo(this.$Route.query.id).then(res => {
|
||||
let { expand, params, created_at, user, order_no, price } = res;
|
||||
let { expand, params, created_at, user, order_no, total } = res;
|
||||
this.expand = expand
|
||||
this.params = params
|
||||
this.createdAt = created_at
|
||||
this.user = user
|
||||
this.no = order_no
|
||||
this.price = price
|
||||
this.price = total
|
||||
}).catch(err => {
|
||||
|
||||
console.log(err)
|
||||
|
||||
Reference in New Issue
Block a user