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}) }