提交 05428db9 编写于 作者: 辛宝Otto's avatar 辛宝Otto 🥊

feat: 标记元服务是否支持 showToast 等 api

上级 41cfd676
...@@ -2,6 +2,10 @@ ...@@ -2,6 +2,10 @@
显示消息提示框。 显示消息提示框。
|元服务|
|:-:|
|√|
<!-- UNIAPPAPIJSON.showToast.compatibility --> <!-- UNIAPPAPIJSON.showToast.compatibility -->
**OBJECT参数说明** **OBJECT参数说明**
...@@ -75,6 +79,10 @@ uni.hideToast(); ...@@ -75,6 +79,10 @@ uni.hideToast();
显示 loading 提示框, 需主动调用 [uni.hideLoading](#hideloading) 才能关闭提示框。 显示 loading 提示框, 需主动调用 [uni.hideLoading](#hideloading) 才能关闭提示框。
|元服务|
|:-:|
|√|
<!-- UNIAPPAPIJSON.showLoading.compatibility --> <!-- UNIAPPAPIJSON.showLoading.compatibility -->
**OBJECT参数说明** **OBJECT参数说明**
...@@ -103,6 +111,10 @@ uni.showLoading({ ...@@ -103,6 +111,10 @@ uni.showLoading({
隐藏 loading 提示框。 隐藏 loading 提示框。
|元服务|
|:-:|
|x|
<!-- UNIAPPAPIJSON.hideLoading.compatibility --> <!-- UNIAPPAPIJSON.hideLoading.compatibility -->
**示例** **示例**
...@@ -121,6 +133,10 @@ setTimeout(function () { ...@@ -121,6 +133,10 @@ setTimeout(function () {
显示模态弹窗,可以只有一个确定按钮,也可以同时有确定和取消按钮。类似于一个API整合了 html 中:alert、confirm。 显示模态弹窗,可以只有一个确定按钮,也可以同时有确定和取消按钮。类似于一个API整合了 html 中:alert、confirm。
|元服务|
|:-:|
|√|
<!-- UNIAPPAPIJSON.showModal.compatibility --> <!-- UNIAPPAPIJSON.showModal.compatibility -->
**OBJECT参数说明** **OBJECT参数说明**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册