Commit 4d98dc4486be713fe1f9a85bb6c74127b2c699ba

Authored by fengtao
1 parent 10f8385a

fix:去除初始化弹窗错误

Showing 1 changed file with 1 additions and 1 deletions
@@ -136,7 +136,7 @@ export default { @@ -136,7 +136,7 @@ export default {
136 } 136 }
137 }) 137 })
138 .catch(e => { 138 .catch(e => {
139 - uni.$u.toast(e.data?.message); 139 + // uni.$u.toast(e.data?.message);
140 }); 140 });
141 }, 141 },
142 openCamera() { 142 openCamera() {