You need to sign in or sign up before continuing.
提交 aff664a6 编写于 作者: P pengyanggit

Signed-off-by:pengyanggit<yangpeng177@huawei.com>

Signed-off-by: Npengyanggit <yangpeng177@huawei.com>
Change-Id: I35fc5005e2e052b37277321a357bec757fd73b00
上级 0c1bbfd6
...@@ -97,11 +97,11 @@ struct Index { ...@@ -97,11 +97,11 @@ struct Index {
getDataFromUdmfRetry(event: DragEvent, callback: (data: DragEvent)=>void) getDataFromUdmfRetry(event: DragEvent, callback: (data: DragEvent)=>void)
{ {
if(hasUdmfData(event, callback)) { if(this.hasUdmfData(event, callback)) {
return; return;
} }
setTimeout(()=>{ setTimeout(()=>{
hasUdmfData(event, callback); this.hasUdmfData(event, callback);
}, 1500); }, 1500);
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册