From ba761c23b9babbc8c6221b0087e5e3cead330039 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 10 Jul 2023 19:02:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 32 ++-- src/components/edit/choosingIdentity.vue | 3 - src/components/edit/fail-pop.vue | 99 +++++++++++ src/components/edit/how-pop.vue | 59 +++++++ src/components/edit/map.vue | 3 - src/components/footer/footer.vue | 68 ++++++++ src/components/public/head.vue | 86 ++++++---- src/router/index.js | 11 +- src/views/edit.vue | 209 +++-------------------- src/views/user.vue | 93 ++++++++++ 10 files changed, 416 insertions(+), 247 deletions(-) create mode 100644 src/components/edit/fail-pop.vue create mode 100644 src/components/edit/how-pop.vue create mode 100644 src/components/footer/footer.vue create mode 100644 src/views/user.vue diff --git a/src/App.vue b/src/App.vue index 8f1a32e..f1e6aa6 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,38 +1,17 @@ + + \ No newline at end of file diff --git a/src/components/edit/how-pop.vue b/src/components/edit/how-pop.vue new file mode 100644 index 0000000..a875884 --- /dev/null +++ b/src/components/edit/how-pop.vue @@ -0,0 +1,59 @@ + + + + + \ No newline at end of file diff --git a/src/components/edit/map.vue b/src/components/edit/map.vue index 4e0f5ea..ff3054d 100644 --- a/src/components/edit/map.vue +++ b/src/components/edit/map.vue @@ -46,9 +46,6 @@ export default { mounted() { let that = this let info = this.info - - console.log("info['latitude']", info['latitude']); - if (info['latitude']) { this.latlng = { longitude: info['longitude'], diff --git a/src/components/footer/footer.vue b/src/components/footer/footer.vue new file mode 100644 index 0000000..46b9ea8 --- /dev/null +++ b/src/components/footer/footer.vue @@ -0,0 +1,68 @@ + + + + + \ No newline at end of file diff --git a/src/components/public/head.vue b/src/components/public/head.vue index 5253932..74ccd0c 100644 --- a/src/components/public/head.vue +++ b/src/components/public/head.vue @@ -1,40 +1,44 @@ - \ No newline at end of file diff --git a/src/router/index.js b/src/router/index.js index 440d5f5..f4a668a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -10,18 +10,17 @@ const routes = [ { path: '/about', name: 'about', - // route level code-splitting - // this generates a separate chunk (about.[hash].js) for this route - // which is lazy-loaded when the route is visited. component: () => import(/* webpackChunkName: "about" */ '../views/AboutView.vue') }, { path: '/edit', name: 'edit', - // route level code-splitting - // this generates a separate chunk (about.[hash].js) for this route - // which is lazy-loaded when the route is visited. component: () => import(/* webpackChunkName: "about" */ '../views/edit.vue') + }, + { + path: '/user', + name: 'user', + component: () => import(/* webpackChunkName: "about" */ '../views/user.vue') } ] diff --git a/src/views/edit.vue b/src/views/edit.vue index 72d0d3c..c5803f9 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -1,5 +1,6 @@ @@ -663,14 +621,6 @@ - -
-
- -
如何获取微信二维码?
- -
-
查看刚刚发布的{{ intermediary == 6 ? '求' : '' }}房源
- -
-
- - -
提交失败
-
已存为草稿
-
房源数量已达上限
-
下架旧房源,便可发布新房源
-
- 房源管理 -
-
-
+ + + + + + + - + + \ No newline at end of file