coolhwm / leshare-shop-wepy

基于微信小程序的在线商城,采用wepy框架开发
MIT License
854 stars 307 forks source link

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

Open Aoqidx opened 6 years ago

Aoqidx commented 6 years ago

在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本身的兼容性问题么?