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
2f50c6e1
authored
Jul 16, 2020
by
cocomilk2012
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
update
parent
3bd508e2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
src/views/Bill/index.vue
src/views/More/index.vue
src/views/Bill/index.vue
View file @
2f50c6e1
...
...
@@ -416,6 +416,7 @@ export default {
await
this
.
loadBillPeriod
().
then
(
data
=>
{
this
.
period
=
data
;
console
.
log
(
"this.period="
,
this
.
period
);
flag
=
true
;
this
.
initMonth
();
},
...
...
@@ -437,7 +438,7 @@ export default {
data
=>
{
this
.
data
.
balance
=
data
.
balance
;
this
.
data
.
waitPay
=
data
.
waitPay
;
this
.
nativePayUrl
=
`hrs100://native/SelectRechargeMode?account
Type=-1&period
Id=
${
this
.
currentPerId
}
&fee=
${
this
.
data
.
waitPay
}
`
;
this
.
nativePayUrl
=
`hrs100://native/SelectRechargeMode?accountId=
${
this
.
currentPerId
}
&fee=
${
this
.
data
.
waitPay
}
`
;
console
.
log
(
"this.nativePayUrl="
,
this
.
nativePayUrl
);
},
err
=>
{
...
...
@@ -478,6 +479,7 @@ export default {
if
(
localPerIndex
&&
localPerIndex
!=
"undefined"
)
{
this
.
currentPerIndex
=
localPerIndex
;
this
.
currentPerId
=
this
.
period
[
localPerIndex
].
id
;
this
.
currentPerName
=
this
.
period
[
localPerIndex
].
name
;
this
.
savePerBeginDate
(
this
.
period
[
localPerIndex
].
beginDate
);
...
...
@@ -497,8 +499,8 @@ export default {
}
}
}
//TODO:根据APP传过来的
period
Id赋值给this.currentPerId
const
query_periodID
=
this
.
$route
.
query
.
periodID
;
//TODO:根据APP传过来的
account
Id赋值给this.currentPerId
const
query_periodID
=
this
.
$route
.
query
.
accountId
;
if
(
query_periodID
)
{
this
.
currentPerId
=
query_periodID
;
}
...
...
src/views/More/index.vue
View file @
2f50c6e1
...
...
@@ -157,7 +157,7 @@ export default {
data
=>
{
this
.
summary
=
data
;
console
.
log
(
"this.summary="
,
this
.
summary
);
this
.
nativePayUrl
=
`hrs100://native/SelectRechargeMode?account
Type=19&periodId=0
&fee=
${
this
.
summary
.
waitPay
}
`
;
this
.
nativePayUrl
=
`hrs100://native/SelectRechargeMode?account
Id=
${
this
.
summary
.
accountId
}
&fee=
${
this
.
summary
.
waitPay
}
`
;
console
.
log
(
"this.nativePayUrl="
,
this
.
nativePayUrl
);
},
err
=>
{
...
...
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