【发布时间】:2019-09-10 17:45:25
【问题描述】:
我不知道为什么原生存储会失败。我有一个像这样实现它的服务:-
constructor( private store: NativeStorage) {
//
}
然后调用:
this.store.getItem(key)
【问题讨论】:
-
目前也收到此错误。
标签: ionic-framework ionic-native
我不知道为什么原生存储会失败。我有一个像这样实现它的服务:-
constructor( private store: NativeStorage) {
//
}
然后调用:
this.store.getItem(key)
【问题讨论】:
标签: ionic-framework ionic-native