Browse Source

样式问题

liushengqiang 1 year ago
parent
commit
b5cd782920
1 changed files with 3 additions and 3 deletions
  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>
                                   )}