微信小程序提示db.RegExp is not a function(已解決)附加代碼

主要原因是因爲小程序的基礎庫版本太低,不支持正則表達式,所以應該改下基礎庫的版本。 附加實現搜索的代碼: inputTyping: function (e) { var that = this db.collection('course').where({ //使用正則查詢,實現對搜索的模糊查詢 course_name: db.RegExp({ regexp: that.data.inputVal
相關文章
相關標籤/搜索