未验证 提交 f1bb852c 编写于 作者: 折腾笔记 提交者: GitHub

Merge pull request #714 from felixonmars/patch-1

Correct typos and table styles in docs/api/ui/bgcolor.md
...@@ -15,9 +15,9 @@ ...@@ -15,9 +15,9 @@
|backgroundColor|String||否|窗口的背景色,必须为十六进制颜色值| |backgroundColor|String||否|窗口的背景色,必须为十六进制颜色值|
|backgroundColorTop|String||否|顶部窗口的背景色,必须为十六进制颜色值,仅 iOS 支持| |backgroundColorTop|String||否|顶部窗口的背景色,必须为十六进制颜色值,仅 iOS 支持|
|backgroundColorBottom|String||否|底部窗口的背景色,必须为十六进制颜色值,仅 iOS 支持| |backgroundColorBottom|String||否|底部窗口的背景色,必须为十六进制颜色值,仅 iOS 支持|
|success|Funtion||否|接口调用成功的回调函数| |success|Function||否|接口调用成功的回调函数|
|fail|Funtion||否|接口调用失败的回调函数| |fail|Function||否|接口调用失败的回调函数|
|complete|Funtion||否|接口调用结束的回调函数(调用成功、失败都会执行)| |complete|Function||否|接口调用结束的回调函数(调用成功、失败都会执行)|
**代码示例** **代码示例**
...@@ -42,11 +42,11 @@ uni.setBackgroundColor({ ...@@ -42,11 +42,11 @@ uni.setBackgroundColor({
**参数说明** **参数说明**
|属性|类型|必填|说明| |属性|类型|必填|说明|
|:-|:-|:-|:-|:-| |:-|:-|:-|:-|
|textStyle|String|是|下拉背景字体、loading 图的样式,值为:dark、light| |textStyle|String|是|下拉背景字体、loading 图的样式,值为:dark、light|
|success|Funtion|否|接口调用成功的回调函数| |success|Function|否|接口调用成功的回调函数|
|fail|Funtion|否|接口调用失败的回调函数| |fail|Function|否|接口调用失败的回调函数|
|complete|Funtion|否|接口调用结束的回调函数(调用成功、失败都会执行)| |complete|Function|否|接口调用结束的回调函数(调用成功、失败都会执行)|
**代码示例** **代码示例**
...@@ -54,4 +54,4 @@ uni.setBackgroundColor({ ...@@ -54,4 +54,4 @@ uni.setBackgroundColor({
uni.setBackgroundTextStyle({ uni.setBackgroundTextStyle({
textStyle: 'dark' // 下拉背景字体、loading 图的样式为dark textStyle: 'dark' // 下拉背景字体、loading 图的样式为dark
}) })
``` ```
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册