From d78a55ce8d73370a3f29f4b55eb243227ef3eb33 Mon Sep 17 00:00:00 2001 From: hupeng Date: Wed, 20 Mar 2019 17:29:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=98=BE=E7=A4=BA][=E4=BF=AE=E6=94=B9]:?= =?UTF-8?q?=E5=AD=97=E4=BD=93=E8=B0=83=E6=95=B4,=E4=BB=B7=E6=A0=BC?= =?UTF-8?q?=E6=98=BE=E7=A4=BA=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/App.js b/App.js index 23fd4bc..a9cc9bf 100644 --- a/App.js +++ b/App.js @@ -295,15 +295,15 @@ getContentViewItem(contentItem, annomation) { - {contentItem.target.title} - {contentItem.target.remark} + {contentItem.target.title} + {/* {contentItem.target.remark} */} + {contentItem.target.salePriceStr} - - {contentItem.target.priceStr}元 + ¥{contentItem.target.priceStr} @@ -670,7 +670,7 @@ render() { textAlignVertical:'center', fontSize: 53/PixelRatio.get(), }, - +/* contentItemTopDetailRemark:{ flex: 1, width:'100%', @@ -681,7 +681,7 @@ render() { fontSize: 27/PixelRatio.get(), color : 'gray' }, - +*/ contentItemTopDetailPrice:{ flex: 2, width:'100%', @@ -700,9 +700,11 @@ render() { contentItemTopDetailCurPriceStr:{ backgroundColor:'transparent', + fontSize:96/PixelRatio.get(), + fontFamily:"PingFangSC-Bold", + fontWeight: "bold", textAlign :'left', textAlignVertical:'bottom', - fontSize: 84/PixelRatio.get(), color : 'red' }, @@ -710,7 +712,8 @@ render() { backgroundColor:'transparent', textAlign :'left', textAlignVertical:'bottom', - fontSize: 27/PixelRatio.get(), + paddingBottom: 16/PixelRatio.get(), + fontSize: 48/PixelRatio.get(), color : 'red' },