提示删除

This commit is contained in:
2022-11-30 11:06:17 +08:00
parent fadc69ea7d
commit 1d3240dc7e

View File

@@ -52,10 +52,10 @@
this.$emit('input', res.result)
},
fail: (err) => {
uni.showToast({
title: '出错',
icon: 'none'
})
// uni.showToast({
// title: '出错',
// icon: 'none'
// })
}
});
}