analyse.wxml 525 Bytes
<view class="content">
    <view style="width: 750rpx; display: flex;justify-content: center; height: 310px">
        <view class="img" style="background-image: url({{iurl}}/miniapp/images/skinimg/11.png);"></view>
    </view>
    <view style="text-align: center;">
        <text style="color: #fff; font-size: 28rpx">正在分析...</text>
        <progress border-radius="3" percent="{{per}}" activeColor="#fff"  stroke-width="4"
                  backgroundColor="#85898a" class="progress"></progress>
    </view>
</view>