Commit f185ecb0 authored by 天马流星拳's avatar 天马流星拳

fix(HomePage): 初始化理财排行榜我的排名默认值

防止未获取到排名数据时页面渲染报错
parent 8bb9ac60
......@@ -38,7 +38,11 @@ class HomePage extends React.Component<any, any> {
// 理财排行榜-用户信息
rankInfos:[],
// 理财排行榜-我的排名
myRank:{},
myRank:{
index: 0,
userName: '',
score: 0,
},
isExpand: false,
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment