标签: android angular ionic-framework ionic3
当我登录应用程序时,我遇到了问题。 Ionic上的本机存储可以很好地保存登录结果数据,但是当我关闭应用程序时,ebs_vol is defined上的数据已经消失,而且我也没有使用nativestorage命令。有谁知道是什么原因导致的以及如何解决?
ebs_vol is defined
nativestorage
这是我登录时的登录数据
this.nativeStorage.remove()
但是当我关闭应用程序时
{ "phonenumber":"12341234", "username" : "bingo" }