提交 933ac27e 编写于 作者: D DCloud_LXH

chore: Promise 化

上级 6f3ac091
......@@ -163,12 +163,6 @@ uni.addInterceptor({
})
}
})
// 或
// 此为框架内部提供
uni.addInterceptor(uni.interceptors.promiseInterceptor)
```
#### Vue 3 写法转 Vue 2 写法
......@@ -195,12 +189,6 @@ uni.addInterceptor({
.then(() => returnValue)
}
})
// 或
// 此为框架内部提供
uni.addInterceptor(uni.interceptors.promiseInterceptor)
```
### API 列表
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册