Commit a5e73404 by anxin

fix: 切换语言国际化loading

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