diff --git a/root/bind/applyList.vue b/root/bind/applyList.vue index 34bcd70..87fed89 100644 --- a/root/bind/applyList.vue +++ b/root/bind/applyList.vue @@ -22,12 +22,12 @@ - - + @@ -41,13 +41,13 @@ > --> - - + + - {{itm.agencyName}} - + {{itm.agencyName}} + {{itm.remark && itm.remark.trim() ? itm.remark : (itm.tel ? itm.tel : '-')}} diff --git a/root/bind/fensi.vue b/root/bind/fensi.vue index bf525be..af20a52 100644 --- a/root/bind/fensi.vue +++ b/root/bind/fensi.vue @@ -12,12 +12,17 @@ - - - + + + 新的代理 您有新代理加入申请待审批 +
+
+ {{ waitNum_downs }} +
+
@@ -217,7 +222,6 @@ export default { } else { this.getapplyList(); } - that.getPoint(); }, onReachBottom() { let that = this; @@ -255,25 +259,13 @@ export default { this.getapplyList(); } }, - getPoint() { + getWaitNum() { let that = this; that.G.Get( that.api.bind_getWaitNum + "/2", { type: 2, }, - (res) => { - that.tabInfo.list[1].cate_count = res.unread; - } - ); - }, - getWaitNum() { - let that = this; - that.G.Get( - that.api.bind_getWaitNum + "/" + (that.tabInfo.active + 1), - { - type: Number(that.tabInfo.active) + 1, - }, (res) => { that.waitNum_downs = res.total; that.waitNum_ups = res.unread;