Browse Source

列表初次载入时显示loading

flyzto 3 months ago
parent
commit
0a544b1fee
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/apps/web-antd/src/views/match/solutions/index.vue

+ 1 - 1
web/apps/web-antd/src/views/match/solutions/index.vue

@@ -416,7 +416,7 @@ onMounted(() => {
   if (mk !== null) {
   if (mk !== null) {
     marketType.value = mk;
     marketType.value = mk;
   }
   }
-  updateSolutions();
+  updateSolutions(true);
 });
 });
 
 
 onUnmounted(() => {
 onUnmounted(() => {