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
95168df7
authored
May 09, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
record del setBarHeight
parent
fc2d6362
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/views/Bill/record.vue
src/views/Bill/record.vue
View file @
95168df7
...
@@ -24,7 +24,7 @@
...
@@ -24,7 +24,7 @@
import
{
Icon
}
from
"vant"
;
import
{
Icon
}
from
"vant"
;
import
{
HeaderW
}
from
"@/components"
;
import
{
HeaderW
}
from
"@/components"
;
import
MescrollMixins
from
"../../assets/js/MescrollMixins.js"
;
import
MescrollMixins
from
"../../assets/js/MescrollMixins.js"
;
import
setBarHeight
from
"../../assets/js/setBarHeight.js"
;
//
import setBarHeight from "../../assets/js/setBarHeight.js";
import
MescrollVue
from
"mescroll.js/mescroll.vue"
;
import
MescrollVue
from
"mescroll.js/mescroll.vue"
;
import
{
mapGetters
,
mapActions
}
from
"vuex"
;
import
{
mapGetters
,
mapActions
}
from
"vuex"
;
import
dayjs
from
"dayjs"
;
import
dayjs
from
"dayjs"
;
...
@@ -34,7 +34,7 @@ export default {
...
@@ -34,7 +34,7 @@ export default {
[
Icon
.
name
]:
Icon
,
[
Icon
.
name
]:
Icon
,
MescrollVue
MescrollVue
},
},
mixins
:
[
MescrollMixins
,
setBarHeight
],
mixins
:
[
MescrollMixins
],
computed
:
{
computed
:
{
...
mapGetters
([
"getBeginDate"
])
...
mapGetters
([
"getBeginDate"
])
},
},
...
...
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