Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS真机预览模式无法发送网络请求 #38

Open
Aoqidx opened this issue Apr 27, 2018 · 0 comments
Open

IOS真机预览模式无法发送网络请求 #38

Aoqidx opened this issue Apr 27, 2018 · 0 comments

Comments

@Aoqidx
Copy link

Aoqidx commented Apr 27, 2018

在utils/Http.js的request方法中加了两个弹框
console.info([http]request url=${url})
await Tips.success('准备请求', 2000)
const res = await wepy.request(param)
await Tips.success('请求成功', 2000)
在安卓和模拟器中都没有问题。IOS在远程调试下没问题,扫描二维码预览只弹出第一个‘准备请求’的提示。
这个是wepy.request本身的兼容性问题么?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant