Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
loan-manager-customer
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
zhanhai
loan-manager-customer
Commits
f588f49f
Commit
f588f49f
authored
Dec 26, 2023
by
caimeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
协议签署的H5地址,根据环境配置变化
parent
0ea13a74
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
24 additions
and
17 deletions
+24
-17
.env.development
.env.development
+1
-0
.env.dr
.env.dr
+1
-0
.env.production
.env.production
+1
-0
.env.test
.env.test
+1
-0
BillList.vue
src/components/byh/componments/BillList.vue
+1
-1
LoanInfo.vue
src/components/byh/componments/LoanInfo.vue
+2
-0
SignAgreement.vue
src/views/custom/SignAgreement.vue
+17
-16
No files found.
.env.development
View file @
f588f49f
NODE_ENV=development
VUE_APP_ENV=development
VUE_APP_SIGN_URL=http://m.jqtianxia.cn/sign_agreement/index.html
VUE_APP_API=http://47.99.245.36:8202
.env.dr
View file @
f588f49f
NODE_ENV=production
VUE_APP_ENV=production
VUE_APP_SIGN_URL=https://sign.taimedias.com/index.html
VUE_APP_API=https://drwater.dingrongxd.com
.env.production
View file @
f588f49f
NODE_ENV=production
VUE_APP_ENV=production
VUE_APP_SIGN_URL=https://sign.taimedias.com/index.html
VUE_APP_API=https://water.jqtianxia.com
.env.test
View file @
f588f49f
NODE_ENV
=
production
VUE_APP_ENV
=
test
VUE_APP_SIGN_URL
=
http
://
m
.
jqtianxia
.
cn
/
sign_agreement
/
index
.
html
VUE_APP_API
=
http
://
47.99
.
245.36
:
8202
src/components/byh/componments/BillList.vue
View file @
f588f49f
...
...
@@ -35,7 +35,7 @@
>
代扣结清
</el-button
>
<el-button
type=
"primary"
size=
"mini"
v-if=
"params.capitalCode
Str === '自营
'"
@
click=
"handleDevicePayment"
>
<el-button
type=
"primary"
size=
"mini"
v-if=
"params.capitalCode
=== 'OWNBUSINESS
'"
@
click=
"handleDevicePayment"
>
分笔代扣
</el-button>
<template
v-if=
"$permissionUtils.rolePermission('protocolSign')"
>
...
...
src/components/byh/componments/LoanInfo.vue
View file @
f588f49f
...
...
@@ -16,6 +16,8 @@
<el-table-column
align=
"center"
prop=
"capitalCodeStr"
label=
"放款资方"
></el-table-column>
<el-table-column
align=
"center"
prop=
"serviceThemeName"
label=
"服务费主体"
></el-table-column>
<el-table-column
align=
"center"
prop=
"status"
label=
"借款单状态"
>
<template
slot-scope=
"scope"
>
<el-tag
type=
"success"
v-if=
"scope.row.status==='AUDITED'"
size=
"small"
>
{{
loanStatusFormat
(
scope
.
row
)
}}
...
...
src/views/custom/SignAgreement.vue
View file @
f588f49f
...
...
@@ -14,7 +14,7 @@
<template
v-if=
"EnumList.length"
>
<el-form-item
prop=
"protocolType"
label=
"协议类型"
>
<el-select
clearable
v-model=
"form.protocolType"
clearable
placeholder=
"请选择产品"
>
<el-select
clearable
v-model=
"form.protocolType"
clearable
placeholder=
"请选择产品"
>
<el-option
v-for=
"item in EnumList"
:key=
"item.protocolType"
...
...
@@ -67,8 +67,7 @@
</el-table-column>
<el-table-column
align=
"center"
width=
"80"
label=
"签署地址"
>
<
template
slot-scope=
"scope"
>
<a
target=
"_blank"
:href=
"'https://sign.taimedias.com/index.html#/login?loanNo='+scope.row.loanNo"
>
点击预览
</a>
<a
target=
"_blank"
:href=
"H5+'#/login?loanNo='+scope.row.loanNo"
>
点击预览
</a>
</
template
>
</el-table-column>
<el-table-column
align=
"center"
label=
"附件"
>
...
...
@@ -84,7 +83,8 @@
:src=
"item"
fit=
"contain"
></el-image>
<div
v-else
>
<video
:key=
"item"
@
click=
"handlePreviewVideo(item)"
style=
"width:50px;height:50px;object-fit:fill;"
:src=
"item"
/>
<video
:key=
"item"
@
click=
"handlePreviewVideo(item)"
style=
"width:50px;height:50px;object-fit:fill;"
:src=
"item"
/>
</div>
</
template
>
...
...
@@ -176,8 +176,9 @@ export default {
},
data
()
{
return
{
showvideoplay
:
false
,
videourl
:
''
,
showvideoplay
:
false
,
videourl
:
''
,
H5
:
process
.
env
.
VUE_APP_SIGN_URL
,
delayVisible
:
false
,
...
...
@@ -239,11 +240,11 @@ export default {
if
(
res
.
status
===
200
&&
res
.
data
.
success
)
{
const
{
data
,
total
}
=
res
.
data
.
result
data
.
forEach
(
item
=>
{
data
.
forEach
(
item
=>
{
const
imgs
=
[]
if
(
item
.
annexUrl
!==
null
)
{
item
.
annexUrl
.
forEach
(
img
=>
{
if
(
img
.
indexOf
(
'mp4'
)
===-
1
)
{
if
(
item
.
annexUrl
!==
null
)
{
item
.
annexUrl
.
forEach
(
img
=>
{
if
(
img
.
indexOf
(
'mp4'
)
===
-
1
)
{
imgs
.
push
(
img
)
}
})
...
...
@@ -344,19 +345,19 @@ export default {
},
/** 预览大图 */
handlePreview
(
item
,
list
)
{
handlePreview
(
item
,
list
)
{
const
cache
=
[]
list
.
forEach
(
item
=>
{
console
.
log
(
item
,
'=='
)
if
(
item
.
indexOf
(
'mp4'
)
===-
1
)
{
list
.
forEach
(
item
=>
{
console
.
log
(
item
,
'=='
)
if
(
item
.
indexOf
(
'mp4'
)
===
-
1
)
{
cache
.
push
(
item
)
}
})
},
/** 视频预览 */
handlePreviewVideo
(
item
){
console
.
log
(
item
,
'nasha'
)
handlePreviewVideo
(
item
)
{
console
.
log
(
item
,
'nasha'
)
this
.
showvideoplay
=
true
;
this
.
videourl
=
item
;
}
...
...
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