<view>progress进度条测试</view>
<view>
<progress percent="20" show-info stroke-width="20" color="green" active></progress>
</view>
percent="20" 进度设置
show-info 显示进度百分比
stroke-width="20" 进度条宽度
color="green" 进度条进度颜色
active 动态变化到目标进度
<view>progress进度条测试</view>
<view>
<progress percent="20" show-info stroke-width="20" color="green" active></progress>
</view>
percent="20" 进度设置
show-info 显示进度百分比
stroke-width="20" 进度条宽度
color="green" 进度条进度颜色
active 动态变化到目标进度