Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
K
komatsu-lease-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
komatsu
komatsu-lease-app
Commits
0a05f5b3
Commit
0a05f5b3
authored
Dec 26, 2023
by
14699
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:云闪付渠道放开
parent
d80af9eb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
9 deletions
+11
-9
Pay.vue
src/modules/makeRepayment/components/Pay.vue
+5
-3
invoiceList.vue
src/modules/repayPlan/views/invoiceList.vue
+5
-5
invoicePre.vue
src/modules/repayPlan/views/invoicePre.vue
+1
-1
No files found.
src/modules/makeRepayment/components/Pay.vue
View file @
0a05f5b3
...
...
@@ -174,9 +174,11 @@ const payMoney = () => {
console
.
log
(
wechatParams
)
WXLaunchMiniProgram
(
wechatParams
)
// Toast.fail('微信支付当前暂不支持!')
}
else
if
(
checked
.
value
==
'UNION_PAY'
){
Toast
.
fail
(
'云闪付(银行卡)当前暂不支持!'
)
}
else
{
}
// else if(checked.value == 'UNION_PAY'){
// Toast.fail('云闪付(银行卡)当前暂不支持!')
// }
else
{
goPayApp
(
info
)
}
}
...
...
src/modules/repayPlan/views/invoiceList.vue
View file @
0a05f5b3
...
...
@@ -47,13 +47,13 @@ let preList = $ref(formStore.invoiceList);
const
jump
=
(
item
)
=>
{
if
(
item
.
downloadUrl
){
if
(
/.pdf/
.
test
(
item
.
downloadUrl
))
{
router
.
push
({
path
:
'/repayPlan/views/invoicePre'
,
query
:
{
url
:
item
.
downloadUrl
}
})
// HIPSDownLoad(item.downloadUrl)
}
else
{
//
if (/.pdf/.test(item.downloadUrl)) {
//
router.push({ path: '/repayPlan/views/invoicePre', query: { url: item.downloadUrl } })
//
// HIPSDownLoad(item.downloadUrl)
//
} else {
HIPSDownLoad
(
item
.
downloadUrl
)
// Toast('发票文件格式有误,请联系管理员!');
}
//
}
}
else
{
Toast
(
'未获取到签署文件!'
);
...
...
src/modules/repayPlan/views/invoicePre.vue
View file @
0a05f5b3
...
...
@@ -21,7 +21,7 @@ let isLoading = $ref(true)
const
page
=
$ref
(
null
)
const
pdfRef
=
$ref
(
''
)
let
pageCount
=
$ref
(
1
)
const
pdfSource
=
$ref
(
''
)
const
pdfSource
=
$ref
(
route
.
query
.
url
)
let
iframeUrl
=
$ref
(
route
.
query
.
url
)
...
...
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