为了账号安全,请及时绑定邮箱和手机立即绑定

angular2 http请求过来的数据无法输出在模版

angular2 http请求过来的数据无法输出在模版

慕村9548890 2018-10-19 10:13:11
item;//item={name:""}this.itemService.getItemByOem(this.oem).then((e)=>{          this.item=e['item'];           this.user=e['user'];          this.loader.dismiss();       })getItemByOem(oem): Promise<any[]> {        return this.http.get(this.baseUrl+"/"+oem,{headers: this.headers})                .toPromise()                .then(response => response.json())                .catch(this.handleError);     }模版中直接{{item.name}是报错的,js输出到控制台却有值,{{item | json}}里也是有name的除非我在开头直接先定义 item={name:""},这样才正常
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 642 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信