Sign in
简柏林
/
thingskit-app
·
Commits
GitLab
Go to dashboard
Project
Activity
Files
Commits
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Network
Download as
Email Patches
Plain Diff
Browse Files
Commit
4d98dc4486be713fe1f9a85bb6c74127b2c699ba
Authored by
fengtao
2022-04-21 17:14:27 +0800
1 parent
10f8385a
fix:去除初始化弹窗错误
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
pages/index/index.vue
pages/index/index.vue
View file @
4d98dc4
...
...
@@ -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() {
...
...