fix: 장수 카드 부대 집합지가 항상 주황색

This commit is contained in:
2022-07-17 16:40:35 +09:00
parent ed0bc5e19f
commit 11a98eb184
+1
View File
@@ -130,6 +130,7 @@
>
{{ troopInfo.name }}
</s>
<span v-else-if="troopInfo.leader.city == general.city">{{ troopInfo.name }}</span>
<span v-else style="color: orange">
{{ troopInfo.name }}({{ gameConstStore.cityConst[troopInfo.leader.city].name }})
</span>