个人中心数据修正

This commit is contained in:
唐明明
2022-06-12 15:32:58 +08:00
parent cdc8607394
commit 05bc9cc449
17 changed files with 25 additions and 152 deletions

View File

@@ -43,7 +43,7 @@
<view class="user-nickname nowrap">{{item.nickname}}</view>
</view>
<view class="team-list-flex-item number nowrap">{{item.username}}</view>
<view class="team-list-flex-item number nowrap">{{item.created_at}}</view>
<view class="team-list-flex-item number nowrap">{{tabsType === 'supplier' ? item.performance : item.created_at}}</view>
</view>
</block>

View File

@@ -194,7 +194,8 @@
info().then(res => {
uni.setNavigationBarTitle({
title: res.nickname
});
});
this.order = res.order
this.cardText = res.identity_array
this.userInfo = {
nickname : res.nickname,