码迷,mamicode.com
首页 > 其他好文 > 详细

Promise.all函数的使用

时间:2019-01-17 21:18:51      阅读:286      评论:0      收藏:0      [点我收藏+]

标签:data   hot   nbsp   参数   ons   The   请求   就是   span   

 Promise.all([this.getCity(‘guess‘),this.getCity(‘hot‘),this.getCity(‘group‘)]).then(res=>{
    // console.log(res[1].data)
    this.setData({
      guessCity:res[0].data,
      hotCity:res[1].data,
      cities:this.formateCities (res[2].data)
    })
  })

 

显而易见,promise.al的使用就是当所有的请求结束l后才会调用后面的方法,参数为一个数组,数组中可以写方法,和请求的数据

Promise.all函数的使用

标签:data   hot   nbsp   参数   ons   The   请求   就是   span   

原文地址:https://www.cnblogs.com/mrxinxin/p/10284330.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!