代码优化

This commit is contained in:
BianLzhaoMin 2024-11-04 19:07:55 +08:00
parent 4db146875b
commit e337b040d1
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
</view>
<view class="card-header">
<uni-icons type="calendar" size="16" style="margin-right: 8rpx"></uni-icons>
<view>{{ $moment().format('YYYY-MM-DD') }}</view>
<view>{{ commonParams.day }}</view>
</view>
</uni-card>