res.message
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
try {
|
||||
let res = await emptyConfirm(this.pkObj, this.qty, this.val1)
|
||||
uni.showToast({
|
||||
title: res.desc,
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.disabled = false
|
||||
|
||||
@@ -135,7 +135,7 @@
|
||||
try {
|
||||
let res = await casingConfirm(this.checkArr, this.val2)
|
||||
uni.showToast({
|
||||
title: res.desc,
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.disabled = false
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
try {
|
||||
let res = await outConfirm(this.val1, this.checkArr)
|
||||
uni.showToast({
|
||||
title: res.desc,
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.disabled = false
|
||||
|
||||
Reference in New Issue
Block a user