From 64f45a7e9e7c538f0e09c3df16ab12c46b3614bf Mon Sep 17 00:00:00 2001
From: huliyong <2783385703@qq.com>
Date: Sat, 7 Sep 2024 11:57:31 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9bug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/index/center.vue | 445 ++++++++++++++++++------------------
pages/publish/actorDetail.vue | 2 +-
pages_mine/mine/promotionRecord.vue | 4 +-
pages_mine/mine/releaseRecord.vue | 289 ++++++++++++-----------
4 files changed, 367 insertions(+), 373 deletions(-)
diff --git a/pages/index/center.vue b/pages/index/center.vue
index a5f8ef0..8473372 100644
--- a/pages/index/center.vue
+++ b/pages/index/center.vue
@@ -1,232 +1,235 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
去认证
-
-
-
-
- {{ userInfo.nickName || '微信用户' }}
- {{ userInfo.phone }}
-
-
-
-
-
-
-
- 点赞量
-
-
-
-
-
-
-
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
-
- 其他
-
-
-
-
-
-
- {{ item.title }}
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+ 其他
+
+
+
+
+
+
+ {{ item.title }}
+
+
+
+
+
+
+
+
+
+
+
-
-
+
+ 确认退出登录吗?
+
+
+
+
\ No newline at end of file
diff --git a/pages/publish/actorDetail.vue b/pages/publish/actorDetail.vue
index 0a0fb36..c337f90 100644
--- a/pages/publish/actorDetail.vue
+++ b/pages/publish/actorDetail.vue
@@ -91,7 +91,7 @@
onReachBottom() {
if(this.queryParams.pageSize < this.total){
this.queryParams.pageSize += 10
- this.indexGetTrendsPage()
+ this.getList()
}
},
methods: {
diff --git a/pages_mine/mine/promotionRecord.vue b/pages_mine/mine/promotionRecord.vue
index ef11375..f1f3712 100644
--- a/pages_mine/mine/promotionRecord.vue
+++ b/pages_mine/mine/promotionRecord.vue
@@ -27,7 +27,7 @@
-
+
@@ -39,7 +39,7 @@
-
+
diff --git a/pages_mine/mine/releaseRecord.vue b/pages_mine/mine/releaseRecord.vue
index d81d23d..e862f26 100644
--- a/pages_mine/mine/releaseRecord.vue
+++ b/pages_mine/mine/releaseRecord.vue
@@ -1,167 +1,158 @@
-
-
-
+
+
+
-
-
-
-
- 我的发布
-
-
-
-
- 全部
-
-
- 贴子
-
-
- 名片
-
-
-
-
-
-
-
-
+
+
+
+
+ 我的发布
+
+
+
+
+ 全部
+
+
+ 贴子
+
+
+ 名片
+
+
+
+
+
+
+
+
+ .publishListClass {
+ //margin-top: 10rpx;
+ height: 78vh;
+ //margin-top: 300rpx;
+ overflow: auto;
+ width: 100%;
+ }
+ }
+ }
+
\ No newline at end of file