This commit is contained in:
@fawn-nine
2024-08-28 17:28:14 +08:00
parent 3227a6542a
commit a4b86b0220
9 changed files with 261 additions and 125 deletions

View File

@@ -49,10 +49,18 @@
<view class="btn1" @click.stop="changeZheDie(item, index)">{{item.zhedie ? '收起' : '展开'}}</view>
</view>
</view>
<view class="leve2">
<view :class="['contentss',item.zhedie ? '' : 'zhedie']">
{{item.content}}
</view>
<view class="">
<view class="imgBox flex_box" v-if="item.fileList.length > 0">
<view class="item" v-for="(item, index) in item.fileList" :key="index">
<image @click="previewImage(item.url)" :src="item.url" mode="widthFix"></image>
</view>
</view>
</view>
<view class="" style="margin-top: 20rpx;">
<view class="score" v-if="item.scoreSuccess >= 2">
分数:{{item.score}}
@@ -320,10 +328,8 @@
},
})
.then(res => {
if (res.code == 0) {
this.thisTask = res.result.classTask
if (res.code == 0) {
this.thisTask = res.result.classTask
// this.zuoyeList = res.result.userList
// this.thisTask = taskinfo1.classTask
this.fileList11 = []