榆山数据端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
310 B

<view
wx:for="{{[1,2,3,4,5,6,7,8,9,10]}}"
wx:for-index="index"
wx:key="index"
class="preload-item">
<view class="top">
<view class="name"></view>
<view class="count"></view>
</view>
<view class="bottom">
<view class="order"></view>
<view class="progress"></view>
</view>
</view>