合并master后

This commit is contained in:
@fawn-nine
2024-09-09 17:08:56 +08:00
parent 5232171255
commit 13c656d9b5
8 changed files with 38 additions and 27 deletions

View File

@@ -85,7 +85,13 @@
考试成绩
</view>
<text class="score">{{item.examScore}}</text>
</view>
</view>
<view v-if="thisClass.state == '2'">
<view class="ciyao">
总分
</view>
<text class="score">{{item.userScore}}</text>
</view>
</template>
</template>
<!-- -->