接口请求状态提示调整

master
guoshuang 6 months ago
parent a2ebbb6785
commit 8658f6a59a

@ -41,7 +41,7 @@ http.interceptors.request.use(
uni.hideLoading();
} else {
if (!loading) {
uni.showLoading({ title: '加载中' });
uni.showLoading({ title: '数据传输中' });
} else {
clearTimeout(loading);
}

Loading…
Cancel
Save