king
2022-04-14 1febb373dcca833cba418e7c74b3d60720b953e9
src/mob/components/topbar/normal-navbar/index.jsx
@@ -175,6 +175,14 @@
  }
  updateWrap = (res) => {
    let funs = res.funs || []
    delete res.funs
    funs.forEach(n => {
      res[n] = 'true'
    })
    this.updateComponent({...this.state.card, wrap: res})
  }