skyblued 2 anni fa
parent
commit
917e1e86cc
1 ha cambiato i file con 11 aggiunte e 11 eliminazioni
  1. 11 11
      src/student/leaderboard/index.tsx

+ 11 - 11
src/student/leaderboard/index.tsx

@@ -227,17 +227,17 @@ export default defineComponent({
                         <span class={styles.num}>{user.value.score}分</span>
                       )
                     } else {
-                      return (
-                        <Button
-                          class={styles.btn}
-                          round
-                          size="small"
-                          type="primary"
-                          onClick={() => openActive()}
-                        >
-                          去挑战
-                        </Button>
-                      )
+                    //   return (
+                    //     <Button
+                    //       class={styles.btn}
+                    //       round
+                    //       size="small"
+                    //       type="primary"
+                    //       onClick={() => openActive()}
+                    //     >
+                    //       去挑战
+                    //     </Button>
+                    //   )
                     }
                   }
                 }}