14 lines
666 B
Plaintext
14 lines
666 B
Plaintext
<view class="list-box">
|
|
<view class="list-item" wx:for="list" wx:key="item">
|
|
<text class="list-time">2021-10-12 12:00:00</text>
|
|
<view class="list-files">
|
|
<text>1文件名称列表文件名称列表文件名称列表文件名称列表.PDF</text>
|
|
<text>2文件名称列表文件名称列表文件名称列表文件名称列表.PDF</text>
|
|
<text>3文件名称文件名称列表文件名称列表.PDF</text>
|
|
<text>4文件名称列表文件名称列表文件名称列表文件名称列表.PDF</text>
|
|
<text>5文件名称列表文件名称列表文件名称列表文件名称列表.PDF</text>
|
|
<text>6文件名称.PDF</text>
|
|
</view>
|
|
</view>
|
|
</view>
|