zhengyiming
2 天以前 f6748abe2ad85f0600f905f22f92f53e603b885d
src/views/Home/components/InsureInstructionsDialog.vue
@@ -8,6 +8,7 @@
    width="600px"
    :close-on-click-modal="false"
    :close-on-press-escape="false"
    @close="goTo(`step0`)"
  >
    <div class="insureInstructionsDialog-content">
      <!-- <img :src="IconTaipingLogo" alt="" class="logo" /> -->
@@ -97,7 +98,7 @@
const visibleFiles = ref(false);
const { isCurrent, goToNext, goToPrevious, isLast, isFirst } = useStepper(
const { isCurrent, goToNext, goToPrevious, isLast, isFirst, goTo } = useStepper(
  InsuranceTempList.map((x, index) => `step${index}`)
);
</script>