no message
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -143,7 +143,7 @@ let request = function(req) { | ... | @@ -143,7 +143,7 @@ let request = function(req) { |
| 143 | } else { | 143 | } else { |
| 144 | if (!excludeUrls.includes(req.url)) { | 144 | if (!excludeUrls.includes(req.url)) { |
| 145 | uni.showToast({ | 145 | uni.showToast({ |
| 146 | title: resData.msg, | 146 | title: resData.msg || resData.error, |
| 147 | icon: 'none', | 147 | icon: 'none', |
| 148 | duration: 3000 | 148 | duration: 3000 |
| 149 | }) | 149 | }) | ... | ... |
-
Please register or sign in to post a comment