Merge branch 'feature/installment3' into release/5.2
Showing
1 changed file
with
1 additions
and
0 deletions
@@ -86,6 +86,7 @@ applyButton.on('click', function() { | @@ -86,6 +86,7 @@ applyButton.on('click', function() { | ||
86 | } else if (data.code === 500) { | 86 | } else if (data.code === 500) { |
87 | tip.show('连接超时'); | 87 | tip.show('连接超时'); |
88 | flag = true; | 88 | flag = true; |
89 | + params.params.message = '网络连接超时!'; | ||
89 | } else { | 90 | } else { |
90 | params.params.message = data.message; | 91 | params.params.message = data.message; |
91 | } | 92 | } |
-
Please register or login to post a comment