249bff13 by yyx

1

1 parent 43159428
...@@ -80,7 +80,7 @@ const startCheckSuccessListener = (orderSn, actId) => { ...@@ -80,7 +80,7 @@ const startCheckSuccessListener = (orderSn, actId) => {
80 clearInterval(timer); 80 clearInterval(timer);
81 timer = null; 81 timer = null;
82 }); 82 });
83 }, 3000); 83 }, 1500);
84 }; 84 };
85 85
86 const detail = reactive({ 86 const detail = reactive({
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!