Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
hrs_app_h5
/
bill
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
661af077
authored
Aug 03, 2020
by
张辉
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
添加loading
parent
cc2923d4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
src/views/Bill/sociallist.vue
src/views/Bill/sociallist.vue
View file @
661af077
...
@@ -39,7 +39,7 @@
...
@@ -39,7 +39,7 @@
<
script
>
<
script
>
import
{
Header
}
from
"@/components"
;
import
{
Header
}
from
"@/components"
;
import
{
Icon
}
from
"vant"
;
import
{
Icon
,
Toast
}
from
"vant"
;
import
{
mapGetters
,
mapActions
}
from
"vuex"
;
import
{
mapGetters
,
mapActions
}
from
"vuex"
;
import
dayjs
from
"dayjs"
;
import
dayjs
from
"dayjs"
;
import
setBarHeight
from
"../../assets/js/setBarHeight.js"
;
import
setBarHeight
from
"../../assets/js/setBarHeight.js"
;
...
@@ -80,12 +80,14 @@ export default {
...
@@ -80,12 +80,14 @@ export default {
}
}
},
},
getData
()
{
getData
()
{
Toast
.
loading
({
duration
:
0
,
message
:
"加载中..."
});
this
.
loadReceiptDetail
({
this
.
loadReceiptDetail
({
accountId
:
this
.
currentPerId
,
accountId
:
this
.
currentPerId
,
type
:
this
.
type
,
type
:
this
.
type
,
}).
then
(
}).
then
(
(
data
)
=>
{
(
data
)
=>
{
this
.
data
=
data
;
this
.
data
=
data
;
Toast
.
clear
();
},
},
(
err
)
=>
{
(
err
)
=>
{
console
.
log
(
err
);
console
.
log
(
err
);
...
@@ -204,7 +206,7 @@ export default {
...
@@ -204,7 +206,7 @@ export default {
.empty_data
{
.empty_data
{
color
:
#c2c2c2
;
color
:
#c2c2c2
;
margin
:
100px
auto
;
margin
:
100px
auto
;
width
:
1
20
px
;
width
:
1
35
px
;
}
}
}
}
</
style
>
</
style
>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment