Commit f4a9e06b by Confettis

fix 无购物出门

parent ae96442a
...@@ -290,16 +290,16 @@ const styles = { ...@@ -290,16 +290,16 @@ const styles = {
marginRight: '5%', marginRight: '5%',
backgroundColor: '#FFFFFF', backgroundColor: '#FFFFFF',
flexDirection: 'column', flexDirection: 'column',
justifyContent: 'center', justifyContent: 'flex-start',
alignItems: 'center', alignItems: 'center',
}, },
empty: { empty: {
flexDirection: 'row', flexDirection: 'row',
margin: scaleSize(5), // margin: scaleSize(5),
}, },
emptyImg: { emptyImg: {
width: scaleSize(600), width: scaleSize(400),
height: scaleSize(700), height: scaleSize(500),
resizeMode: 'contain', resizeMode: 'contain',
}, },
goodsStyle: { goodsStyle: {
......
...@@ -952,8 +952,8 @@ class FacePage extends Component { ...@@ -952,8 +952,8 @@ class FacePage extends Component {
}; };
onNoBuy = async () => { onNoBuy = async () => {
console.log('noBuy');
const {data} = await this.props.dispatch({type: 'store/noBuyGoGoGo'}); const {data} = await this.props.dispatch({type: 'store/noBuyGoGoGo'});
console.log('data', data);
Speech.speak(data.msg); 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