jiekou
This commit is contained in:
@@ -108,8 +108,8 @@
|
||||
async _iosOutgetVehicleMaterial (e) {
|
||||
try {
|
||||
let res = await iosOutgetVehicleMaterial(e)
|
||||
if (res) {
|
||||
this.currentData = res
|
||||
if (res.code === '200') {
|
||||
this.currentData = res.data[0]
|
||||
} else {
|
||||
this.currentData = {}
|
||||
}
|
||||
@@ -127,13 +127,13 @@
|
||||
let res = await confirm(this.currentData.group_id, this.val1, type)
|
||||
if (res.code === '200') {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.clearUp()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.msg,
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.disabled = false
|
||||
|
||||
Reference in New Issue
Block a user