liushengqiang 2 years ago
parent
commit
ac8cf0b51d
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/views/home/index.tsx

+ 2 - 1
src/views/home/index.tsx

@@ -25,7 +25,8 @@ export default defineComponent({
     };
 
     /** 重新加载数据 */
-    const reloadData = () => {
+    const reloadData = async () => {
+      await getMusicGroup();
       homeData.reloadTotal += 1;
     };