From 483eb26dce298fb356581cd076beaafcab95cca3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=8A=B1=E6=9C=89=E6=B8=85=E9=A6=99=E6=9C=88=E6=9C=89?=
=?UTF-8?q?=E9=98=B4?= <185154740@qq.com>
Date: Fri, 7 Jan 2022 18:16:28 +0800
Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/apps/AppVillageDiscuss/Detail.vue | 9 +++++++--
.../AppVillageDiscuss/{userType.vue => userList.vue} | 10 ++++++----
2 files changed, 13 insertions(+), 6 deletions(-)
rename src/apps/AppVillageDiscuss/{userType.vue => userList.vue} (85%)
diff --git a/src/apps/AppVillageDiscuss/Detail.vue b/src/apps/AppVillageDiscuss/Detail.vue
index b4b48931..52b40380 100644
--- a/src/apps/AppVillageDiscuss/Detail.vue
+++ b/src/apps/AppVillageDiscuss/Detail.vue
@@ -72,7 +72,7 @@
查看详情
-
+
@@ -295,6 +295,7 @@ export default {
this.$u.toast('不能提交空评论!')
}
},
+
handleComplete() {
this.$confirm('是否要结束公示')
.then(() => {
@@ -312,6 +313,10 @@ export default {
})
.catch(() => 0)
},
+
+ toUserList() {
+ uni.navigateTo({ url: `./userList` })
+ },
},
}
@@ -544,7 +549,7 @@ export default {
.right {
span {
- color: #2573FF;
+ color: #2573ff;
font-size: 28px;
}
}
diff --git a/src/apps/AppVillageDiscuss/userType.vue b/src/apps/AppVillageDiscuss/userList.vue
similarity index 85%
rename from src/apps/AppVillageDiscuss/userType.vue
rename to src/apps/AppVillageDiscuss/userList.vue
index 28427d11..2bbf40bd 100644
--- a/src/apps/AppVillageDiscuss/userType.vue
+++ b/src/apps/AppVillageDiscuss/userList.vue
@@ -1,5 +1,5 @@
-
+
@@ -13,7 +13,7 @@
@@ -33,7 +35,7 @@ export default {
uni-page-body {
// height: 100%;
}
-.userType {
+.userList {
// height: 100%;
// background: #fff;
.datas {