提交
This commit is contained in:
@@ -324,7 +324,7 @@
|
||||
<!-- <view class="score" v-if="item.scoreSuccess > 0 && item.scoreSuccess ">
|
||||
正在评分
|
||||
</view> -->
|
||||
<view class="score" v-if="item.scoreSuccess >= 1">
|
||||
<view class="score" v-if="item.scoreSuccess >= 3">
|
||||
分数:{{item.score}}
|
||||
</view>
|
||||
</view>
|
||||
@@ -335,8 +335,8 @@
|
||||
<template v-if="roleCode.includes('0') && isHave && tijiaoTitleId != 2">
|
||||
<template v-if="item.reply && item.otherInfo != null">
|
||||
<text v-if="item.otherInfo[0].scoreSuccess == 0">等待评分</text>
|
||||
<text class="pIng" v-if="item.otherInfo[0].scoreSuccess < 2 && item.otherInfo[0].scoreSuccess > 0">正在评分</text>
|
||||
<view class="" v-if="item.otherInfo[0].scoreSuccess >=2">
|
||||
<text class="pIng" v-if="item.otherInfo[0].scoreSuccess < 3 && item.otherInfo[0].scoreSuccess > 0">正在评分</text>
|
||||
<view class="" v-if="item.otherInfo[0].scoreSuccess >2">
|
||||
<text class="score" >{{item.otherInfo[0].score}} 分</text>
|
||||
<!-- <text style="color: #999; padding-left: 10rpx; font-size: 26rpx;">分</text> -->
|
||||
</view>
|
||||
@@ -382,13 +382,13 @@
|
||||
<template v-else>
|
||||
<!-- <text class=""
|
||||
style="padding-left: 10rpx; color: #55aaff; font-size: 26rpx;">已作答</text> -->
|
||||
<text style="padding-left: 10rpx; color: #55aa7f; font-size: 26rpx;" v-if="item.reply.scoreSuccess <= 0 && thisClass.state != '2'">
|
||||
<text style="padding-left: 10rpx; color: #55aa7f; font-size: 26rpx;" v-if="item.reply.scoreSuccess <= 2 && thisClass.state != '2'">
|
||||
等待评分
|
||||
</text>
|
||||
<text style="padding-left: 10rpx; color: #999; font-size: 26rpx;" v-if="item.reply.scoreSuccess <= 0 && thisClass.state == '2'">
|
||||
<text style="padding-left: 10rpx; color: #999; font-size: 26rpx;" v-if="item.reply.scoreSuccess <= 2 && thisClass.state == '2'">
|
||||
已结班无法评分
|
||||
</text>
|
||||
<view class="" style="margin-left: 5rpx;" v-if="item.reply.scoreSuccess > 0">
|
||||
<view class="" style="margin-left: 5rpx;" v-if="item.reply.scoreSuccess > 2">
|
||||
<text class="score">{{item.reply.score}}</text><text style="color: #999;">分</text>
|
||||
</view>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user