Browse Source

Merge branch 'Leaderboard-8.30' into online

skyblued 2 năm trước cách đây
mục cha
commit
9fce66455a
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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()
         }