diff --git a/manifest.json b/manifest.json index c622f4a..01ba04e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,5 +1,5 @@ { - "name" : "CRMEB", + "name" : "惠通臻享", "appid" : "__UNI__39548CA", "description" : "", "versionName" : "1.0.4", diff --git a/pages/user/index.vue b/pages/user/index.vue index 7d63250..f0d3e9f 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -441,6 +441,7 @@ if (that.isLogin) { this.getUserInfo(); this.orderNum(); + } else { this.userInfo = {} this.orderMenu.forEach(v=>{ @@ -598,6 +599,7 @@ this.getUserInfo(); this.getMyMenus(); this.orderNum(); + this.isShowAuth = false; }, @@ -631,6 +633,7 @@ that.$set(that.assets,item,Math.floor(res.data.assets[item])); }) + that.spreadPeopleHandle() that.getMyMenus(); }); diff --git a/pages/users/promoter-list/index.vue b/pages/users/promoter-list/index.vue index 07cd159..5147189 100644 --- a/pages/users/promoter-list/index.vue +++ b/pages/users/promoter-list/index.vue @@ -21,7 +21,7 @@ - + @@ -87,6 +87,10 @@ + + + 暂无数据 + @@ -399,6 +403,20 @@ display: flex; align-items: center; } + .emptyBox{ + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + margin-top: calc(20vh); + image{ + width: 50%; + height: auto; + } + text{ + margin-top:20rpx; + } + } // .promoter-list .list .item .right .num{