Andyczc

Results 4 comments of Andyczc

![default](https://user-images.githubusercontent.com/7701111/29992618-d1d22f86-8fd2-11e7-8078-3290ba051b45.png) ![default](https://user-images.githubusercontent.com/7701111/29992615-c28a7470-8fd2-11e7-955c-5692bf1fa80c.png)

@wendux const requestTask = wx.request({ url: 'test.php', // 仅为示例,并非真实的接口地址 data: { x: '', y: '' }, header: { 'content-type': 'application/json' }, success(res) { console.log(res.data) } }) requestTask.abort() // 取消请求任务 希望在创建fly示例的时候...

@dylanjha Thank you for your reply, because of some privacy issues, I am not comfortable to upload the video of the client's problem. My guesses of the possibilities. 1. When...

Hi @Victor19Rodrigues @blittle @frehner @TheMcMurder @roanjain , I have also encountered this problem, is there a way to solve it?