<view class="card-area">
    <view class="title">已经下载的数据长度：{{alreadyData}} Bytes</view>
    <view class="title">预计下载的数据长度：{{targetData}} Bytes</view>
    <view class="title">
        <progress class="progress" percent="{{progress}}" activeColor="#3c76ff" show-info />
    </view>
</view>

<button type="primary" bind:tap="downloadTaskProgress">点击下载和获取下载进度</button>