res.message

This commit is contained in:
2022-10-15 10:51:18 +08:00
parent 677acee93f
commit 1daa712ca4
5 changed files with 39 additions and 7 deletions

View File

@@ -137,7 +137,7 @@
try {
let res = await needVehicle(this.checkArr[0])
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
this.disabled1 = false
@@ -157,7 +157,7 @@
try {
let res = await shippingConfirm(this.checkArr)
uni.showToast({
title: res.desc,
title: res.message,
icon: 'none'
})
this.disabled2 = false