我的页面

This commit is contained in:
A1300399510
2023-07-19 19:22:00 +08:00
parent 5dc1049f01
commit 54e699f776
2 changed files with 6 additions and 4 deletions

View File

@@ -133,7 +133,8 @@
@click="selectOption('roomlistings', 0)">不限</div>
<div class="item flexcenter"
:class="{ 'pitch': item['id'] == pitchValue['roomlistings'] }"
v-for="item in roomlistingsList" @click="selectOption('roomlistings', item.id)">{{
v-for="item in roomlistingsList" @click="selectOption('roomlistings', item.id)">
{{
item['name'] }}</div>
</div>
</div>
@@ -276,7 +277,6 @@ const selectOption = (type, value) => {
nextTick(() => {
emit('handleTransfer', pitchValue)
})
}
</script>
<style scoped lang="less">
@@ -516,6 +516,8 @@ const selectOption = (type, value) => {
.option-area {
flex-wrap: wrap;
border-top: 1px solid #ebebeb;
height: 0;
overflow: hidden;
.option-left,
.option-right {