Commit a5e73404 by anxin

fix: 切换语言国际化loading

1 parent 2c67707a
...@@ -128,7 +128,8 @@ ...@@ -128,7 +128,8 @@
const getAllStore = async () => { const getAllStore = async () => {
try { try {
uni.showLoading({ uni.showLoading({
title: '数据加载中...' // title: '数据加载中...'
title: t('echartsTitle.loading')
}) })
const account = await getStageObj('account'); const account = await getStageObj('account');
const { const {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!