121212
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user