From edd35a251b58b1fad17015deda92324f74458434 Mon Sep 17 00:00:00 2001
From: unknown <unknown@example.com>
Date: 星期三, 17 八月 2022 00:05:30 +0800
Subject: [PATCH] 台账模块、智能咨询模块
---
pages/home/home.wxml | 28 ++++++++++++++++++++++++----
1 files changed, 24 insertions(+), 4 deletions(-)
diff --git a/pages/home/home.wxml b/pages/home/home.wxml
index ac3f111..a91fd27 100644
--- a/pages/home/home.wxml
+++ b/pages/home/home.wxml
@@ -3,8 +3,8 @@
<cp-notice msg="鎻愰珮娴嬭瘎寰楀垎灏忔妧宸ф潵浜嗭紝蹇偣瀛︿範鍝�" />
<view class="page__hd">
<view class="page__title">{{userRealName}}</view>
- <view class="page__desc">涓嬫娴嬭瘎鏃堕棿{{nextEvaluationTime}}</view>
- <view class="top-card" bindtap="goto" data-index="0">
+ <!-- <view class="page__desc">涓嬫娴嬭瘎鏃堕棿{{nextEvaluationTime}}</view> -->
+ <!-- <view class="top-card" bindtap="goto" data-index="0">
<view class="top-card__time">{{historyPoint.time}}</view>
<view class="top-card__score">{{historyPoint.score}}鍒� ></view>
<view class="top-card__items">
@@ -21,6 +21,26 @@
<text>{{historyPoint.illegalIndex}}</text>
</view>
</view>
+ </view> -->
+ <view class="flex-h">
+ <view class="top-card" bindtap="goto" data-index="0">
+ <view class="top-card__score"><text class="top-card__num">{{historyPoint.score}}</text>鍒�</view>
+ <view class="top-card__time">鑷祴鏅鸿瘎寰楀垎 ></view>
+ <view class="top-card__tag">鐐瑰嚮鏌ョ湅鏈湡鑷祴鏅鸿瘎鎯呭喌</view>
+ <image src="/res/icons/wm_assessment.png"></image>
+ </view>
+ <view class="top-card" bindtap="goto" data-index="5">
+ <view class="top-card__score"><text class="top-card__num">{{monthInfo.percent}}</text>%</view>
+ <view class="top-card__time">鍙拌处瀹屾垚鐜� ></view>
+ <view class="top-card__tag">鐐瑰嚮鏌ョ湅鏈湡鍙拌处涓婁紶鎯呭喌</view>
+ <image src="/res/icons/wm_ledger.png"></image>
+ </view>
+ <view class="top-card" bindtap="goto" data-index="6">
+ <view class="top-card__score">鍓╀綑<text class="top-card__num">{{promsieInfo.leftDays}}</text>澶�</view>
+ <view class="top-card__time">鎵胯鏈夋晥鍊掕鏃� ></view>
+ <view class="top-card__tag">鐐瑰嚮鏌ョ湅鏈湡鎵胯瀹屾垚鎯呭喌</view>
+ <image src="/res/icons/wm_commitment.png"></image>
+ </view>
</view>
</view>
<view class="page__bd">
@@ -35,7 +55,7 @@
<view wx:for="{{notices}}" wx:key="index" data-index="index" wx:item="item">
<view class="fyui-cell">
<view class="fyui-cell__hd">
- <image src="/res/icons/tab_1_select.png" class="icon" />
+ <view class="{{item.isRead ? 'notice-read' : 'notice-not-read'}}"></view>
</view>
<view class="fyui-cell__bd notice">{{item.notice}}</view>
<view class="fyui-cell__ft">{{item.time}}</view>
@@ -67,7 +87,7 @@
<view class="fyui-cell__ft">鏌ョ湅鏇村</view>
</view>
<view wx:for="{{dynamic}}" wx:key="index" data-index="index" wx:item="item">
- <view class="fyui-box" bindtap="goto" data-index="4" data-url="{{item.url}}" data-filetype="{{item.fileType}}">
+ <view class="fyui-box" bindtap="goto" data-index="4" data-url="{{item.url}}" data-filetype="{{item.fileType}}">
<view class="fyui-box__bd">
<view class="fyui-box__content">{{item.title}}</view>
<view class="fyui-box__tag">
--
Gitblit v1.9.3