|
|
@@ -511,7 +511,7 @@ rankItemDom(item,index) { |
|
|
|
<View style={styles.rankRunBox}> |
|
|
|
<View style={styles.rankRun}> |
|
|
|
<Text style={styles.starTitle}>经营指数: {item.starNum} 分</Text> |
|
|
|
<View style={{height: 40,marginTop: 17/PixelRatio.get()}}> |
|
|
|
<View style={{height: 57,marginTop: 17/PixelRatio.get()}}> |
|
|
|
<StarRatingBar |
|
|
|
score={item.starNum} |
|
|
|
allowsHalfStars={true} |
|
|
@@ -527,7 +527,7 @@ rankItemDom(item,index) { |
|
|
|
|
|
|
|
<View style={styles.rankRun}> |
|
|
|
<Text style={styles.starTitle}>人气指数: {item.starNum} 分</Text> |
|
|
|
<View style={{height: 40,marginTop: 17/PixelRatio.get()}}> |
|
|
|
<View style={{height: 57,marginTop: 17/PixelRatio.get()}}> |
|
|
|
<StarRatingBar |
|
|
|
score={item.starNum} |
|
|
|
allowsHalfStars={true} |
|
|
|