forked from nsjcy/frontEnd/nsjcy

LAPTOP-RI7D261L\Mr Ke
2020-02-26 a92f3c4d10bebbdc55270e72ccd97cd1ba7d4e28
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>
@@ -30,13 +30,27 @@
        </view>
      </view>
      <view class="fzpxInfo-main-group">
        <view class="fzpxInfo-main-group-title">培训对象</view>
            <view class="fzpxInfo-main-group-title">报名要求</view>
        <view class="fzpxInfo-main-group-around">{{activity.requirement}}</view>
      </view>
      <view class="fzpxInfo-main-group" style="display:block;padding: 10rpx 30rpx;">
        <view class="fzpxInfo-main-group-title">培训内容</view>
        <view>
          <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>
@@ -62,6 +76,17 @@
  </view>
  <view class="fzpxInfo-foot margin-top">
      <view wx:if="{{signStatus}}">
         <view wx:if="{{signStatus == 2}}">
            <view class="fzpxInfo-foot-button bg-grey" bindtap='sign'>签到</view>
         </view>
         <view wx:else>
            <view class="fzpxInfo-foot-button bg-grey" bindtap='goBack'>返回</view>
         </view>
      </view>
      <view wx:else>
    <!-- <view class="fzpxInfo-foot-title">报名须知</view>
    <view class="fzpxInfo-foot-txt">请确认所有参赛人员的排列顺序。相关信息会在参赛证件、参赛证明、获取证书等重要比赛文件中提现。</view>
    <view class="fzpxInfo-foot-txt">由于参赛队信息填报原因产生的任何错误,在相关文件完成制作后一律不予修改;</view> -->
@@ -76,6 +101,9 @@
      <view class="fzpxInfo-foot-button bg-grey" wx:else>报名人数已满</view>
    </view>
      </view>
    <view>
    </view>