提交 2b6eb15f authored 作者: 钟是志's avatar 钟是志

2019年9月29日 09:43:33 请求接口增加 loading

上级 874d19db
...@@ -78,7 +78,7 @@ export default function request(url, options) { ...@@ -78,7 +78,7 @@ export default function request(url, options) {
url = url + '?' + stringify(options); url = url + '?' + stringify(options);
} }
} }
Toast.loading('加载中....', 1);
return fetch(url, newOptions).then(checkStatus) return fetch(url, newOptions).then(checkStatus)
.then(response => { .then(response => {
if (response.status === 202) { if (response.status === 202) {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论