mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-24 16:05:08 +08:00
多模块重构 12:修改项目名字,按照新的规则
This commit is contained in:
6
yudao-ui-app-tmp/pages/logs/logs.wxml
Executable file
6
yudao-ui-app-tmp/pages/logs/logs.wxml
Executable file
@ -0,0 +1,6 @@
|
||||
<!--logs.wxml-->
|
||||
<view class="container log-list">
|
||||
<block wx:for="{{logs}}" wx:key="timeStamp" wx:for-item="log">
|
||||
<text class="log-item">{{index + 1}}. {{log.date}}</text>
|
||||
</block>
|
||||
</view>
|
Reference in New Issue
Block a user