|
@@ -17,6 +17,10 @@ import step_tips_5 from "./image/step_tips_icon5.png"
|
|
|
import step_tips_5_1 from "./image/step_tips_icon5_1.png"
|
|
|
import step_tips_5_2 from "./image/step_tips_icon5_2.png"
|
|
|
import step_top_icon from "./image/step_top_icon.png"
|
|
|
+import step_top_icon_1 from "./image/step_top_icon_1.png"
|
|
|
+import step_top_icon_2 from "./image/step_top_icon_2.png"
|
|
|
+import step_top_icon_3 from "./image/step_top_icon_3.png"
|
|
|
+import step_top_icon_4 from "./image/step_top_icon_4.png"
|
|
|
import step_btn_1 from "./image/delay_btn_icon1.png"
|
|
|
import step_btn_2 from "./image/delay_btn_icon2.png"
|
|
|
import setp_dot_1 from './image/step_state_icon1.png'
|
|
@@ -61,7 +65,7 @@ export default defineComponent({
|
|
|
<div class={styles.delayBody}>
|
|
|
<div class={styles.delayBox}>
|
|
|
<div class={styles.dbTop}>
|
|
|
- <img class={styles.topIcon} src={step_top_icon} />
|
|
|
+ <img class={styles.topIcon} src={props.delayData.step <= 3 ? step_top_icon_1 : props.delayData.step === 4 ? step_top_icon_2 : props.delayData.step === 5 ? step_top_icon_3 : props.delayData.step >= 6 ? step_top_icon_4 : '' } />
|
|
|
{
|
|
|
props.delayData.step <= 2 ?
|
|
|
<div class={styles.topDots}>
|