From 47e86f543415585ab1e1b2b1ed1d98830817a1be Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期一, 19 九月 2022 09:41:07 +0800
Subject: [PATCH] 2022.9.16

---
 pages/m_consult/consultresultmore/consultresultmore.wxml |   42 ++----------------------------------------
 1 files changed, 2 insertions(+), 40 deletions(-)

diff --git a/pages/m_consult/consultresultmore/consultresultmore.wxml b/pages/m_consult/consultresultmore/consultresultmore.wxml
index d01b4b7..9f30fbb 100644
--- a/pages/m_consult/consultresultmore/consultresultmore.wxml
+++ b/pages/m_consult/consultresultmore/consultresultmore.wxml
@@ -1,48 +1,10 @@
 <!--pages/m_consult/consultresultmore/consultresultmore.wxml-->
 <view class="page">
-  <block wx:for="{{result}}" wx:key="i1" wx:for-item="catagory" wx:for-index="i1">
     <view class="page__hd">
-      <view><text style="color: #57E4CB;">{{keyword}}</text>鐨剓{catagory.typeName}} ></view>
+      <view><text style="color: #57E4CB;">{{keyobj.keyword}}</text>鐨剓{typeName}} ></view>
     </view>
     <view class="page__bd">
-      <view class="fyui-panel">
-        <block wx:if="{{catagory.typeId === 1}}">
-          <view wx:for="{{catagory.contents}}" wx:key="i2" wx:for-index="i2" data-index="{{i1}},{{i2}}" bindtap="gotoDetail">
-            <view class="fyui-box  fyui-box__text">
-              <view class="fyui-box__hd">
-                {{item.name}}
-              </view>
-              <view class="fyui-box__bd">
-                <view class="fyui-box__content tag">鐩稿叧琛屼笟 -> {{item.fileIndustry}}</view>
-                <view class="fyui-box__content des">{{item.des}}</view>
-              </view>
-              <view class="fyui-box__ft">
-                <text class="keyword">鍏抽敭璇嶏細</text>
-                <view class="keyword-item"><text wx:for="{{item.keywords}}" wx:for-index="i" wx:for-item="word" wx:key="i">{{word}}</text></view>
-              </view>
-            </view>
-          </view>
-
-        </block>
-        <block wx:else="{{catagory.typeId === 2}}">
-          <view wx:for="{{catagory.contents}}" wx:key="i2" wx:for-index="i2" data-index="{{i1}},{{i2}}" bindtap="gotoDetail">
-            <view class="fyui-box  fyui-box__text">
-              <view class="fyui-box__hd">
-                <rich-text nodes="{{item.des}}" class="fyui-box__content des subtitle"></rich-text>
-              </view>
-              <view class="fyui-box__bd">
-                <!-- <view class="fyui-box__content tag">鐩稿叧琛屼笟 -> {{item.fileIndustry}}</view> -->
-                <text class="tag2">鏉ユ簮锛氥�妠{item.fileName}}銆� {{item.chapterName}}{{item.name ? ' ' + item.name : ''}}</text>
-              </view>
-              <view class="fyui-box__ft">
-                <text class="keyword">鍏抽敭璇嶏細</text>
-                <view class="keyword-item"><text wx:for="{{item.keywords}}" wx:for-index="i" wx:for-item="word" wx:key="i">{{word}}</text></view>
-              </view>
-            </view>
-          </view>
-        </block>
-      </view>
+      <c-result-item-search reachBottom="{{reachBottom}}" keyobj="{{keyobj}}"></c-result-item-search>
     </view>
-  </block>
   <view class="page__ft"></view>
 </view>

--
Gitblit v1.9.3