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
a7714cee
authored
May 08, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' into dev
parents
17582857
2bc72440
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletions
src/main.js
src/views/Bill/index.vue
src/main.js
View file @
a7714cee
...
@@ -46,9 +46,24 @@ Vue.prototype.setPageNavState = function () {
...
@@ -46,9 +46,24 @@ Vue.prototype.setPageNavState = function () {
console
.
log
(
"setPageNavState来自 ios/android的回传数据: "
,
response
);
console
.
log
(
"setPageNavState来自 ios/android的回传数据: "
,
response
);
}
}
);
);
window
.
WebViewJavascriptBridge
.
callHandler
(
"getBarHeight"
,
{
isShowClose
:
false
,
isShowBack
:
false
,
isCloseLeft
:
false
,
isShowTitle
:
false
,
isShowNav
:
false
,
isCloseWebView
:
false
},
function
(
response
)
{
console
.
log
(
"main getBarHeight ios/android的回传数据: "
,
response
);
}
);
});
});
}
catch
(
err
)
{
}
catch
(
err
)
{
console
.
log
(
"setPageNavState is error,err="
,
err
);
console
.
log
(
"
main
setPageNavState is error,err="
,
err
);
}
}
};
};
...
...
src/views/Bill/index.vue
View file @
a7714cee
...
@@ -159,6 +159,7 @@ import { Icon, Loading } from "vant";
...
@@ -159,6 +159,7 @@ import { Icon, Loading } from "vant";
import
{
TabHeader
}
from
"@/components"
;
import
{
TabHeader
}
from
"@/components"
;
import
*
as
utils
from
"../../utils/common"
;
import
*
as
utils
from
"../../utils/common"
;
import
{
mapGetters
,
mapActions
}
from
"vuex"
;
import
{
mapGetters
,
mapActions
}
from
"vuex"
;
import
setBarHeight
from
"../../assets/js/setBarHeight.js"
;
import
setBarHeight
from
"../../assets/js/setBarHeight.js"
;
import
dayjs
from
"dayjs"
;
import
dayjs
from
"dayjs"
;
...
...
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