Skip to content

Commit

Permalink
fix: 修复判断字段错误
Browse files Browse the repository at this point in the history
  • Loading branch information
lengyibai committed Jul 2, 2024
1 parent de63d8b commit 82a05b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ const handleSelect = (hero: HeroUpgradeInfo) => {
:data="item"
@click="handleSelect(item)"
/>
<KEmpty v-if="hero_list.length === 0" tip="你还没有英雄" />
<KEmpty v-if="show_list.length === 0" tip="暂无可升级英雄" />
</div>
</template>

Expand Down

0 comments on commit 82a05b3

Please sign in to comment.