...
|
...
|
@@ -50,7 +50,9 @@ export default class BrandIntro extends Component { |
|
|
{detail.brand_name}
|
|
|
</Text>
|
|
|
</View>
|
|
|
<TouchableOpacity onPress={() => {
|
|
|
<TouchableOpacity
|
|
|
activeOpacity={1}
|
|
|
onPress={() => {
|
|
|
this.props.onPressBrandIntroMore && this.props.onPressBrandIntroMore(!brandIntro.titleUnfold);
|
|
|
}}>
|
|
|
<Text style={styles.intro} numberOfLines={brandIntro.titleUnfold ? 0 : 4}>
|
...
|
...
|
|