@@ -351,5 +351,11 @@ App({
clearTimeout(timer);
onResult(res);
});
// 返回取消函数,供组件/页面在销毁时调用,静默取消超时
return () => {
if (settled) return;
settled = true;
};
},
})
The note is not visible to the blocked user.