Explorar o código

Merge branch 'Leaderboard-8.30' into online

skyblued %!s(int64=2) %!d(string=hai) anos
pai
achega
9fce66455a
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/student/share-active/track-review-activity/index.tsx

+ 3 - 1
src/student/share-active/track-review-activity/index.tsx

@@ -195,7 +195,9 @@ export default defineComponent({
           )
 
           // 成功通知
-          Toast('报名成功')
+          setTimeout(() => {
+            Toast('报名成功')
+          }, 300)
           // Notify({ type: 'success', message: '报名成功' })
           this.getMusicInfo()
         }