From b9ed187274d884d31e7c27f248de38a330a89fac Mon Sep 17 00:00:00 2001 From: yanghao05 Date: Tue, 29 Apr 2025 14:30:05 +0800 Subject: [PATCH] fix: ui --- frontend/wechat/src/views/ArticleDetail.vue | 31 ++++++++++++--------- frontend/wechat/src/views/ArticleList.vue | 3 +- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/frontend/wechat/src/views/ArticleDetail.vue b/frontend/wechat/src/views/ArticleDetail.vue index 00050f6..1ee7113 100644 --- a/frontend/wechat/src/views/ArticleDetail.vue +++ b/frontend/wechat/src/views/ArticleDetail.vue @@ -128,8 +128,25 @@ onUnmounted(() => { Your browser does not support the video tag. + +
+
+
+ ¥ + + {{ (article.price / 100).toFixed(2) }} + +
+ +
+
+
-

{{ article.title }}

+

{{ article.title }}

@@ -145,18 +162,6 @@ onUnmounted(() => {
-
-
-
- ¥{{ (article.price / 100).toFixed(2) }} -
- -
-
diff --git a/frontend/wechat/src/views/ArticleList.vue b/frontend/wechat/src/views/ArticleList.vue index ab7da51..7500555 100644 --- a/frontend/wechat/src/views/ArticleList.vue +++ b/frontend/wechat/src/views/ArticleList.vue @@ -83,8 +83,7 @@ onMounted(() => { 暂无文章 - +