diff --git a/docs/component/README.md b/docs/component/README.md index 0b34d8d61321f50549e95fae94d0d1a14cf33e7d..b0cc06425b62d070a1006f41d0bd17732fb28df3 100644 --- a/docs/component/README.md +++ b/docs/component/README.md @@ -1,4 +1,4 @@ -### 组件使用的入门教程 +## 组件使用的入门教程 - 组件是视图层的基本组成单元。 - 组件是一个单独且可复用的功能模块的封装。 diff --git a/docs/component/button.md b/docs/component/button.md index 6f7dda2d375c79bd37e0357fc59913cf81668efe..ae33ddf8165308629a53cfeba3e1a62b48a60ae9 100644 --- a/docs/component/button.md +++ b/docs/component/button.md @@ -2,7 +2,7 @@ 按钮。 -**属性说明** +#### 属性说明 |属性名|类型|默认值|说明|生效时机|平台差异说明| |:-|:-|:-|:-|:-|:-| @@ -118,7 +118,7 @@ open-type 为 feedback时: - 在 App 中,开发者登录 [DCloud开发者中心](https://dev.dcloud.net.cn/) 后点击应用名称,进入左侧菜单“用户反馈”页面获取反馈内容。 - 但推荐使用全端的、开源的、云端一体的意见反馈功能,[前端部分](https://ext.dcloud.net.cn/plugin?id=50)、[管理端部分](https://ext.dcloud.net.cn/plugin?id=4992) -**注意** +#### 注意 - button组件支持style中通过css定义文字大小、颜色 @@ -173,7 +173,7 @@ button 组件没有 url 属性,如果要跳转页面,可以在@click中编 ``` -**注意** +#### 注意 - 点击 share 分享按钮时会触发 [onShareAppMessage](/api/plugins/share) - 支付宝小程序平台,获取用户手机号时,建议先通过条件编译的方式,调用支付宝原生API,[参考](https://docs.alipay.com/mini/api/getphonenumber) @@ -214,7 +214,7 @@ button 组件没有 url 属性,如果要跳转页面,可以在@click中编 ::: -**注意** +#### 注意 事件务必使用vue语法,比如下面的获取手机号示例 diff --git a/docs/component/camera.md b/docs/component/camera.md index 6c6eb7d2973ebd5d70fd915e0eefd633b00db1b6..bd8af691c6fca1ed50ce3587236f2dd2502c825e 100644 --- a/docs/component/camera.md +++ b/docs/component/camera.md @@ -1,7 +1,7 @@ -#### camera +## camera 页面内嵌的区域相机组件。注意这不是点击后全屏打开的相机。 -**平台差异说明** +#### 平台差异说明 |App|H5|微信小程序|支付宝小程序|百度小程序|抖音小程序、飞书小程序|QQ小程序|快应用|360小程序|快手小程序|京东小程序| |:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:|:-:| @@ -12,7 +12,7 @@ * 活体检测另见文档[实人认证](/api/plugins/facialRecognitionVerify),人脸识别另见文档[生物认证](/api/system/authentication) * app-nvue下支持barcode组件,可实现自定义扫码。[参考](https://uniapp.dcloud.io/component/barcode) -**属性说明** +#### 属性说明 |属性名|类型|默认值|说明|平台差异说明| |:-|:-|:-|:-|:-| @@ -30,14 +30,14 @@ -**Tips:** +#### Tips * camera 组件是由客户端创建的原生组件,它的层级是最高的,不能通过 z-index 控制层级。可使用 cover-view cover-image 覆盖在上面。 * 请勿在 scroll-view、swiper、picker-view、movable-view 中使用 camera 组件。 * 同一页面只能插入一个 camera 组件。 * 相关API:[createCameraContext](/api/media/camera-context) -**代码示例** +#### 示例 ```html