From 883aa00cb303b2c1dc78f6583dfb4da61142ad7c Mon Sep 17 00:00:00 2001
From: gongjiale <942894820@qq.com>
Date: Mon, 26 Dec 2022 18:05:49 +0800
Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../views/capacitySquare/components/application.vue | 13 +++++++++++++
front/src/views/demandCenter/index.vue | 1 +
2 files changed, 14 insertions(+)
diff --git a/front/src/views/capacitySquare/components/application.vue b/front/src/views/capacitySquare/components/application.vue
index 098d9882..16db8334 100644
--- a/front/src/views/capacitySquare/components/application.vue
+++ b/front/src/views/capacitySquare/components/application.vue
@@ -32,7 +32,11 @@
{{ val }}
+
+
@@ -64,6 +68,7 @@
const area = ref(null)
const typeName = ref('全市')
const typeName2 = ref('全部')
+ const total = ref(0)
if (selectArea && selectArea !== '全部') {
typeName2.value = selectArea
area.value = selectArea
@@ -131,6 +136,7 @@
if (res.data.data.total.length < 9) {
dom.removeEventListener('scroll', viewMonitor, true)
}
+ total.value= res.data.data.total
// appList
res.data.data.appList.map((val) => {
if (!val.pic) {
@@ -198,6 +204,12 @@
}
.application {
padding: 0 0.15rem;
+ .bottom1 {
+ margin-top: 67px;
+ margin-left: 928px;
+ color: #fff;
+ font-size: 0.2rem;
+ }
.select {
margin: 0.1rem 0 0.1rem 0.2rem;
color: #fff;
@@ -225,6 +237,7 @@
background-size: 100%;
}
}
+
.bottom {
cursor: pointer;
position: absolute;
diff --git a/front/src/views/demandCenter/index.vue b/front/src/views/demandCenter/index.vue
index 3240310d..91f6230b 100644
--- a/front/src/views/demandCenter/index.vue
+++ b/front/src/views/demandCenter/index.vue
@@ -175,6 +175,7 @@ const showDetail = (item) => {
path: '/demandDetails',
query: {
id: item.id,
+ showKey:selectedKeys.value,
},
})
}