微信小程序把玩(十三)progress组件
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了微信小程序把玩(十三)progress组件相关的知识,希望对你有一定的参考价值。
原文:微信小程序把玩(十三)progress组件
进度条描述的是一种加载的状态,比如软件升级下载进度, 视频,图片下载进度…
主要属性:
wxml
<progress
percent="80"
show-info="true"
stroke-width="5"
color="red"
active="true"/>
以上是关于微信小程序把玩(十三)progress组件的主要内容,如果未能解决你的问题,请参考以下文章