Browse Source

始宁农业小程序:首页轮播消息

panyong 2 years ago
parent
commit
36244e6741
1 changed files with 1 additions and 1 deletions
  1. 1 1
      htmldev/shiningWxMini/pages/home/home.wxml

+ 1 - 1
htmldev/shiningWxMini/pages/home/home.wxml

@@ -51,7 +51,7 @@
         <swiper-item
           data-item="{{item}}"
           bind:tap="handleSwiperClick">
-          <view class="swiper-item">{{item.lunbo_msg}}</view>
+          <rich-text nodes="{{item.msg_content}}"></rich-text>
         </swiper-item>
       </block>
     </swiper>