From f9a6148b4b4e3cc2081b9265d423471e20275a35 Mon Sep 17 00:00:00 2001 From: ronger Date: Sun, 8 Oct 2023 08:51:49 +0800 Subject: [PATCH] =?UTF-8?q?fix(global):=20=E8=A3=81=E5=89=AA=E6=A1=86?= =?UTF-8?q?=E7=94=9F=E4=BA=A7=E7=8E=AF=E5=A2=83=E6=B8=B2=E6=9F=93=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/portfolio/post/_portfolio_id.vue | 106 ++++++++++++------------- 1 file changed, 50 insertions(+), 56 deletions(-) diff --git a/pages/portfolio/post/_portfolio_id.vue b/pages/portfolio/post/_portfolio_id.vue index b0ca2b2..627e3f4 100644 --- a/pages/portfolio/post/_portfolio_id.vue +++ b/pages/portfolio/post/_portfolio_id.vue @@ -30,63 +30,59 @@ - -
-
- -
-
-
- + + +
+
+ +
+
+
+ +
+
+ +

{{ portfolio.portfolioTitle }}

+
+ {{ portfolio.portfolioDescription }} +
+ +
+ + +
+ 上传 +
+
+ + 重置 +
- -

{{ portfolio.portfolioTitle }}

-
- {{ portfolio.portfolioDescription }} -
- -
- - -
- 上传 -
-
- - 重置 - -
-
- + +
+ :closable="false" + center + show-icon + title="用户无权限" + type="warning">
@@ -108,7 +104,7 @@ export default { asyncData({store, params, error}) { return Promise.all([ store.dispatch('portfolio/fetchPostDetail', params) - .catch(err => error({statusCode: 404})) + .catch(err => error({statusCode: 404})) ]) }, @@ -161,13 +157,13 @@ export default { cropImg: '', isEdit: false, autoCrop: true, - notificationFlag: true - , contentHtml: {} + notificationFlag: true, + contentHtml: {} } }, methods: { realTime(data) { - this.cropImg = data + this.cropImg = data; }, _initEditor(data) { //初始化 @@ -544,6 +540,4 @@ export default { margin-bottom: 20px; border: 1px solid #F2F6FC; } - -