https://developers.weixin.qq.com/miniprogram/dev/component/text.html
<text user-select>长按被选中text>
https://developers.weixin.qq.com/miniprogram/dev/component/rich-text.html
应用场景:当请求服务器,返回隐私协议的时候有可能是大段标签,这时候就可以采用富文本的nodes属性对标签进行解析,从而将内容进行渲染出来。
<rich-text nodes=" style='color:red'>富文本</h1>">
rich-text>
https://developers.weixin.qq.com/miniprogram/dev/component/button.html
应用:通过open-type属性可以调用微信提供的各种功能(客服、转发、获取用户授权、获取用户信息等)。
https://developers.weixin.qq.com/miniprogram/dev/component/image.html
mode属性常用
https://developers.weixin.qq.com/miniprogram/dev/component/navigator.html