This commit is contained in:
Putoo
2026-06-09 17:51:12 +08:00
parent 9f3e4871a4
commit 46bacd1e38
10 changed files with 279 additions and 24 deletions

View File

@@ -62,7 +62,7 @@
<!-- 城内地图 -->
<GamePopup v-model:show="showCity" title="【城市地图】">
<!-- 自定义内容 -->
<div class="">
<div class="" style="margin-top: 10px;">
<span v-for="(item, index) in cityShow" :key="index">
<Abutton @click="ChangeMap(item.mapId)">{{ item.mapName }}</Abutton>
<br v-if="(index + 1) % 4 == 0">