onLoad: function (options) {
wx.request({
url: 'https://api.douban.com/v2/movie/top250',
data: {},
method: 'GET',
header: {
'Content-type': 'json'
},
success: function (res) {
console.log(res);
}
});
},错误内容如下:

错误出自7-12,换成http: //http://t.yushu.im后也出错 ,错误如下:
