微信小程序把玩(十三)progress组件

时间:2017-02-26 17:11:21   收藏:0   阅读:256
原文:微信小程序把玩(十三)progress组件

技术分享

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

主要属性:

技术分享

wxml

<progress 
    percent="80"
    show-info="true" 
    stroke-width="5"
    color="red"
    active="true"/>
评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!