index.wxml 315 B

1234567
  1. <!-- components/news/index.wxml -->
  2. <view class='flexRow item jcsb {{isLast?"":"border_bottom"}}' bindtap='navigate_native' data-url='/pages/home/newsDetails/index?id={{id}}'>
  3. <view class='flexCol jcc'>
  4. <text>{{title }}</text>
  5. </view>
  6. <image wx:if="{{image}}" src='{{image}}' class='flex0 img' />
  7. </view>