| | |
| | | <view class="fzpxInfo-bg" wx:if="{{!loading}}"> |
| | | <view class="flex1"> |
| | | <swiper class="screen-swiper square-dot" indicator-dots="true" circular="true" autoplay="true" interval="5000" duration="500"> |
| | | <swiper-item wx:for="{{activity.attList}}" wx:key> |
| | | <swiper-item wx:for="{{topattList}}" wx:key> |
| | | <image src="{{item.imgPath}}" mode="aspectFill"></image> |
| | | <!-- <video src="{{item.url}}" autoplay loop muted show-play-btn="{{false}}" controls="{{false}}" objectFit="cover" wx:if="{{item.type=='video'}}"></video> --> |
| | | </swiper-item> |
| | |
| | | <view class="fzpxInfo-main-group-around">{{activity.activityDesc}}</view> |
| | | </view> |
| | | </view> |
| | | |
| | | <view wx:if="{{activity.result}}" class="fzpxInfo-main-group"> |
| | | <view class="fzpxInfo-main-group-title">培训结果</view> |
| | | <view class="fzpxInfo-main-group-around">{{activity.result}}</view> |
| | | </view> |
| | | |
| | | <view wx:if="{{activity.result}}" class="fzpxInfo-main-group"> |
| | | <view class="fzpxInfo-main-group-title">培训材料</view> |
| | | <view class="fzpxInfo-main-group-around" style="display:flex;flex-wrap: wrap"> |
| | | <view class="educt_hasupload_pic" wx:for="{{bottomattList}}" wx:key="index"> |
| | | <image src="{{item.imgPath}}" class="upload"></image> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | </view> |
| | | |
| | | <block wx:if="{{activity.activityStatus == 1 && flag == 'true'}}"> |