| @@ -336,7 +336,6 @@ getContentViewItemUplayer(contentItem) { | |||||
| getContentViewItemActionStr(contentItem) { | getContentViewItemActionStr(contentItem) { | ||||
| if (contentItem.type == 0) { | if (contentItem.type == 0) { | ||||
| if (contentItem.subType == 2) | if (contentItem.subType == 2) | ||||
| return '扫码秒杀'; | return '扫码秒杀'; | ||||
| else if (contentItem.subType == 6) | else if (contentItem.subType == 6) | ||||
| @@ -735,11 +734,14 @@ render() { | |||||
| width:'100%', | width:'100%', | ||||
| height:'100%', | height:'100%', | ||||
| backgroundColor:'transparent', | backgroundColor:'transparent', | ||||
| fontWeight : 'bold', | |||||
| textAlign :'center', | textAlign :'center', | ||||
| textAlignVertical:'center', | textAlignVertical:'center', | ||||
| fontSize: 36/PixelRatio.get(), | fontSize: 36/PixelRatio.get(), | ||||
| color: 'darkgray' | |||||
| color: 'black', | |||||
| // borderStyle:"solid", | |||||
| // borderWidth:1, | |||||
| // borderColor:"red", | |||||
| fontFamily: 'Helvetica Neue' | |||||
| }, | }, | ||||
| // 券的title | // 券的title | ||||