收藏
回答

想问一下小程序mobx, 立即更新的那个函数应该怎样调用?

文档地址:https://developers.weixin.qq.com/miniprogram/dev/extended/functional/mobx.html


我们最近遇到一个问题,我们使用了Mobx,并且我们绑定了swiper的事件,手动刷新index

但是发现在一些ios上更新不及时(swiper下面的dot的样式刷新不及时)

麻烦想问下,这个立即更新的函数,怎么用?

我尝试在页面里,先调用mobx里的action,再调用,this.storeBindings.updateStoreBindings(),发现没有用

想问一下这个函数怎么使用

回答关注问题邀请回答
收藏

1 个回答

  • 昆→_→
    昆→_→
    2021-08-03
    this.storeBindings = createStoreBindings(this, {
          store,
          fields: ['numA', 'numB', 'sum'],
          actions: ['update'],
        })
    


    this.storeBindings.updateStoreBindings() //storeBindings立即推送数据到组件或者页面
    


    2021-08-03
    有用
    回复
登录 后发表内容
问题标签