微信小程序/uni——组件、API

一、常用组件介绍

1. text文本组件:

https://developers.weixin.qq.com/miniprogram/dev/component/text.html

<text user-select>长按被选中text>

2. rich-text富文本组件:

https://developers.weixin.qq.com/miniprogram/dev/component/rich-text.html
应用场景:当请求服务器,返回隐私协议的时候有可能是大段标签,这时候就可以采用富文本的nodes属性对标签进行解析,从而将内容进行渲染出来。

<rich-text nodes=" style='color:red'>富文本</h1>">rich-text>

微信小程序/uni——组件、API_第1张图片

3. button按钮组件:

https://developers.weixin.qq.com/miniprogram/dev/component/button.html
应用:通过open-type属性可以调用微信提供的各种功能(客服、转发、获取用户授权、获取用户信息等)。
微信小程序/uni——组件、API_第2张图片微信小程序/uni——组件、API_第3张图片

4. image图片组件

https://developers.weixin.qq.com/miniprogram/dev/component/image.html
mode属性常用

5.navigator导航组件

https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html

二、API

微信小程序/uni——组件、API_第4张图片

你可能感兴趣的:(微信小程序,微信小程序,小程序)