|
|
@@ -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(() => {
|