diff --git a/apis/index.js b/apis/index.js index 0bf4ee8..81c1834 100644 --- a/apis/index.js +++ b/apis/index.js @@ -47,6 +47,7 @@ const request = (parameter, hideLoding = true) => { data : parameter.data || {}, method : parameter.method || 'GET', success : res => { + console.log(config.apiUrl + parameter.url,res) if (res.header.Authorization){ updateToken('token', res.header.Authorization) } diff --git a/pages.json b/pages.json index 7f4e18f..66e0330 100644 --- a/pages.json +++ b/pages.json @@ -225,7 +225,7 @@ "auth": true, "name": "YunYing", "style": { - "navigationBarTitleText": "运营中心", + "navigationBarTitleText": "法务运营中心", "enablePullDownRefresh": false, "navigationBarBackgroundColor": "#446EFE", "navigationBarTextStyle": "white" diff --git a/pages/account/yunying.vue b/pages/account/yunying.vue index 06caf7f..3eaad25 100644 --- a/pages/account/yunying.vue +++ b/pages/account/yunying.vue @@ -10,7 +10,7 @@ - 运营中心 + 法务运营中心 @@ -69,13 +69,13 @@ - 修改运营中心 + 修改法务运营中心 - 运营中心 + 法务运营中心 确认修改名称 @@ -541,12 +541,12 @@ .btn { height: 60rpx; - background: #446EFE; + // background: #446EFE; border-radius: 10rpx; - font-size: 24rpx; + // font-size: 24rpx; font-family: PingFang SC; font-weight: 400; - color: #FFFFFF; + // color: #FFFFFF; line-height: 60rpx; text-align: center; padding: 0 20rpx; diff --git a/pages/user/index.vue b/pages/user/index.vue index d4e17d1..695527a 100644 --- a/pages/user/index.vue +++ b/pages/user/index.vue @@ -10,8 +10,14 @@ 实名认证 - - {{identity.name}} + + + {{identity.name}} + 隶属:{{team_name}} + + + {{team_name}} + @@ -56,12 +62,12 @@ - + 奖金账户 @@ -133,12 +139,12 @@ - 完善运营中心 + 完善法务运营中心 - 运营中心 + 法务运营中心 确认名称 @@ -158,7 +164,8 @@ return { isAuth: false, nickname: '', - identity: '', + identity: '', + team_name:'', avatar: '', certification: '', // 绑定关系 @@ -202,7 +209,7 @@ identity, avatar, certification, - parent,team_status + parent,team_status,team_name } = res this.nickname = nickname this.identity = identity @@ -210,6 +217,7 @@ this.certification = certification this.parent = parent this.team_status = team_status + this.team_name = team_name if(team_status == 1){ this.yunyingShow = true } @@ -429,14 +437,19 @@ height: 40rpx; color: #555; font-weight: 400; - margin-left: $margin - 10; + margin-right: $margin - 10; - &::after { + &::after{ border-radius: 20rpx; } - &:first-child { + &:first-child ,&:nth-child(3) { margin-left: 0; + } + &:nth-child(3){ + margin-top: 10rpx; + // background: #4674DA; + // color: #fff; } .tags-icon { @@ -675,12 +688,12 @@ .btn { height: 60rpx; - background: #4674DA; + // background: #4674DA; border-radius: 10rpx; - font-size: 24rpx; + // font-size: 24rpx; font-family: PingFang SC; font-weight: 400; - color: #FFFFFF; + // color: #FFFFFF; line-height: 60rpx; text-align: center; padding: 0 20rpx; diff --git a/static/imgs/lishu.png b/static/imgs/lishu.png new file mode 100644 index 0000000..45fab2a Binary files /dev/null and b/static/imgs/lishu.png differ