Authored by 高小祥

Merge branch 'gerry/v6.9.14_panicBuying' into 'v6.9.14'

Gerry/v6.9.14 panic buying



See merge request !46
... ... @@ -114,7 +114,7 @@ export default class PBProductListView extends Component {
</View> }
<View>
<Text style={{fontSize: 12, color: '#B0B0B0', top: 8}}>{stock}</Text>
<Text style={{fontSize: 12, color: '#B0B0B0', top: 8}}>{stock}</Text>
</View>
... ... @@ -312,7 +312,7 @@ let styles = StyleSheet.create({
progressBar: {
flexDirection : 'row',
position: 'absolute',
top: 80,
top: adjustPx(80),
},
tag: {
fontSize: 10,
... ...