taro中使用mobx 数据更新后视图不自动更新的解决办法 Posted on 2021年1月8日 by yuuk 可能有以下两种原因: 1、视图中没有使用到store中的state 2、store中的属性或方法必须解构后再到JSX中使用 const { userStore } = this.props; const { nickname } = userStore; 打赏赞(3)分享