Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
张浩
/
br-client
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b03abf27
...
b03abf271933e265dfeb30e35b1a710564b62c43
authored
2020-10-15 09:54:56 +0800
by
zhanghao
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
commit
1 parent
8455fdac
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
4 deletions
src/page/activityConfig.vue
src/page/activityConfigRedis.vue
src/page/tool.vue
src/page/userInfo.vue
src/page/activityConfig.vue
View file @
b03abf2
...
...
@@ -277,7 +277,7 @@
activity
()
{
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
加载中...
'
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(0, 0, 0, 0.7)'
});
...
...
src/page/activityConfigRedis.vue
View file @
b03abf2
...
...
@@ -87,7 +87,7 @@
activity
()
{
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
加载中...
'
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(0, 0, 0, 0.7)'
});
...
...
src/page/tool.vue
View file @
b03abf2
...
...
@@ -677,6 +677,12 @@
})
},
createUserInfoSubmit
()
{
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
'加载中...'
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(0, 0, 0, 0.7)'
});
let
config
=
{
headers
:
{
'Content-Type'
:
'application/x-www-form-urlencoded'
...
...
@@ -706,8 +712,10 @@
type
:
'success'
});
}
loading
.
close
();
}).
catch
(
error
=>
{
console
.
log
(
error
);
loading
.
close
();
this
.
$message
({
showClose
:
true
,
message
:
'服务器处理失败,请核对参数!'
,
...
...
@@ -723,7 +731,7 @@
queryPhoneCodeSubmit
()
{
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
加载中...
'
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(0, 0, 0, 0.7)'
});
...
...
src/page/userInfo.vue
View file @
b03abf2
...
...
@@ -172,7 +172,7 @@
activity
()
{
const
loading
=
this
.
$loading
({
lock
:
true
,
text
:
'
Loading
'
,
text
:
'
加载中...
'
,
spinner
:
'el-icon-loading'
,
background
:
'rgba(0, 0, 0, 0.7)'
});
...
...
Please
register
or
sign in
to post a comment