diff --git a/App.js b/App.js index 392c394..516d10d 100644 --- a/App.js +++ b/App.js @@ -550,7 +550,7 @@ setSwiperItemDom(item) { {/* 券的title */} - {contentItem.target.title} + {contentItem.target.title} {/* 售价 */} @@ -1045,6 +1045,21 @@ MyPage = CodePush(codePushOptions)(MyPage); textAlignVertical:'center', fontSize: 53/PixelRatio.get(), }, + // 券的title + contentItemTopDetailTitle02:{ + flex: 2, + // height:'100%', + width:'100%', + marginTop:"2%", + paddingRight: 20/PixelRatio.get(), + backgroundColor:'transparent', + textAlign :'left', + color:"black", + textAlignVertical:'center', + fontSize: 53/PixelRatio.get(), + borderWidth:1, + borderColor:'red' + }, /* contentItemTopDetailRemark:{ flex: 1,