From 3f182c29fde130819de71f4eb6ed6e424e00c327 Mon Sep 17 00:00:00 2001
From: jscyl13849007907 <13849007907@163.com>
Date: Mon, 1 Jun 2026 14:18:17 +0800
Subject: [PATCH] no message
---
components/conversationList.vue | 2 +-
pages/person/index.vue | 181 ++++++++++++++++++----------------------
2 files changed, 84 insertions(+), 99 deletions(-)
diff --git a/components/conversationList.vue b/components/conversationList.vue
index 65fabd9..5dd1489 100644
--- a/components/conversationList.vue
+++ b/components/conversationList.vue
@@ -53,7 +53,7 @@
-
+
{{ item.userinfo[0].name }} @{{ item.subtitle }}
diff --git a/pages/person/index.vue b/pages/person/index.vue
index 0a967c4..a727590 100644
--- a/pages/person/index.vue
+++ b/pages/person/index.vue
@@ -13,63 +13,53 @@
@clickCard="goPage('/root/person/info')"
/>
+
+
+
+
+
+
+
+ 下游代理
+
+
+
+
+ {{ downCount }}家
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
-
- 发展代理
- 邀请更多代理(粉丝)关注我
-
-
- 去邀请
-
-
-
-
-
-
-
-
-
-
- {{ applyNum }}
-
-
-
+
+
+
+ {{ applyNum }}
+
+
+
{
+ that.G.checkToken().then(() => {
that.agencyInfo = uni.getStorageSync("agencyInfo");
that.setUserInfo();
that.getResumeInfo();
that.getData();
that.getinfoByLogin();
- this.getPoastList();
+ that.getPoastList();
+ that.G.Post(
+ that.api.bind_list,
+ {
+ pageNum: 1,
+ pageSize: 1,
+ keys: '',
+ platform: "pc",
+ type: 2,
+ formdata: true,
+ },
+ (downRes) => {
+ that.downCount = downRes.recordCount;
+ }
+ );
});
} else {
that.pageSpeed = 1;