Authored by 王海元

替换文案 and 删除 YB_STROLL_CONT 埋点,原生已上报 --review by 孙凯

@@ -81,7 +81,7 @@ export default class OrderIncome extends Component { @@ -81,7 +81,7 @@ export default class OrderIncome extends Component {
81 }}> 81 }}>
82 <View style={styles.headerContainer}> 82 <View style={styles.headerContainer}>
83 <View style={[styles.subHeaderContainer, this.state.orderStatus === 1 ? {backgroundColor: '#444444'} : null]}> 83 <View style={[styles.subHeaderContainer, this.state.orderStatus === 1 ? {backgroundColor: '#444444'} : null]}>
84 - <Text style={[styles.subHeaderText, this.state.orderStatus === 1 ? {color: 'white'} : null]}>提现</Text> 84 + <Text style={[styles.subHeaderText, this.state.orderStatus === 1 ? {color: 'white'} : null]}>确认</Text>
85 </View> 85 </View>
86 </View> 86 </View>
87 </TouchableOpacity> 87 </TouchableOpacity>
@@ -91,7 +91,7 @@ export default class OrderIncome extends Component { @@ -91,7 +91,7 @@ export default class OrderIncome extends Component {
91 }}> 91 }}>
92 <View style={styles.headerContainer}> 92 <View style={styles.headerContainer}>
93 <View style={[styles.subHeaderContainer , this.state.orderStatus === 2 ? {backgroundColor: '#444444'} : null]}> 93 <View style={[styles.subHeaderContainer , this.state.orderStatus === 2 ? {backgroundColor: '#444444'} : null]}>
94 - <Text style={[styles.subHeaderText, this.state.orderStatus === 2 ? {color: 'white'} : null]}>提现中</Text> 94 + <Text style={[styles.subHeaderText, this.state.orderStatus === 2 ? {color: 'white'} : null]}>未提现</Text>
95 </View> 95 </View>
96 </View> 96 </View>
97 </TouchableOpacity> 97 </TouchableOpacity>
@@ -101,7 +101,7 @@ export default class OrderIncome extends Component { @@ -101,7 +101,7 @@ export default class OrderIncome extends Component {
101 }}> 101 }}>
102 <View style={styles.headerContainer}> 102 <View style={styles.headerContainer}>
103 <View style={[styles.subHeaderContainer, this.state.orderStatus === 3 ? {backgroundColor: '#444444'} : null]}> 103 <View style={[styles.subHeaderContainer, this.state.orderStatus === 3 ? {backgroundColor: '#444444'} : null]}>
104 - <Text style={[styles.subHeaderText, this.state.orderStatus === 3 ? {color: 'white'} : null]}>提现成功</Text> 104 + <Text style={[styles.subHeaderText, this.state.orderStatus === 3 ? {color: 'white'} : null]}>已提现</Text>
105 </View> 105 </View>
106 </View> 106 </View>
107 </TouchableOpacity> 107 </TouchableOpacity>
@@ -75,8 +75,6 @@ class DetailContainer extends Component { @@ -75,8 +75,6 @@ class DetailContainer extends Component {
75 this.props.actions.getCommentsList(); 75 this.props.actions.getCommentsList();
76 this.props.actions.getPraiseForArtivle(); 76 this.props.actions.getPraiseForArtivle();
77 77
78 - NativeModules.YH_CommonHelper.logEvent('YB_STROLL_CONT', {});  
79 -  
80 } 78 }
81 79
82 componentWillUnmount() { 80 componentWillUnmount() {