var that = this;
console.log('start request');
wx.request({
url: 'https://pv.sohu.com/cityjson',
header:{
'content-type': 'json'
},
success: function(res) {
console.log(res);
},
以上代码电脑上出结果,手机上不行
微信小程序允许域名已设置,手机调试模式也试了
微信小程序开发者回答:
G***:
这个有没有勾选
G***:
开发环境勾选了
手机上的调试模式和勾选这个是一个道理啊
request合法域名里面设置过的,就是不勾选也应该没问题的啊
G***:
真机调试不能勾选那个
V***:
'content-type': 'application/json'不是'content-type': 'json'
G***:
非常感谢!!!问题已解决!
现在的微信小程序满满都是坑啊。
本文网址:http://www.91bianli.com/weixinxiaochengxu/26897.html