-
**Describe the bug**
之前提交了一个优惠券组件的issue #1709 没有很好的得到解决办法 ,现在重新整理下问题
**Screenshots**
![image](https://user-images.githubusercontent.com/10323100/44828594-40885000-ac4b-11e8-8e9e-ab8faf53eee…
-
小程序端下提示错误 网页端正常
![image](https://user-images.githubusercontent.com/9922823/46862866-732b8800-ce48-11e8-95fe-2c07cbb2715c.png)
代码
request.js
```
import flyio from 'flyio'
flyio.interceptors.req…
-
I import flyio by npm to miniprogram in this way.
```
var Fly = require("flyio/dist/npm/wx");
var fly = new Fly;
```
Then the wechatdevtools console show me the following error messages.
> t…
-
[文档地址](https://kaola-fed.github.io/megalo-docs/#/)
目前文档、配套设施包括脚手架、应用方案等都在完善中,欢迎通过 issue 或钉钉、微信群向我们提意见或建议。
发现 bug 时,希望您能够提供完善的可复现代码,最好的方式是在您的 github 上建一个最小可复现仓库,把地址和对应的平台提供给我们,我们会尽快修复。
也欢迎大家提 …
-
`
RangeError: Maximum call stack size exceeded (uncaughtException throw 1 times on pid:xx)
at toString ()
at Object.type (/node_modules/flyio/dist/npm/fly.js:90:42)
at Object.clone (/n…
-
fly.lock锁定的是后面你的待请求队列,当前请求无论成功或失败都会对应一个结果,你可以把你代码贴出来看看。
_Originally posted by @wendux in https://github.com/wendux/fly/issues/146#issuecomment-435338913_
-
//支付宝小程序适配器
module.exports = function(request, responseCallback) {
var con = {
method: request.method,
url: request.url,
dataType: request.dataType || undefined,
headers: reque…
-
**问题描述**
```js
// 使用模板调用flyio 出错
const Fly = require('flyio/dist/npm/wx') // eslint-disable-line
const http = new Fly()
//error信息
sdk uncaught third Error
Fly is not defined
Referen…
ghost updated
6 years ago
-
这是我引入的方式import Fly from 'flyio/dist/npm/wx',后来我修改源码,
在791行左右
return new _Fly(engine || wxEngine);
Fly前面加了一个_,
-
thirdScriptError
sdk uncaught third Error
__w is not defined
ReferenceError: __w is not defined
在mpvue项目中引入,出现错误