标签: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) }) })
标签:data hot nbsp 参数 ons The 请求 就是 span
原文地址:https://www.cnblogs.com/mrxinxin/p/10284330.html