某些图像未出现在ionic 3的列表中

时间:2018-08-30 02:21:43

标签: javascript typescript object ionic-framework ionic3

我有一个对象,其中包含我城市建筑物的一些信息,所有数据均正确显示,仅某些图像未显示。所有图片均为.JPG格式

总共有200座注册建筑物

这是我的Object

 initializeItems() {
    this.items = [
     {id: '1', nome:'Abaéte', rua:'Moacir', cidade:'Capão da Canoa', bairro:'Centro', numero:'396', ano:'1964', aptos:'55', adm:'Adsel', zelador:'Hugo', contato1:'(51) 0 0000 - 0000', contato2: '(51) 0000 - 0000', imagem:'assets/img/Abaete-min.jpg'},
  ];
}

这是我本地App上的一个图像

enter image description here

这是我在手机上的应用

enter image description here

这是存储第一张图像的路径

enter image description here

1 个答案:

答案 0 :(得分:0)

我如下解决了该问题,请确保在图像细节中文件看起来像.jpg或.JPG一样简单,但是进行一下测试,您会发现问题已得到纠正。