Commit 17039360 by 黄日华

修复新界面兼容问题

parent 2665be03
...@@ -153,6 +153,7 @@ const CounterMixins = ComposeComponent => { ...@@ -153,6 +153,7 @@ const CounterMixins = ComposeComponent => {
type: 'store/findModuleSetting', type: 'store/findModuleSetting',
group, group,
}); });
console.warn(data.data);
if (data.code === 1 && data.data) { if (data.code === 1 && data.data) {
const state = {priceVisible: data.data.priceVisible}; const state = {priceVisible: data.data.priceVisible};
if (data.data.cardCounter) { if (data.data.cardCounter) {
...@@ -1035,7 +1036,7 @@ const CounterMixins = ComposeComponent => { ...@@ -1035,7 +1036,7 @@ const CounterMixins = ComposeComponent => {
} else { } else {
clearInterval(that.nobodyInter); clearInterval(that.nobodyInter);
} }
}, 30000); }, 45000);
this.setState({ this.setState({
nobodyVoice: true, nobodyVoice: true,
}); });
......
...@@ -1776,7 +1776,6 @@ const styles = { ...@@ -1776,7 +1776,6 @@ const styles = {
alignItems: 'center', alignItems: 'center',
padding: 0, padding: 0,
margin: 0, margin: 0,
backgroundColor: '#ccc',
}, },
cImage: { cImage: {
height: '100%', height: '100%',
......
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