我在Ionic App中使用sqlite插件 https://ionicframework.com/docs/native/sqlite/
databaseName = 'offline.db';
destoryDatabase(){
this.sqlite.deleteDatabase({ name: this.databaseName, location: 'default'});
}
答案 0 :(得分:0)
请仔细检查您的代码,因为: 在代码中它说:“ destoryDatabase(){”。 可能是因为您没有关闭“}”并且名称也不正确。
但是您写道,功能“ destroyDatabase”存在。 如您所见,它们至少在错别字上是不同的。
请确认并添加更多代码。