| | |
| | | |
| | | <view class="fzpx"> |
| | | <view class="cu-card dynamic"> |
| | | <view class="cu-item shadow" wx:for="{{ items }}" wx:key="{{item.id}}" bindtap='link' data-str="fzpxInfo" data-flag="{{item.flag}}" data-id="{{item.id}}"> |
| | | <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-right" data-str="fzpxInfo" data-id="3" bindtap='linkFunction'>我要报名</view> --> |
| | | <button class="cu-btn bg-blue" wx:if="{{ item.flag == true}}">我要报名</button> |
| | | <button class="cu-btn bg-blue" style="width:98px" wx:if="{{ item.activityStatus==1 && item.flag == true}}">我要报名</button> |
| | | |
| | | <button class="cu-btn" wx:else>已报名</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> |