优化
This commit is contained in:
@@ -243,13 +243,11 @@
|
||||
try {
|
||||
let res = await blanking(this.val1, this.dataList, this.index)
|
||||
if (res.code === '200') {
|
||||
this.val1 = ''
|
||||
this.index = ''
|
||||
this.dataList = []
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
icon: 'none'
|
||||
})
|
||||
this.clearUp()
|
||||
} else {
|
||||
uni.showToast({
|
||||
title: res.message,
|
||||
|
||||
Reference in New Issue
Block a user