| | |
| | | <view class="learn-ziliao-block" v-for="(item,index) in learnList" :key="index"> |
| | | <view class="learn-ziliao-block-inside" @click="goTostudyData(item)"> |
| | | <view> |
| | | <!-- {{item.fileType}} --> |
| | | <!-- <image class="shipin-img" :src="item.studyPath" mode="aspectFit"></image> --> |
| | | <image v-if="item.fileType == 0" class="shipin-img" src="../../static/img/pdfImg.jpg" mode="aspectFit"></image> |
| | | <image v-if="item.fileType == 1" class="shipin-img" src="../../static/img/shipinImg.png" mode="aspectFit"></image> |
| | | </view> |
| | |
| | | {{item.name}} |
| | | </view> |
| | | <view class="fuwenzi-box"> |
| | | <!-- <view class="baifenbi">已经学88%</view> --> |
| | | <text class="time">{{item.createTime}}</text> |
| | | </view> |
| | | </view> |