We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
在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本身的兼容性问题么?
[http]request url=${url}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
在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本身的兼容性问题么?
The text was updated successfully, but these errors were encountered: