tanyanfei 3 years ago
parent
commit
2f091d8b83
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/searchList/searchList.wxml

+ 3 - 1
pages/searchList/searchList.wxml

@@ -81,7 +81,9 @@
     <navigator url="../actDetail/actDetail?id={{i.id}}" class="list" wx:for='{{list}}' wx:for-item='i'  wx:for-index='idx' wx:if='{{value==type && type=="article"}}' >
               <image  mode="widthFix" src="{{i.img}}"></image>
               <view>
-                  <view class="title">{{i.name}}</view>
+                  <!-- <view class="title">{{i.name}}</view> -->
+                  <view class="title"> <rich-text nodes="{{i.name}}"></rich-text></view>
+
                   <text>作者:{{i.author}}</text>
                   <text class="wrap">{{i.desc}}</text>
               </view>