| | |
| | | <!--pages/fzpx/fzpx.wxml--> |
| | | |
| | | <view class="fzpx"> |
| | | <view class="fzpx-list"> |
| | | <view class="fzpx-list-img"> |
| | | <image mode='widthFix' src="./../../images/home/peixun3.jpg"></image> |
| | | </view> |
| | | <view class="fzpx-list-b"> |
| | | <view class="fzpx-list-b-left"> |
| | | <view class="fzpx-list-b-left-div font-lg">“沙鸥”宣讲团开展法治巡讲活动</view> |
| | | <view class="fzpx-list-b-left-div">2019.11.01 00:00 |
| | | <span></span> 60/60人报名</view> |
| | | <view class="cu-card dynamic"> |
| | | <view class="cu-item shadow" wx:for="{{ items }}" data-signStatus="{{item.signStatus}}" wx:key="{{item.id}}" bindtap='link' data-str="fzpxInfo" data-flag="{{item.flag}}" data-id="{{item.id}}"> |
| | | <view class="fzpx-list"> |
| | | <view class="fzpx-list-img"> |
| | | <image src="{{item.attList[0].imgPath}}" mode="aspectFit"></image> |
| | | </view> |
| | | <view class="fzpx-list-b"> |
| | | <view class="fzpx-list-b-left"> |
| | | <view class="fzpx-list-b-left-div font-lg">{{item.activityTitle}}</view> |
| | | <view class="fzpx-list-b-left-div">{{item.startTime}} |
| | | <span></span> {{item.applyNum}}/{{item.totalNum}}人报名</view> |
| | | </view> |
| | | <!-- |
| | | <view class="fzpx-list-b-right" data-str="fzpxInfo" data-id="3" bindtap='linkFunction'>我要报名</view> --> |
| | | <button class="cu-btn bg-blue" style="width:98px" wx:if="{{ item.activityStatus==1 && item.flag == true}}">我要报名</button> |
| | | |
| | | <button class="cu-btn" style="width:98px" wx:if="{{ item.activityStatus ==2 && item.flag == false}}">已报名</button> |
| | | <span wx:if="{{ item.activityStatus ==2 && item.flag == true}}"></span> |
| | | <button class="cu-btn" style="width:98px" wx:if="{{ item.activityStatus ==3 }}">已结束</button> |
| | | </view> |
| | | </view> |
| | | <view class="fzpx-list-b-right" data-str="fzpxInfo" data-id="3" bindtap='linkFunction'>我要报名</view> |
| | | </view> |
| | | |
| | | </view> |
| | | <!-- <div class="index-gray "></div> |
| | | <view class="fzpx-list"> |
| | | <view class="fzpx-list-img"> |
| | | <image mode='widthFix' src="./../../images/home/peixun1.png"></image> |
| | | </view> |
| | | <view class="fzpx-list-b"> |
| | | <view class="fzpx-list-b-left"> |
| | | <view class="fzpx-list-b-left-div font-lg">法治培训知识</view> |
| | | <view class="fzpx-list-b-left-div">2019.02.24 15:00 |
| | | <span></span> 12/40人报名</view> |
| | | </view> |
| | | <view class="fzpx-list-b-right" data-str="fzpxInfo" data-id="1" bindtap='linkFunction'>我要报名</view> |
| | | </view> |
| | | </view> |
| | | <div class="index-gray "></div> |
| | | <view class="fzpx-list"> |
| | | <view class="fzpx-list-img"> |
| | | <image mode='widthFix' src="./../../images/home/peixun2.png"></image> |
| | | </view> |
| | | <view class="fzpx-list-b"> |
| | | <view class="fzpx-list-b-left"> |
| | | <view class="fzpx-list-b-left-div font-lg">法治科普课堂</view> |
| | | <view class="fzpx-list-b-left-div">2019.08.12 12:00 |
| | | <span></span> 20/60人报名</view> |
| | | </view> |
| | | <view class="fzpx-list-b-right" data-str="fzpxInfo" data-id="2" bindtap='linkFunction'>我要报名</view> |
| | | </view> |
| | | </view> --> |
| | | |
| | | </view> |