Commit c4aa8d4c9634aa22a7ffa11d255a15f412bd5794
1 parent
e183300d
sahochuan
Showing
1 changed file
with
0 additions
and
4 deletions
utils/request.js
@@ -203,10 +203,6 @@ module.exports = { | @@ -203,10 +203,6 @@ module.exports = { | ||
203 | }) | 203 | }) |
204 | } catch (error) { | 204 | } catch (error) { |
205 | if (error) { | 205 | if (error) { |
206 | - wx.showModal({ | ||
207 | - title: '请求超时', | ||
208 | - showCancel: !1, | ||
209 | - }); | ||
210 | return false; | 206 | return false; |
211 | } | 207 | } |
212 | } | 208 | } |