diff --git a/src/assets/img/publicImage/collect-icon.png b/src/assets/img/publicImage/collect-icon.png new file mode 100644 index 0000000..36b6b88 Binary files /dev/null and b/src/assets/img/publicImage/collect-icon.png differ diff --git a/src/assets/img/publicImage/eye-icon.svg b/src/assets/img/publicImage/eye-icon.svg new file mode 100644 index 0000000..28aa559 --- /dev/null +++ b/src/assets/img/publicImage/eye-icon.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/src/components/public/apartment-item.vue b/src/components/public/apartment-item.vue index ce5a237..8d747fa 100644 --- a/src/components/public/apartment-item.vue +++ b/src/components/public/apartment-item.vue @@ -3,7 +3,7 @@
{{ item['title'] }}
{{ item['propaganda'] }}
-
+
{{ it }}
diff --git a/src/components/public/public-list-item.vue b/src/components/public/public-list-item.vue index e6b924a..c1a35ca 100644 --- a/src/components/public/public-list-item.vue +++ b/src/components/public/public-list-item.vue @@ -7,13 +7,15 @@
- {{ data && data.subject || '暂无标题' }} +
认证审核中
+
{{ stateData.text }}
+ {{ data.subject || '暂无标题' }}
-
{{ data && data.gptype }}
-
{{ listData.type[data && data.type] }} +
{{ data.gptype }}
+
{{ listData.type[data.type] }}
{{ listData.elevator[data.elevator] }}
@@ -32,7 +34,6 @@
-
{{ location[item['location'] >>> 0] + ' > ' + location[item['location']] }} @@ -46,6 +47,30 @@ [ 租期{{ data.rentalduration == 0 ? '不限' : listData['rentalduration'][data.rentalduration] }} ]
+
+
+ 房源ID:{{ data['id'] }} +
+ + +
@@ -61,7 +86,20 @@
-
+ +
{{ data.author }} @@ -78,22 +116,32 @@ \ No newline at end of file diff --git a/src/main.js b/src/main.js index 16836e1..0b49ad5 100644 --- a/src/main.js +++ b/src/main.js @@ -20,7 +20,6 @@ import { ElPopover, ElDatePicker, ElMessage, - ElSpace, ElSkeleton, ElSkeletonItem // 其他需要的组件 @@ -71,6 +70,7 @@ app.use(ElDatePicker, { }) app.use(ElSkeleton) app.use(ElSkeletonItem) +app.use(ElMessage) app.use(store).use(router).use(Axios).mount('#app') diff --git a/src/views/edit.vue b/src/views/edit.vue index 5841677..fcc7ac1 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -662,8 +662,6 @@ diff --git a/vue.config.js b/vue.config.js index da4dadb..59168cb 100644 --- a/vue.config.js +++ b/vue.config.js @@ -40,6 +40,7 @@ module.exports = defineConfig({ .end() }, devServer: { + hot: true, proxy: { '/Api': { target: 'https://app.gter.net',//请求的接口的前缀