<custom-navi text="亲子活动详情" back="{{true}}" home="{{true}}"></custom-navi> <view class='activeDetails'> <view class='top_familyEventDetail'> <view>{{eventDat.title}}</view> <text>作者:{{eventDat.author}} 发表时间:{{eventDat.publish_time}}</text> </view> <view class='con_familyEventDetail'> <rich-text nodes="{{eventDat.content}}"></rich-text> </view> <view class='avtiveTab'> <van-tabs active="{{ active }}" bind:change="onChange" tab-active-class="activebeijing"> <van-tab title="已完成"> <view class='quanzi'> <view wx:for='{{finishUserList}}' > <view> <image src='{{item.head_img}}'></image>{{item.name}} </view> <text>已报名</text> </view> </view> </van-tab> <van-tab title="未完成"> <view class='quanzi'> <view wx:for='{{unfinishUserList}}' > <view> <image src='{{item.head_img}}'></image>{{item.name}} </view> <text>已报名</text> </view> </view> </van-tab> </van-tabs> <view class='actionBtn' bindtap='attend'>参加</view> </view> </view> <van-dialog id="van-dialog" /> <van-notify id="van-notify" />