Commit 63bfd4e1 by dazhou

m端下掉全站浮窗

parent 96ec18fe
...@@ -154,7 +154,7 @@ class App extends Component { ...@@ -154,7 +154,7 @@ class App extends Component {
const { code, data, msg } = res.data const { code, data, msg } = res.data
if (code === 200) { if (code === 200) {
this.setState({ this.setState({
isShowActivityEntry: data.is_show, isShowActivityEntry: false, // 2022.4.19下掉
jumpUrl: data.jump_url, jumpUrl: data.jump_url,
entryImage: data.image_path, entryImage: data.image_path,
}) })
......
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