Compare commits
No commits in common. "d2d201b5500a62dbe9a7ee38165be85b1c6a2c0c" and "ed8fed60b5d8276df2acd6f046286850e1beedc3" have entirely different histories.
d2d201b550
...
ed8fed60b5
|
@ -32,10 +32,6 @@
|
||||||
{{ val }}
|
{{ val }}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
|
||||||
<div class="bottom1">
|
|
||||||
共{{total}}项
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="item-box">
|
<div class="item-box">
|
||||||
|
@ -68,7 +64,6 @@
|
||||||
const area = ref(null)
|
const area = ref(null)
|
||||||
const typeName = ref('全市')
|
const typeName = ref('全市')
|
||||||
const typeName2 = ref('全部')
|
const typeName2 = ref('全部')
|
||||||
const total = ref(0)
|
|
||||||
if (selectArea && selectArea !== '全部') {
|
if (selectArea && selectArea !== '全部') {
|
||||||
typeName2.value = selectArea
|
typeName2.value = selectArea
|
||||||
area.value = selectArea
|
area.value = selectArea
|
||||||
|
@ -136,7 +131,6 @@
|
||||||
if (res.data.data.total.length < 9) {
|
if (res.data.data.total.length < 9) {
|
||||||
dom.removeEventListener('scroll', viewMonitor, true)
|
dom.removeEventListener('scroll', viewMonitor, true)
|
||||||
}
|
}
|
||||||
total.value= res.data.data.total
|
|
||||||
// appList
|
// appList
|
||||||
res.data.data.appList.map((val) => {
|
res.data.data.appList.map((val) => {
|
||||||
if (!val.pic) {
|
if (!val.pic) {
|
||||||
|
@ -204,12 +198,6 @@
|
||||||
}
|
}
|
||||||
.application {
|
.application {
|
||||||
padding: 0 0.15rem;
|
padding: 0 0.15rem;
|
||||||
.bottom1 {
|
|
||||||
margin-top: 67px;
|
|
||||||
margin-left: 928px;
|
|
||||||
color: #fff;
|
|
||||||
font-size: 0.2rem;
|
|
||||||
}
|
|
||||||
.select {
|
.select {
|
||||||
margin: 0.1rem 0 0.1rem 0.2rem;
|
margin: 0.1rem 0 0.1rem 0.2rem;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
|
@ -237,7 +225,6 @@
|
||||||
background-size: 100%;
|
background-size: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bottom {
|
.bottom {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
|
@ -175,7 +175,6 @@ const showDetail = (item) => {
|
||||||
path: '/demandDetails',
|
path: '/demandDetails',
|
||||||
query: {
|
query: {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
showKey:selectedKeys.value,
|
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue