This commit is contained in:
2025-09-10 11:28:35 +08:00
parent 3a4e75f818
commit ba5df9340a
4 changed files with 12 additions and 12 deletions

View File

@@ -149,12 +149,12 @@
this.index = '' this.index = ''
this.dataList = [] this.dataList = []
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }
@@ -175,12 +175,12 @@
this.index = '' this.index = ''
this.dataList = [] this.dataList = []
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }

View File

@@ -246,12 +246,12 @@
this.index = '' this.index = ''
this.dataList = [] this.dataList = []
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }

View File

@@ -133,12 +133,12 @@
this.val1 = '' this.val1 = ''
this.dataList = [] this.dataList = []
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }

View File

@@ -260,12 +260,12 @@
this.val1 = '' this.val1 = ''
this.dataList = [] this.dataList = []
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }
@@ -285,12 +285,12 @@
if (res.code === '200') { if (res.code === '200') {
this.val1 = '' this.val1 = ''
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} else { } else {
uni.showToast({ uni.showToast({
title: res.desc, title: res.message,
icon: 'none' icon: 'none'
}) })
} }