提交 6bea106a 编写于 作者: taohebin@dcloud.io's avatar taohebin@dcloud.io

Update uts-for-ios.md

上级 c93471be
...@@ -869,9 +869,8 @@ DispatchQueue.main.async(execute=():void => { ...@@ -869,9 +869,8 @@ DispatchQueue.main.async(execute=():void => {
### 6.3 插件中需要显示使用类型,不能省略 ### 6.3 插件中需要显示使用类型,不能省略
由于在uts插件环境,无法默认推断出类型,所以需要显示类型,不能推断出类型 由于在uts插件环境,无法默认推断出类型,所以需要显示类型,`uni.request()`为例:
`uni.request()`为例:
``` ```
uni.request<any>({ uni.request<any>({
url: "http://xxx", url: "http://xxx",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册