收藏
回答

watch监听不到任何数据?

appid:wx77fd3d8637d2cd34

调试库版本:2.10.1

数据库权限:所有用户可读

where({}).get()能获取到数据的

监听不到任何数据
  const watcher = db.collection('itemBank')
    .where({}).watch({
      onChangefunction(snapshot{
        console.log('snapshot', snapshot)
      },
      onErrorfunction(err{
        console.error('the watch closed because of error', err)
      }
    })
回答关注问题邀请回答
收藏

1 个回答

  • Cheshire cat
    Cheshire cat
    2020-02-03

    可以提供下环境ID吗

    2020-02-03
    有用
    回复 3
    • 一点客服
      一点客服
      2020-02-03
      formal-2no0z
      2020-02-03
      回复
    • Cheshire cat
      Cheshire cat
      2020-02-03回复一点客服
      有啥报错信息吗
      2020-02-03
      回复
    • 一点客服
      一点客服
      2020-02-04回复Cheshire cat
      要有报错信息那我肯定要提供呀,啥都没改,现在又可以了
      2020-02-04
      回复
登录 后发表内容
问题标签