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' },