Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation
This project
Loading...
Sign in
陈岩
/
CvaYap-app
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit a5e73404
authored
Feb 25, 2026
by
anxin
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
fix: 切换语言国际化loading
1 parent
2c67707a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
subPackages/accountGroup/pages/mall-group/all.vue
subPackages/accountGroup/pages/mall-group/all.vue
View file @
a5e7340
...
@@ -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
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment