This commit is contained in:
2025-09-10 11:19:07 +08:00
parent b1cca8f8a5
commit cdbc3fa959
8 changed files with 89 additions and 8 deletions

View File

@@ -3,10 +3,11 @@
<view class="wrapper">
<view class="bodyTitle">
<view class="text">
电表数据记录器
<!-- 电表数据记录器 -->
</view>
<view class="time">
2025年9月5日
<view class="time" bind:tap="jumpToHistory">
<!-- 2025年9月5日 -->
历史记录
</view>
</view>
<view class="contentWrapper">
@@ -71,4 +72,4 @@
</view>
</view>
<view style="height: 32rpx;"></view>
<view style="height: 10rpx;"></view>