wx.request 需要请求一个网络json 地址,开发工具和真机模拟都可以,发布到体验版就不行,什么问题?
wx.showLoading({
title: '加载中',
mask: true
})
wx.request({
url: 'https://toyspace-test.oss-cn-beijing.aliyuncs.com/public/config/cityData.json',
header: {
'content-type': 'application/json'
},
success(res) {
wx.hideLoading();
}
})
去mp后台配置域名