diff --git a/App.js b/App.js index 87ab8a2..8cdc692 100644 --- a/App.js +++ b/App.js @@ -126,7 +126,7 @@ export default class MyPage extends Component { curImgState: false, merchantRankList: [], hasRankList: true,// 有排名列表 - openRankList: true,//开启播放排名 + openRankList: false,//开启播放排名 }; @@ -577,10 +577,15 @@ rankDom() { //每一条 rank rankItemDom(item,index,animation) { let fontSizeNum = 40/(PixelRatio.get()); + let fontSizeNum02 = 46/(PixelRatio.get()); let curStyleObj = { width: fontSizeNum, height: fontSizeNum, } + let curStyleObj02 = { + width: fontSizeNum02, + height: fontSizeNum02, + } return ( @@ -605,14 +610,14 @@ rankItemDom(item,index,animation) { 人气指数: {item.extInfo.populationIndex} 分 - + } - filledStarImage={} + starStyle={curStyleObj02} + emptyStarImage={} + filledStarImage={} scoreTextStyle={{color:'transparent'}} /> @@ -1607,7 +1612,7 @@ MyPage = CodePush(codePushOptions)(MyPage); rankRun02: { marginTop: 12/PixelRatio.get(), - marginLeft: -18/PixelRatio.get(), + marginLeft: -12/PixelRatio.get(), }, merchantText: { diff --git a/image/hot_gray.png b/image/hot_gray.png index e8d31ac..e68c6c4 100644 Binary files a/image/hot_gray.png and b/image/hot_gray.png differ diff --git a/image/star_gray.png b/image/star_gray.png index 3340394..a054b41 100644 Binary files a/image/star_gray.png and b/image/star_gray.png differ