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
框架类型 | 问题类型 | 终端类型 | AppID | 基础库版本 |
---|---|---|---|---|
小程序 | Bug | 客户端 | wxec2ad583de8a1a53 | 2.40 |
3 个回答
解决了没有,遇到同样的问题:
db.RegExp is not a constructor
db.RegExp is not a function;我遇到了这个
大家跳转小程序的时候有没有遇到过这个问题啊?navigateToMiniProgramAppIdList