收藏
回答

关于page中data内的数组条件查询?

   filterXXX:function () {
    this.data.collection('xxx').where({class:'a',title:'b'}).get({
      success:res=>{
        console.log(res.data)
        }
      }) 
    }
以上代码报错,console错误提示如下
    TypeError: this.data.collection is not a function

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

2 个回答

  • 微盟
    微盟
    2022-08-28

    原生JS数组是不支持collection方法的

    2022-08-28
    有用
    回复
  • Anwar
    Anwar
    2022-08-26

    请各位前辈指点指点🙏

    2022-08-26
    有用
    回复
登录 后发表内容