浏览代码

【大屏】【修改】】星星样式2】

tags/jenkins-front-end-screenad-323-v178^0
caserKing 5 年前
父节点
当前提交
dbf641eb06
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. +3
    -3
      App.js

+ 3
- 3
App.js 查看文件

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

rankRun02: {
marginTop: 12/PixelRatio.get(),
marginLeft: -12/PixelRatio.get(),
marginLeft: 2/PixelRatio.get(),
},

merchantText: {


正在加载...
取消
保存