feat: 1.修改“货”字;2.优化视频播放;3.优化小班心得和思考题状态显示
更新多个文件中的"收货地址"相关文案为"收件地址",包括页面标题、按钮文字、状态提示等 更新隐私政策文件中"健康超市收货"为"健康超市收件" 更新订单状态相关文案:"待发货"改为"待发出","待收货"改为"待收到","确认收货"改为"确认收到" 更新商品库存状态提示:"无货"改为"无库存" 更新manifest.json版本号为2.0.42 更新edu-core依赖版本为v1.0.8 新增yingbing-video视频播放器组件
This commit is contained in:
@@ -23,7 +23,8 @@
|
||||
<view class="score noscore" v-else-if=" classState == '1' || classState == '3' ">
|
||||
<text v-show="item.scoreInfos < 3 && item.haveGiveScore">等待其他评分员评分</text>
|
||||
<text v-show="item.scoreInfos < 3 && !item.haveGiveScore && roleCode.includes('4')">请您评分</text>
|
||||
<text v-show="item.scoreInfos < 3 && ( roleCode.includes('1') || roleCode.includes('1') || roleCode.includes('主任') || roleCode.includes('副主任'))">已开始评分</text>
|
||||
<text v-show="item.scoreInfos < 3 && item.scoreInfos > 0 && !roleCode.includes('4')">评分中</text>
|
||||
<text v-show="item.scoreInfos == 0 && !roleCode.includes('4')">未开始评分</text>
|
||||
</view>
|
||||
|
||||
<view class="score noscore" v-else-if="classState == '1' || classState == '3'">未开始评分</view>
|
||||
@@ -72,7 +73,10 @@
|
||||
分数:{{curReplay.score}}
|
||||
</view>
|
||||
<view class="score noscore" v-show="curReplay.scoreSuccess == 0">
|
||||
未生成成绩
|
||||
未开始评分
|
||||
</view>
|
||||
<view class="score noscore" v-show="curReplay.scoreSuccess > 0 && curReplay.scoreSuccess < 3">
|
||||
评分中
|
||||
</view>
|
||||
<!-- -->
|
||||
<template
|
||||
|
||||
Reference in New Issue
Block a user