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