From b6312a3fdd434761a76563ebdf2803b63e8920ef Mon Sep 17 00:00:00 2001 From: caserKing Date: Mon, 12 Aug 2019 13:14:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E9=87=8D=E6=96=B0=E5=AE=89?= =?UTF-8?q?=E8=A3=8504?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) 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,