- <view class='flexRow aCenter activity {{isLast?"":"border_bottom"}}' bindtap='navigate_native' data-url='/pages/home/newsDetails/index?id={{id}}'>
- <image class='flex0 img1' src='{{image}}' mode='aspectFill'></image>
- <view class='flexCol'>
- <text class='tit'>{{title}}</text>
- <view class='flexRow1 aCenter'>
- <image class='img2' src='/images/clock.png'></image>
- <text style="font-size:26rpx;color:#666" class='date text'>{{activityStartDate}}</text>
- </view>
- <view class='flexRow1 aCenter'>
- <image class='img2' src='/images/address.png'></image>
- <text style="font-size:26rpx;color:#666" class='text'>{{activityAddress?activityAddress:''}}</text>
- </view>
- </view>
- </view>
|