From edd35a251b58b1fad17015deda92324f74458434 Mon Sep 17 00:00:00 2001
From: unknown <unknown@example.com>
Date: 星期三, 17 八月 2022 00:05:30 +0800
Subject: [PATCH] 台账模块、智能咨询模块
---
pages/module_consult/consulthome/consulthome.wxml | 40 ++++++++++++++++++++++++++++++----------
1 files changed, 30 insertions(+), 10 deletions(-)
diff --git a/pages/module_consult/consulthome/consulthome.wxml b/pages/module_consult/consulthome/consulthome.wxml
index 9d0ed1b..45f365c 100644
--- a/pages/module_consult/consulthome/consulthome.wxml
+++ b/pages/module_consult/consulthome/consulthome.wxml
@@ -1,29 +1,29 @@
<!--pages/module_consult/consulthome/consulthome.wxml-->
<view class="page">
<view class="page__hd">
- <view class="search-bar" bindtap="search">
+ <view class="search-bar" bindtap="gotoSearch">
<mp-icon icon="search" size="15" color="black"></mp-icon>
<text>{{searchTips}}</text>
</view>
</view>
<view class="page__bd">
<view class="flex-h">
- <view class="card">
- <image src="/res/icons/con_pro_bg.png" class="card-bg" mode="scaleToFill"/>
+ <view class="card" bindtap="goto" data-index="0">
+ <image src="/res/icons/con_pro_bg.png" class="card-bg" mode="scaleToFill" />
<view class="card-title">甯歌闂</view>
<view class="card-abstract">甯歌浼佷笟鐜繚闂</view>
<image src="/res/icons/con_pro.png" mode="aspectFit" class="icon"></image>
</view>
<view class="divider"></view>
- <view class="card middle">
- <image src="/res/icons/con_lib_bg.png" class="card-bg" mode="scaleToFill"/>
+ <view class="card middle" bindtap="goto" data-index="1">
+ <image src="/res/icons/con_lib_bg.png" class="card-bg" mode="scaleToFill" />
<view class="card-title">鐜繚鐭ヨ瘑搴�</view>
<view class="card-abstract">鐜繚娉曞緥娉曡</view>
<image src="/res/icons/con_lib.png" mode="aspectFit" class="icon"></image>
</view>
<view class="divider"></view>
- <view class="card">
- <image src="/res/icons/con_qa_bg.png" class="card-bg" mode="scaleToFill"/>
+ <view class="card" bindtap="goto" data-index="2">
+ <image src="/res/icons/con_qa_bg.png" class="card-bg" mode="scaleToFill" />
<view class="card-title">鏅鸿兘鍜ㄨ</view>
<view class="card-abstract">鐜繚涓撳 鍦ㄧ嚎鍜ㄨ</view>
<image src="/res/icons/con_qa.png" mode="aspectFit" class="icon"></image>
@@ -34,11 +34,11 @@
<view class="fyui-cell__bd">鐑棬</view>
<view class="fyui-cell__ft">鏇村</view>
</view>
- <view wx:for="{{hotTopics}}" wx:key="index">
- <view class="fyui-box fyui-box__text">
+ <view wx:for="{{hotTopics}}" wx:key="index" data-index="{{index}}" bindtap="gotoDetail">
+ <!-- <view class="fyui-box fyui-box__text">
<view class="fyui-box__hd">
<text class="" wx:for="{{item.tags}}" wx:key="i" data-index="i" wx:for-item="tag">{{tag}}</text>
- {{item.title}}
+ {{item.name}}
</view>
<view class="fyui-box__bd">
<view class="fyui-box__content">{{item.abstract}}</view>
@@ -48,6 +48,26 @@
<view>{{item.time}}</view>
<view>{{item.author}}</view>
</view>
+ </view> -->
+ <view class="fyui-box fyui-box__text">
+ <view class="fyui-box__hd">
+ {{item.mfName}}
+ </view>
+ <view class="fyui-box__bd">
+ <view class="fyui-box__content tag">
+ <view>鏂囦欢绫诲埆锛歿{item.mfFileType}}</view>
+ <view>鐢熸晥鏃堕棿锛歿{item.mfEffectiveDate}}</view>
+ <view>鏂囧彿锛歿{item.mfReferenceNumber}}</view>
+ <view>鐩稿叧琛屼笟 -> {{item.mfFileIndustry}}</view>
+ </view>
+ <view class="fyui-box__content des">{{item.mfSummary}}</view>
+ </view>
+ <view class="fyui-box__ft">
+ <text class="keyword">鍏抽敭璇嶏細</text>
+ <view class="keyword-item">
+ <text wx:for="{{item.mfKeywordLv1}}" wx:for-index="i" wx:for-item="word" wx:key="i">{{word}}</text>
+ </view>
+ </view>
</view>
</view>
--
Gitblit v1.9.3