Volunteer_dynamic.wxml 883 字节
<!--  -->
<view class="goods_index">
	<!-- 导航条开始 -->
	<view class="navbar">
		<view wx:for="{{navbar}}" data-idx="{{index}}" class="item {{currentTab==index ? 'active' : ''}}"
			wx:key="unique" bindtap="navbarTap">
			{{item}}
		</view>
	</view>
	<!-- 导航条结束 -->
	<!-- 内容 -->
	<!-- 活动资讯开始 -->
	<view class="display1" wx:if="{{currentTab==0}}">
		<view class="goods_wrap">
			<image src="/imgs/active.png"></image>
			<view class="goods_name">如何才能加入天津市白求恩志愿团队</view>
			<view class="goods_time">2020-06-08</view>
		</view>

	</view>
	<!--媒体报道  -->
	<view class="display1" wx:elif="{{currentTab==1}}">
		ss2
	</view>
	<!--通知公告  -->
	<view class="display1" wx:elif="{{currentTab==2}}">
	
		ss3

	</view>
	<!--志愿随笔  -->
	<view class="display1" wx:elif="{{currentTab==3}}">
		ss4
	</view>
</view>