ddd8d60b by 华明祺

no message

1 parent c1a88d16
...@@ -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 })
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!