flyzto 3 месяцев назад
Родитель
Сommit
13b73c1b9e
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      web/apps/web-antd/src/views/match/solutions/index.vue

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

@@ -327,7 +327,7 @@ const formatSolution = (solution, eventsList) => {
 const updateSolutions = async (showLoading=false) => {
   clearTimeout(loopTimer.value);
   if (showLoading) {
-    updateLoaderHide.value = message.loading('正在获取数据...', 0);
+    updateLoaderHide.value = message.loading('数据加载中...', 0);
   }
   getSolutions()
   .then(({ solutions: solutionsList, gamesEvents: eventsList, mkCount: mkCountData }) => {
@@ -397,7 +397,7 @@ watch(minProfitRate, (newVal) => {
 
 watch(marketType, (newVal) => {
   if (!updateLoaderHide.value) {
-    updateLoaderHide.value = message.loading('正在更新数据...', 0);
+    updateLoaderHide.value = message.loading('数据更新中...', 0);
   }
   clearTimeout(updateTimer.value);
   updateTimer.value = setTimeout(() => {