Commit 2220b0aa authored by 黄奎's avatar 黄奎

页面修改

parent 027798a5
<template> <template>
<!-- f豆腐块 --> <!-- 豆腐块 -->
<div class="Search_center" style="display:none;"> <div class="Search_center" >
<ul class="pd-list"> <ul class="pd-list">
<li class="pd-box"> <li class="pd-box">
<a class="pd-link"> <a class="pd-link">
...@@ -47,3 +47,14 @@ ...@@ -47,3 +47,14 @@
</ul> </ul>
</div> </div>
</template> </template>
<script>
export default {
data() {
return {
};
},
}
</script>
...@@ -100,3 +100,13 @@ ...@@ -100,3 +100,13 @@
</div> </div>
</div> </div>
</template> </template>
<script>
export default {
data() {
return {
};
},
}
</script>
...@@ -637,6 +637,15 @@ ...@@ -637,6 +637,15 @@
</div> </div>
</div> </div>
</div> </div>
{{ShowType}}
<template v-if="ShowType==0">
<searchBlock></searchBlock>
</template>
<template v-else>
<searchList></searchList>
</template>
<!-- 手机端 --> <!-- 手机端 -->
<div v-if="$q.screen.xs"> <div v-if="$q.screen.xs">
<div class="search-bar-m"> <div class="search-bar-m">
...@@ -651,13 +660,6 @@ ...@@ -651,13 +660,6 @@
</div> </div>
</div> </div>
<template v-if="ShowType==0">
<searchBlock></searchBlock>
</template>
<template v-else>
<searchList></searchList>
</template>
<q-dialog v-model="fullHeight" full-height> <q-dialog v-model="fullHeight" full-height>
<q-card class="column full-height" style="width: 500px"> <q-card class="column full-height" style="width: 500px">
<div class="moreTiaojiao">更多篩選條件</div> <div class="moreTiaojiao">更多篩選條件</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment