forked from nsjcy/frontEnd/nsjcy

1
liuwh
2020-02-26 b321fc6111c6483e3b2e501620d2e7ffc6a22f15
SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml
@@ -2,7 +2,7 @@
<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>
@@ -39,6 +39,20 @@
               <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'}}">