wxd
/
MShopWeApp
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
c4aa8d4c9634aa22a7ffa11d255a15f412bd5794
Authored by
abson
2022-04-02 18:24:48 +0800
1 parent
e183300d
sahochuan
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
utils/request.js
utils/request.js
View file @
c4aa8d4
...
...
@@ -203,10 +203,6 @@ module.exports = {
203
203
})
204
204
} catch (error) {
205
205
if (error) {
206
- wx.showModal({
207
- title: '请求超时',
208
- showCancel: !1,
209
- });
210
206
return false;
211
207
}
212
208
}
...
...