剔除不上线内容

This commit is contained in:
aixianling
2021-12-24 21:20:52 +08:00
parent c83aaf23f4
commit e4c29dd14e
100 changed files with 109 additions and 1497 deletions

View File

@@ -3,7 +3,7 @@
<AiTopFixed>
<div class="area-content">
<AiAreaPicker :areaId="user.areaId" v-model="areaId" @select="areaSelect">
<img src="./img/local-icon.png" alt="">
<img src="img/local-icon.png" alt="">
<span class="label" v-if="areaName">{{ areaName }}</span>
<span v-else>请选择</span>
<u-icon name="arrow-down" color="#666" size="24" />
@@ -18,7 +18,7 @@
</div>
<AiEmpty v-if="!list.length"/>
</div>
</div>
</template>
@@ -53,7 +53,7 @@ export default {
this.areaId = e.id
this.areaName = e.name
this.getList()
},
},
getList() {
this.$http.post(`/app/appvillagepicturealbum/queryAlbumMenu`, null, {
params: {
@@ -131,4 +131,4 @@ export default {
}
}
}
</style>
</style>