activeDetails.wxml 1.99 KB
<!--pages/activeDetails/activeDetails.wxml-->
<custom-navi text="活动详情" back="{{true}}" home="{{false}}"></custom-navi>
<view class='activeDetails'>
  <image src='../../img/1.jpg'></image>
  <view class='con_activeDetails'>
    <text>活动名称:马群街道卫生清理</text>
    <text>活动地点:马群区2号地铁站南出口处</text>
    <text>征集范围:不限</text>
    <text>活动人数:30人</text>
    <text>活动时长:2.5h</text>
    <text>活动期限:2019.10.11-2019.10.30</text>
  </view>
  <view class='botCon_activeDetails'>
    <view>
      <text>联系人:邵帅</text>
      <text>联系方式:19308903183</text>
      <text>集合地点:马群街道</text>
      <text>集合时间:2019.11.10 12:00</text>
    </view>
  </view>
  <view class='activejieshao'>
    活动介绍:*************
  </view>
  <view class='avtiveTab'>
    <van-tabs active="{{ active }}" bind:change="onChange" tab-active-class="activebeijing">
      <van-tab title="圈子报名">
        <view class='quanzi'>
          <view>
            <view>
              <image src='../../img/3.jpg'></image>梁天同学
            </view>
            <text>已报名</text>
          </view>
          <view>
            <view>
              <image src='../../img/3.jpg'></image>梁天同学
            </view>
            <text>已报名</text>
          </view>
        </view>
      </van-tab>
      <van-tab title="个人报名">
        <view class='quanzi'>
          <view>
            <view>
              <image src='../../img/3.jpg'></image>小天同学
            </view>
            <text>已报名</text>
          </view>
          <view>
            <view>
              <image src='../../img/3.jpg'></image>小天同学
            </view>
            <text>已报名</text>
          </view>
        </view>
      </van-tab>
    </van-tabs>
    <view class='btnBaoming' bindtap='btnBaoming'>报名参加</view>
  </view>
</view>
<van-dialog id="van-dialog" />
<van-notify id="van-notify" />