小程序为了用户体验,所有的request均为异步请求,不会阻塞程序运行 百牛信息技术bainiu.ltd整理发布于博客园 所以当你需要同步请求,锁死操作时,最好将所有的逻辑写在success:function(){} 里面, 不然后出现返回值为空的尴尬 错误代码示例: 更改后的代码为: onShow:function(){ // 页面显示 var commonFunction = require('../../pages/index/common'), that = this; var inte
onLoad: function () { var that = this console.log('https://free-api.heweather.com/s6/weather?location=' + curCity + '&key=fd29112697d54606bd9499e54b05cf1d',) wx.request({ url: 'https://free-api.heweather.com/s6/weather?location='+curCity+'&key=fd2