|
|
@@ -260,6 +260,7 @@
|
|
|
if(res.code!==0) return this.$showToast(res.msg)
|
|
|
this.headData = res.data;
|
|
|
this.$set(this.headData,'userBriefText',userBrief.find(u=>u.id==this.headData.userBrief).name||'普通用户')
|
|
|
+ if(this.headData&&this.headData.userBriefText&&this.headData.userBriefText=='校友') this.headData.userBriefText = '创衡校友'
|
|
|
})
|
|
|
},
|
|
|
changeTab(index){
|
|
|
@@ -402,6 +403,8 @@
|
|
|
color: #667E90;
|
|
|
line-height: 45rpx;
|
|
|
text-align: center;
|
|
|
+ //解决部分机型上切换tab时其他tab不可见问题
|
|
|
+ transform: translateZ(0);
|
|
|
&.active{
|
|
|
font-weight: bold;
|
|
|
color: #002846;
|