...
|
...
|
@@ -206,14 +206,17 @@ Page({ |
|
|
sbox.push({
|
|
|
img: '/img/ic_date_dangri@2x.png',
|
|
|
text: '当日任务',
|
|
|
id: data.TodayId
|
|
|
id: data.TodayId,
|
|
|
type: 'today',
|
|
|
clockType: data.TodayStatus
|
|
|
})
|
|
|
}
|
|
|
if (data.MatchId) {
|
|
|
sbox.push({
|
|
|
img: '/img/ic_date_dangri@2x.png',
|
|
|
text: '比赛任务',
|
|
|
id: data.MatchId
|
|
|
id: data.MatchId,
|
|
|
type: 'match',
|
|
|
})
|
|
|
}
|
|
|
if (data.EvaluationId) {
|
...
|
...
|
|