db.RegExp is not a constructor
发布于 6 年前 作者 guiyinggu 18151 次浏览 来自 问答

 db.collection(“aa”).where({        say:new db.RegExp({          regexp: ‘aaaa’,          options: ‘m’,        })      }).get({        success:res=>{          console.log(res);        }

     })

报错

db.RegExp is not a constructor;at pages/search/search page search function

TypeError: db.RegExp is not a constructor

2 回复

db.RegExp is not a function;我遇到了这个

大家跳转小程序的时候有没有遇到过这个问题啊?navigateToMiniProgramAppIdList

回到顶部