修改提示

main
unknown 2024-05-18 15:00:00 +08:00
parent 7c4d67fd47
commit 4c21140f1e
1 changed files with 4 additions and 4 deletions

View File

@ -251,9 +251,9 @@ const openType = () => {
} }
const uploadError = (err) => { const uploadError = (err) => {
uni.showToast({ // uni.showToast({
icon: 'none', // icon: 'none',
// title: 'APP', // title: 'APP',
}) // })
} }
</script> </script>