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