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;