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
9fa31bdc
authored
May 07, 2020
by
展昭
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
17ef2724
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
8 deletions
src/components/TabHeader.vue
src/views/Bill/index.vue
src/components/TabHeader.vue
View file @
9fa31bdc
...
...
@@ -39,11 +39,8 @@ export default {
</
script
>
<
style
lang=
"less"
scoped
>
@supports
(
padding-top
:
constant
(
safe-area-inset-top
))
{
.iosStyle
{
padding-top
:
constant
(
safe-area-inset-top
);
}
.iosStyle
{
padding-top
:
constant
(
safe-area-inset-top
);
}
.header-warp
{
...
...
src/views/Bill/index.vue
View file @
9fa31bdc
...
...
@@ -173,7 +173,7 @@ export default {
currentPerId
:
0
,
currentPerName
:
""
,
period
:
[{
name
:
""
}],
payUrl
:
''
,
payUrl
:
""
,
data
:
{
balance
:
0
,
waitPay
:
0
,
...
...
@@ -232,9 +232,16 @@ export default {
"savePerBeginDate"
,
"loadPayUrl"
]),
toPay
(){
toPay
()
{
let
payUrl
=
this
.
payUrl
+
"&accountType=1&payType=3&selected=1&failUrl="
+
encodeURIComponent
(
'https://pay.qinqinxiaobao.com/callback/fail'
)
+
"&successUrl="
+
encodeURIComponent
(
'https://pay.qinqinxiaobao.com/callback/success'
)
+
""
+
"&periodId="
+
this
.
currentPerId
;
this
.
payUrl
+
"&accountType=1&payType=3&selected=1&failUrl="
+
encodeURIComponent
(
"https://pay.qinqinxiaobao.com/callback/fail"
)
+
"&successUrl="
+
encodeURIComponent
(
"https://pay.qinqinxiaobao.com/callback/success"
)
+
""
+
"&periodId="
+
this
.
currentPerId
;
window
.
open
(
payUrl
);
},
toPage
(
flag
)
{
...
...
@@ -480,6 +487,7 @@ export default {
.header_content
{
height
:
122px
;
.fund
{
margin-top
:
constant
(
safe-area-inset-top
);
width
:
50%
;
float
:
left
;
}
...
...
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