diff --git a/layers/templates/FxPreregist01/index.vue b/layers/templates/FxPreregist01/index.vue index b05654a..ea7e05d 100644 --- a/layers/templates/FxPreregist01/index.vue +++ b/layers/templates/FxPreregist01/index.vue @@ -348,7 +348,7 @@ const handlePreregistClick = () => { :key="item.id" :class="[ 'flex items-center', - { 'is-completed': item.flagType === 1 }, + { 'is-completed': item.flagType === 2 }, ]" > @@ -368,7 +368,7 @@ const handlePreregistClick = () => {