砍价列表状态提示文案修改 review by 孙凯
Showing
1 changed file
with
1 additions
and
9 deletions
@@ -42,16 +42,8 @@ export default class productCell extends Component { | @@ -42,16 +42,8 @@ export default class productCell extends Component { | ||
42 | _priceView(data) { | 42 | _priceView(data) { |
43 | 43 | ||
44 | let status = data.get('cutStatus'); | 44 | let status = data.get('cutStatus'); |
45 | - let des = ''; | ||
46 | if (status==2 || status==3) { | 45 | if (status==2 || status==3) { |
47 | - des = status == 2?'已成功':''; | ||
48 | - return ( | ||
49 | - <View> | ||
50 | - <View style={styles.priceFatherContainer}> | ||
51 | - <Text style={styles.invalidDes}>{des}</Text> | ||
52 | - </View> | ||
53 | - </View> | ||
54 | - ) | 46 | + return null; |
55 | }else { | 47 | }else { |
56 | return ( | 48 | return ( |
57 | <View> | 49 | <View> |
-
Please register or login to post a comment