Commit 7f74a8d6 by 修福龙

修改商家端可控制收银台的输入价格功能的显示

parent 3ac1b1d9
...@@ -130,7 +130,10 @@ class VerticalPage extends Component { ...@@ -130,7 +130,10 @@ class VerticalPage extends Component {
group, group,
}); });
if (data.code === 1 && data.data) { if (data.code === 1 && data.data) {
await this.setState({logo: `${ossLink}/${data.data}`}); await this.setState({
logo: `${ossLink}/${data.data.logo}`,
priceVisible: data.data.priceVisible,
});
} }
}; };
......
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