This commit is contained in:
2025-09-15 08:50:44 +08:00
parent 6b3b795151
commit a1dc1deb9f
8 changed files with 29 additions and 20 deletions

View File

@@ -146,12 +146,11 @@
try {
let res = await inArea(this.index)
if (res.code === '200') {
this.index = ''
this.dataList = []
uni.showToast({
title: res.message,
icon: 'none'
})
this.clearUp()
} else {
uni.showToast({
title: res.message,
@@ -172,12 +171,11 @@
try {
let res = await outArea(this.index)
if (res.code === '200') {
this.index = ''
this.dataList = []
uni.showToast({
title: res.message,
icon: 'none'
})
this.clearUp()
} else {
uni.showToast({
title: res.message,