From a2c5def7cf9562312a54216bc195a6ea071a26c5 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 21 一月 2026 17:38:36 +0800
Subject: [PATCH] 2026.1.21
---
pages/home/home.wxml | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/pages/home/home.wxml b/pages/home/home.wxml
index f829fd2..cd0b0a1 100644
--- a/pages/home/home.wxml
+++ b/pages/home/home.wxml
@@ -89,12 +89,18 @@
<view class="page__bd" style="padding-top: 8px">
<view class="schedule-wrap">
<view style="margin-top: 4px">
+ <c-supervision-card></c-supervision-card>
+ </view>
+ <view style="margin-top: 4px">
<c-schedule-today></c-schedule-today>
</view>
<c-schedule
ledgerCompleted="{{ledgerCompleted}}"
assessmentCompleted="{{assessmentCompleted}}"
></c-schedule>
+ <view style="margin-top: 4px">
+ <c-practical-operation></c-practical-operation>
+ </view>
</view>
<view class="fyui-panel" bindtap="goto" data-index="1">
--
Gitblit v1.9.3