qingcheng-xiaochengxu/pages/logs/logs.wxml

8 lines
252 B
Plaintext
Raw Normal View History

2025-04-28 07:59:21 +00:00
<!--logs.wxml-->
<scroll-view class="scrollarea" scroll-y type="list">
<block wx:for="{{logs}}" wx:key="timeStamp" wx:for-item="log">
<view class="log-item">{{index + 1}}. {{log.date}}</view>
</block>
</scroll-view>
2025-05-21 10:45:08 +00:00
<!-- fdsafsdaffsafafdsa -->