| @@ -126,7 +126,7 @@ export default class MyPage extends Component { | |||||
| curImgState: false, | curImgState: false, | ||||
| merchantRankList: [], | merchantRankList: [], | ||||
| hasRankList: true,// 有排名列表 | hasRankList: true,// 有排名列表 | ||||
| openRankList: false,//开启播放排名 | |||||
| openRankList: true,//开启播放排名 | |||||
| }; | }; | ||||
| @@ -1599,7 +1599,7 @@ MyPage = CodePush(codePushOptions)(MyPage); | |||||
| rankQrcodeImg: { | rankQrcodeImg: { | ||||
| width: 200/PixelRatio.get(), | width: 200/PixelRatio.get(), | ||||
| height: 200/PixelRatio.get(), | height: 200/PixelRatio.get(), | ||||
| marginLeft: 8/PixelRatio.get(), | |||||
| marginLeft: -12/PixelRatio.get(), | |||||
| }, | }, | ||||
| starTitle: { | starTitle: { | ||||
| @@ -1612,7 +1612,7 @@ MyPage = CodePush(codePushOptions)(MyPage); | |||||
| rankRun02: { | rankRun02: { | ||||
| marginTop: 12/PixelRatio.get(), | marginTop: 12/PixelRatio.get(), | ||||
| marginLeft: -12/PixelRatio.get(), | |||||
| marginLeft: 2/PixelRatio.get(), | |||||
| }, | }, | ||||
| merchantText: { | merchantText: { | ||||