From 5d8e52e398bff7bc8f83e8f5b8a387175b958c98 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 24 二月 2023 10:20:18 +0800
Subject: [PATCH] 2023.2.24
---
pages/home/home.wxml | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/pages/home/home.wxml b/pages/home/home.wxml
index 46615d3..0b9e42c 100644
--- a/pages/home/home.wxml
+++ b/pages/home/home.wxml
@@ -26,6 +26,7 @@
<view class="flex-h_block">
<view class="top-card" bindtap="goto" data-index="0">
<view>
+ <view style="font-size: 24rpx;" class="top-card__time">{{historyPoint.time}}</view>
<view class="top-card__score"><text class="top-card__num">{{historyPoint.score}}</text>鍒�</view>
<view class="top-card__time">鑷祴鏅鸿瘎寰楀垎 ></view>
</view>
@@ -73,7 +74,7 @@
</view>
</view>
<view class="page__bd" style="padding-top: 8px;">
- <c-schedule></c-schedule>
+ <c-schedule ledgerCompleted="{{ledgerCompleted}}" assessmentCompleted="{{assessmentCompleted}}"></c-schedule>
<view class="fyui-panel" bindtap="goto" data-index="1">
<view class="fyui-cell fyui-cell_select title">
@@ -123,7 +124,7 @@
<view class="fyui-box__tag">
<view>{{item.time}}</view>
<view class="flex-h">
- <image src="/res/icons/view.png" class="icon"></image>{{item.views}}
+ <image src="/res/icons/view.png" class="image-16"></image>{{item.views}}
</view>
</view>
</view>
--
Gitblit v1.9.3