This commit is contained in:
xiaoyu
2025-04-29 14:54:31 +08:00
parent e843ab4e11
commit 5e79fbd0d4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -569,7 +569,7 @@ Page({
_.apiQuery.getAppScore(params).then(res => {
this.setData({
scoreData: res.data,
score_trend: res.data.score_trend ?? 1
score_trend: res.data.score_trend,
})
})
},
+2 -2
View File
@@ -259,7 +259,7 @@ Page({
_.apiQuery.getAppScore(params).then(res => {
this.setData({
scoreData: res.data,
score_trend: res.data.score_trend ?? 1
score_trend: res.data.score_trend,
})
})
},
@@ -280,7 +280,7 @@ Page({
this.setData({
userInfo: res
})
if (res.group_id > 2) {
if (res.group_id > 2 || this.data.is_biz === '1') {
this.setData({
score_role_cur: 1,
tab_rank_cur: 1