From 0f2fdf16f47bd2d1d8fee86449c3a5095ccc8c23 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 21 十月 2022 18:32:04 +0800
Subject: [PATCH] 首发版本 2022.10.21

---
 pages/home/home.wxml |   25 +++++++++++++++----------
 1 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/pages/home/home.wxml b/pages/home/home.wxml
index 100eb45..46615d3 100644
--- a/pages/home/home.wxml
+++ b/pages/home/home.wxml
@@ -1,6 +1,6 @@
 <!--pages/home/home.wxml-->
 <view class="page">
-  <cp-notice msg="鎻愰珮娴嬭瘎寰楀垎灏忔妧宸ф潵浜嗭紝蹇偣瀛︿範鍝�" />
+  <!-- <cp-notice msg="鎻愰珮娴嬭瘎寰楀垎灏忔妧宸ф潵浜嗭紝蹇偣瀛︿範鍝�" /> -->
   <view class="page__hd">
     <view class="page__title">{{userRealName}}</view>
     <!-- <view class="page__desc">涓嬫娴嬭瘎鏃堕棿{{nextEvaluationTime}}</view> -->
@@ -48,9 +48,15 @@
       </view>
       <view class="flex-h_block">
         <view class="top-card top-card_2" bindtap="goto" data-index="5">
-          <view>
-            <view class="top-card__score"><text class="top-card__num">{{monthInfo.percent}}</text>%</view>
-            <view class="top-card__time">鍙拌处瀹屾垚鐜� ></view>
+          <view class="flex-h">
+            <view>
+              <view class="top-card__score"><text class="top-card__num">{{monthInfo.percent}}</text>%</view>
+              <view class="top-card__time">鍙拌处瀹屾垚鐜� ></view>
+            </view>
+            <view>
+              <view class="top-card__score"><text class="top-card__num">{{monthInfo.percent2}}</text>%</view>
+              <view class="top-card__time">鑷贰鏌� ></view>
+            </view>
           </view>
           <image src="/res/icons/wm_ledger.png" mode="aspectFit"></image>
         </view>
@@ -66,7 +72,9 @@
       </view>
     </view>
   </view>
-  <view class="page__bd">
+  <view class="page__bd" style="padding-top: 8px;">
+    <c-schedule></c-schedule>
+
     <view class="fyui-panel" bindtap="goto" data-index="1">
       <view class="fyui-cell fyui-cell_select title">
         <view class="fyui-cell__hd">
@@ -86,7 +94,7 @@
       </view>
     </view>
 
-    <view class="flex-h" style="padding: 8px 10px;">
+    <view class="flex-h" style="padding: 8px 10px 0 10px;">
       <view class="image-btn" bindtap="goto" data-index="2">
         <image src="/res/icons/btn_bg_2.png" class="" />
         <text class="image-btn_title">鏅鸿兘鍦ㄧ嚎鍜ㄨ</text>
@@ -100,9 +108,6 @@
         <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">
@@ -123,7 +128,7 @@
             </view>
           </view>
           <view class="fyui-box__hd">
-            <image src="{{item.pic}}" class="fyui-box__hd_image" mode="aspectFill"/>
+            <image src="{{item.pic}}" class="fyui-box__hd_image" mode="aspectFill" />
           </view>
         </view>
       </view>

--
Gitblit v1.9.3