在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
wx.request({ url: 'http://192.168.60.226/prosecount', //仅为示例,并非真实的接口地址 header: { 'content-type': 'application/json' // 默认值 }, data: { id: options.id }, success: res => { if (res.statusCode === 200) { console.log(res.data) this.setData({ array: res.data.user, comment: res.data.comment }) } } }) 注意如果请求的数据的域名不是htts,请web微信开发者工具中关闭(不校验安全域名、web-view 域名、TLS 版本以及 HTTPS 证书) 位置在详情里面 |
请发表评论