我的页面
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user