Commit e46b1dc18e52cdcfd7671009b76f3e5dcc59c6b9

Authored by xp.Huang
2 parents 66868538 4d98dc44

Merge branch 'ft-dev' into 'main'

fix:去除初始化弹窗错误

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