1
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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({ | ... | ... |
-
Please register or sign in to post a comment