From 97640f6a15fa214d63d92a10b42ffc89799aba92 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 2 Aug 2023 10:58:43 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/detail/imageWatch.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/detail/imageWatch.vue b/src/components/detail/imageWatch.vue index c615c73..a9dc3e3 100644 --- a/src/components/detail/imageWatch.vue +++ b/src/components/detail/imageWatch.vue @@ -6,7 +6,7 @@ indicator-position="none" ref="carousel" @change="carouselChange">
-
+
From 378d6da8801708355d434446574c256da8dac55d Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 2 Aug 2023 11:12:14 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=BC=96=E8=BE=91=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=E6=97=A5=E6=9C=9F=E9=80=89=E6=8B=A9=E5=99=A8=E6=B1=89=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.js | 5 ++++- src/views/edit.vue | 10 ++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/src/main.js b/src/main.js index 920855f..5bf4518 100644 --- a/src/main.js +++ b/src/main.js @@ -23,7 +23,8 @@ import { ElSkeleton, ElSkeletonItem, ElBreadcrumb, - ElAffix + ElAffix, + ElConfigProvider // 其他需要的组件 } from 'element-plus' @@ -67,6 +68,8 @@ app.use(ElMessage) app.use(ElBreadcrumb) app.use(ElAffix) +app.use(ElConfigProvider) + app.use(lazyPlugin) app.use(store).use(router).use(Axios) diff --git a/src/views/edit.vue b/src/views/edit.vue index f491bfd..2e723a0 100644 --- a/src/views/edit.vue +++ b/src/views/edit.vue @@ -66,9 +66,11 @@
随时
- - + + + +
@@ -677,7 +679,7 @@ export default { name: 'ZufangEdit', data() { return { - locale: zhCn.el.datepicker, + locale: zhCn, value: '', user: {}, userIntermediary: 0, // 用户是否是 认证中介,需要全局获取 From 8d87f67b996ed752189d6656a4829bfd72545d5f Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Wed, 2 Aug 2023 11:40:14 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/user/systematic-notification-pop.vue | 12 ++++++------ src/views/user.vue | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/user/systematic-notification-pop.vue b/src/components/user/systematic-notification-pop.vue index 0a70d5b..3f94da6 100644 --- a/src/components/user/systematic-notification-pop.vue +++ b/src/components/user/systematic-notification-pop.vue @@ -21,7 +21,7 @@
-
+