diff --git a/src/components/user/systematic-notification-pop.vue b/src/components/user/systematic-notification-pop.vue
index 76a9705..8c76f93 100644
--- a/src/components/user/systematic-notification-pop.vue
+++ b/src/components/user/systematic-notification-pop.vue
@@ -9,9 +9,9 @@
-
+
关注寄托服务号,第一时间收到消息通知
-
关注
@@ -220,7 +220,7 @@ const goDetail = (uniqid, status) => {
}
.attention {
- margin: -26px auto 10px;
+ margin: -26px auto 0;
width: 660px;
height: 50px;
background-color: rgba(255, 255, 255, 1);
@@ -249,7 +249,7 @@ const goDetail = (uniqid, status) => {
.list {
overflow: auto;
- margin: 0 6px 30px;
+ margin: 10px 6px 30px;
/*滚动条样式*/
&::-webkit-scrollbar {
@@ -348,4 +348,8 @@ const goDetail = (uniqid, status) => {
}
}
}
+
+.QR-code {
+ width: 100%;
+}
\ No newline at end of file
diff --git a/src/router/index.js b/src/router/index.js
index 422bc97..51f6296 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -49,12 +49,18 @@ const routes = [
component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/person.vue')
},
{//中介房源
- path:'/intermediaryHousing',
- component:()=> import(/* webpackChunkName: "housing" */ '@/views/housingView/intermediary.vue')
+ path: '/intermediaryHousing',
+ component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/intermediary.vue')
},
{//求房源
- path:'/needHousing',
- component:()=> import(/* webpackChunkName: "housing" */ '@/views/housingView/needHousing.vue')
+ path: '/needHousing',
+ component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/needHousing.vue')
+ }, {
+ path: "/apartment",
+ component: () => import(/* webpackChunkName: "housing" */ '@/views/housingView/apartment.vue'),
+ meta: {
+ title: "品牌公寓"
+ }
}
]
diff --git a/src/views/housingView/apartment.vue b/src/views/housingView/apartment.vue
new file mode 100644
index 0000000..9379715
--- /dev/null
+++ b/src/views/housingView/apartment.vue
@@ -0,0 +1,61 @@
+
+
+
+
+
+