浏览代码

样式问题

liushengqiang 2 年之前
父节点
当前提交
b5cd782920
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      src/views/courseList/index.tsx

+ 3 - 3
src/views/courseList/index.tsx

@@ -371,11 +371,11 @@ export default defineComponent({
                                       ]}
                                     >
                                       {item.downloadStatus === 1
-                                        ? `下载中 ${item.progress || 0}%`
+                                        ? `${item.progress || 0}%`
                                         : item.downloadStatus === 2
-                                        ? '下载成功'
+                                        ? '成功'
                                         : item.downloadStatus === 3
-                                        ? '重新下载'
+                                        ? '重'
                                         : '下载'}
                                     </Button>
                                   )}