From a73b07da11c4cd34547629c37a57a11ae7f6d5f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=8A=E9=87=8C?= <1227971437@qq.com>
Date: Wed, 7 Apr 2021 16:18:22 +0800
Subject: [PATCH] =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=88=97=E8=A1=A8=E7=BB=84?=
=?UTF-8?q?=E4=BB=B6=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/list/list.vue | 105 ++-----
pages/list/news-list.vue | 290 ++++++++++++++++++
uni_modules/uni-login-page/common/myStyle.css | 2 +-
3 files changed, 309 insertions(+), 88 deletions(-)
create mode 100644 pages/list/news-list.vue
diff --git a/pages/list/list.vue b/pages/list/list.vue
index 089fc7db..80395bdf 100644
--- a/pages/list/list.vue
+++ b/pages/list/list.vue
@@ -1,76 +1,26 @@
-
-
-
-
-
-
-
- 为您更新了10条内容
-
-
-
- {{error.message}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.title }}
-
-
-
-
- {{ item.author[0].username }}
- {{ item.comment_count }}评论
-
-
-
-
-
-
-
-
-
-
+
+
+
-
+
+
diff --git a/uni_modules/uni-login-page/common/myStyle.css b/uni_modules/uni-login-page/common/myStyle.css
index 19fba5cb..cd7d5acb 100644
--- a/uni_modules/uni-login-page/common/myStyle.css
+++ b/uni_modules/uni-login-page/common/myStyle.css
@@ -1,5 +1,5 @@
.flex{
- /* #ifndef APP-VUE */
+ /* #ifndef APP-NVUE */
display: flex;
/* #endif */
}
--
GitLab