微信小程序(十三)progress组件详细介绍

2019/6/27 21:45:01

本文主要是介绍微信小程序(十三)progress组件详细介绍,对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

进度条描述的是一种加载的状态,比如软件升级下载进度, 视频,图片下载进度…

主要属性:

wxml

<progress 
 percent="80"
 show-info="true" 
 stroke-width="5"
 color="red"
 active="true"/>



相关文章:

hello WeApp                      icon组件
Window 
                            text组件                                switch组件
tabBar底部导航                 progress组件                        action-sheet
应用生命周期                    button组件                            modal组件
页面生命周期
                    checkbox组件                       toast组件
模块化详                           form组件详                            loading 组件
数据绑定
                           input 组件                             navigator 组件
View组件                          picker组件                             audio 组件
scroll-view组件                 radio组件                              video组件
swiper组件                        slider组件                              Image组件



这篇关于微信小程序(十三)progress组件详细介绍的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程