From b321fc6111c6483e3b2e501620d2e7ffc6a22f15 Mon Sep 17 00:00:00 2001 From: liuwh <liuwh@hugeinfo.com.cn> Date: Wed, 26 Feb 2020 09:15:52 +0800 Subject: [PATCH] 1 --- SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml b/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml index 04236e8..83b3115 100644 --- a/SunshineLnsMinApp/pages/fzpxInfo/fzpxInfo.wxml +++ b/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'}}"> -- Gitblit v1.8.0