diff --git a/App.js b/App.js index 4b60006..87ab8a2 100644 --- a/App.js +++ b/App.js @@ -126,7 +126,7 @@ export default class MyPage extends Component { curImgState: false, merchantRankList: [], hasRankList: true,// 有排名列表 - openRankList: false,//开启播放排名 + openRankList: true,//开启播放排名 }; @@ -576,7 +576,7 @@ rankDom() { } //每一条 rank rankItemDom(item,index,animation) { - let fontSizeNum = 48/(PixelRatio.get()); + let fontSizeNum = 40/(PixelRatio.get()); let curStyleObj = { width: fontSizeNum, height: fontSizeNum, @@ -589,14 +589,14 @@ rankItemDom(item,index,animation) { 经营指数: {item.extInfo.executionIndex} 分 - + } - filledStarImage={} + filledStarImage={} scoreTextStyle={{color:'transparent'}} /> @@ -612,7 +612,7 @@ rankItemDom(item,index,animation) { accurateHalfStars={true} starStyle={curStyleObj} emptyStarImage={} - filledStarImage={} + filledStarImage={} scoreTextStyle={{color:'transparent'}} /> @@ -837,7 +837,7 @@ renderRankDom() { {/* 头部title二维码开始 */} - + @@ -1586,7 +1586,7 @@ MyPage = CodePush(codePushOptions)(MyPage); }, RankLogo: { - width: 200/PixelRatio.get(), + width: 185/PixelRatio.get(), height: 200/PixelRatio.get(), marginLeft: 20/PixelRatio.get(), }, diff --git a/image/hot_red.png b/image/hot_red.png deleted file mode 100644 index 9ea183f..0000000 Binary files a/image/hot_red.png and /dev/null differ diff --git a/image/hot_yellow.png b/image/hot_yellow.png new file mode 100644 index 0000000..14e70c3 Binary files /dev/null and b/image/hot_yellow.png differ diff --git a/image/star_red.png b/image/star_red.png deleted file mode 100644 index 5c0a7ec..0000000 Binary files a/image/star_red.png and /dev/null differ diff --git a/image/star_yellow.png b/image/star_yellow.png new file mode 100644 index 0000000..0fb326b Binary files /dev/null and b/image/star_yellow.png differ diff --git a/image/title_yellow.png b/image/title_yellow.png new file mode 100644 index 0000000..b02a823 Binary files /dev/null and b/image/title_yellow.png differ