index.wxml 716 B

1234567891011121314
  1. <view class='flexRow aCenter activity {{isLast?"":"border_bottom"}}' bindtap='navigate_native' data-url='/pages/home/newsDetails/index?id={{id}}'>
  2. <image class='flex0 img1' src='{{image}}' mode='aspectFill'></image>
  3. <view class='flexCol'>
  4. <text class='tit'>{{title}}</text>
  5. <view class='flexRow1 aCenter'>
  6. <image class='img2' src='/images/clock.png'></image>
  7. <text style="font-size:26rpx;color:#666" class='date text'>{{activityStartDate}}</text>
  8. </view>
  9. <view class='flexRow1 aCenter'>
  10. <image class='img2' src='/images/address.png'></image>
  11. <text style="font-size:26rpx;color:#666" class='text'>{{activityAddress?activityAddress:''}}</text>
  12. </view>
  13. </view>
  14. </view>