权限未开启

main
unknown 2024-05-17 23:42:58 +08:00
parent c71602103e
commit f6695f3b84
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ const openType = () => {
const uploadError = (err) => {
uni.showToast({
icon: 'none',
title: '权限未开启请前往设置给予APP相应权限',
// title: 'APP',
})
}
</script>