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;