From 2206df0da6499846c78a358cf95ca33c218a5c5d Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期三, 14 九月 2022 08:43:37 +0800
Subject: [PATCH] 2022.9.13

---
 pages/home/home.wxml |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/pages/home/home.wxml b/pages/home/home.wxml
index 6fcb5fe..aab14e5 100644
--- a/pages/home/home.wxml
+++ b/pages/home/home.wxml
@@ -22,7 +22,7 @@
         </view>
       </view>
     </view> -->
-    <view class="flex-h">
+    <view class="flex-h" style="margin-top: 4px;">
       <view class="flex-h_block">
         <view class="top-card" bindtap="goto" data-index="0">
           <view>
@@ -88,19 +88,21 @@
 
     <view class="flex-h" style="padding: 8px 10px;">
       <view class="image-btn" bindtap="goto" data-index="2">
-        <image src="../../res/icons/btn_bg_2.png" class="" />
+        <image src="/res/icons/btn_bg_2.png" class="" />
         <text class="image-btn_title">鏅鸿兘鍦ㄧ嚎鍜ㄨ</text>
         <text class="image-btn_abstract">鍦ㄧ嚎鏅鸿兘鍜ㄨ鏈嶅姟</text>
         <view class="image-btn_goto"></view>
       </view>
       <view class="image-btn" bindtap="goto" data-index="3">
-        <image src="../../res/icons/btn_bg_1.png" class="" />
+        <image src="/res/icons/btn_bg_1.png" class="" />
         <text class="image-btn_title">鍦ㄧ嚎瀹堟硶瀛︿範</text>
         <text class="image-btn_abstract">瀹炴椂鍦ㄧ嚎瀛︿範鏈嶅姟</text>
         <view class="image-btn_goto"></view>
       </view>
     </view>
 
+    <c-schedule></c-schedule>
+
     <view class="fyui-panel">
       <view class="fyui-cell fyui-cell_select title">
         <view class="fyui-cell__hd">

--
Gitblit v1.9.3