Commit 17039360 by 黄日华

修复新界面兼容问题

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