Commit 812f54db by zeven

Merge remote-tracking branch 'origin/hzp'

parents 65eb0c5c f4a9e06b
......@@ -290,16 +290,16 @@ const styles = {
marginRight: '5%',
backgroundColor: '#FFFFFF',
flexDirection: 'column',
justifyContent: 'center',
justifyContent: 'flex-start',
alignItems: 'center',
},
empty: {
flexDirection: 'row',
margin: scaleSize(5),
// margin: scaleSize(5),
},
emptyImg: {
width: scaleSize(600),
height: scaleSize(700),
width: scaleSize(400),
height: scaleSize(500),
resizeMode: 'contain',
},
goodsStyle: {
......
......@@ -946,8 +946,8 @@ class FacePage extends Component {
};
onNoBuy = async () => {
console.log('noBuy');
const {data} = await this.props.dispatch({type: 'store/noBuyGoGoGo'});
console.log('data', data);
Speech.speak(data.msg);
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment