在 IOS 端正常工作,但是在安卓端,H5 调起微信支付的 Api ,调试的时候出现:
导致一直提示支付失败,基本没有查到解决方案...
调用方法是按照官方文档来的。
巴扎黑2017-04-17 17:46:38
This problem has nothing to do with weixin://preInjectJSBridge/fail. It is because some ES6 syntax is used and there is no ES6 runtime environment in the WeChat browser. Loading the ES6 runtime environment will solve the problem