Commit 5ddfb0f0 authored by marsandheart's avatar marsandheart

修改了切换上一步/下一步时候的继续播放问题

parent b24b77ec
This diff is collapsed.
......@@ -98,6 +98,10 @@ const InsuredInfo = (props) => {
};
const removeTableData = async (key) => {
if (key === '1') {
return;
}
showLoading();
await sleep(500);
hideLoading();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment