* zin: fix loading indicator not show as expected.

This commit is contained in:
sunhao
2023-06-19 16:12:45 +08:00
parent d0f61320fd
commit 67e275ff59
+1 -1
View File
@@ -269,7 +269,7 @@
{
updatePerfInfo(options, 'requestBegin');
if(isDebugRequest) return;
toggleLoading();
toggleLoading(target);
},
success: (data) =>
{