Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-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
xugong
hls-xcmg-vue-app
Commits
32430c09
Commit
32430c09
authored
Dec 10, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of
https://hel.hand-china.com/xugong/hls-xcmg-vue-app
into develop
parents
626a655a
35f3b529
Pipeline
#4105
canceled with stages
Changes
8
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
213 additions
and
126 deletions
+213
-126
faild.png
src/assets/payment/faild.png
+0
-0
contract-detail.vue
src/pages/contractSigning/contract-detail.vue
+18
-2
financing-details.vue
src/pages/financingTrial/financing-details.vue
+1
-4
feedback.vue
src/pages/help/feedback.vue
+16
-18
help-list.vue
src/pages/help/help-list.vue
+2
-14
pay-entry.vue
src/pages/pay/firstPay/pay-entry.vue
+9
-66
pay-page.vue
src/pages/pay/pay-page.vue
+160
-15
pay-entry.vue
src/pages/pay/payment/pay-entry.vue
+7
-7
No files found.
src/assets/payment/faild.png
0 → 100644
View file @
32430c09
3.68 KB
src/pages/contractSigning/contract-detail.vue
View file @
32430c09
<!--
* @Author: your name
* @Date: 2019-09-29 10:02:11
* @LastEditTime: 2019-12-0
5 19:09:00
* @LastEditTime: 2019-12-0
9 11:01:19
* @LastEditors: Please set LastEditors
* @Description: In User Settings Edit
-->
...
...
@@ -413,6 +413,7 @@ export default {
vm
.
getBseMsg
()
vm
.
getLease
()
vm
.
getGuarantor
()
vm
.
getContractLists
()
// 合同列表
}
else
if
(
from
.
name
===
'EntryInfo'
)
{
vm
.
bankCardQuery
()
}
...
...
@@ -720,7 +721,22 @@ export default {
}
})
},
// 合同列表查询
getContractLists
()
{
let
vm
=
this
let
url
=
$config
.
basePath
+
'prj_contract_text_query'
let
param
=
{
project_id
:
vm
.
project_id
,
}
vm
.
hlsPopup
.
showLoading
(
'数据加载中'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
console
.
log
(
'合同列表'
,
res
)
// if (res.result === 'S') {
// vm.info = res.info
// }
})
},
// 还款计划
repayPlan
()
{
this
.
$router
.
push
({
...
...
src/pages/financingTrial/financing-details.vue
View file @
32430c09
...
...
@@ -2,7 +2,7 @@
* @Descrip""/>User Settings Edit
* @Author: your name
* @Date: 2019-09-29 20:31:00
* @LastEditTime: 2019-12-0
6 11:16:12
* @LastEditTime: 2019-12-0
9 13:57:18
* @LastEditors: Please set LastEditors
-->
<
template
>
...
...
@@ -298,9 +298,6 @@ export default {
</
script
>
<
style
lang=
'less'
scoped
>
#details1 {
.content {
padding-bottom: 200px;
}
.date-pic {
height: 17px;
width: 17px;
...
...
src/pages/help/feedback.vue
View file @
32430c09
...
...
@@ -10,7 +10,7 @@
<h4>
问题反馈
</h4>
<div
class=
"write"
>
<div
class=
"box"
>
<span
@
click=
"getPic"
>
问题描述
</span>
<span>
问题描述
</span>
<textarea
v-model=
"question_desc"
placeholder=
"请输入您的描述……"
/>
</div>
</div>
...
...
@@ -20,7 +20,7 @@
<div
class=
"file-content"
>
<div
v-for=
"(item, index) in upload_list"
v-if=
"item.check_id==
list.check
_id"
v-if=
"item.check_id==
=question
_id"
:key=
"index"
class=
"file"
>
...
...
@@ -32,7 +32,7 @@
<!--
<div
class=
"file"
>
<img
src=
"@/assets/help/1.jpg"
>
</div>
-->
<div
class=
"file"
@
click=
"imgUploadShow(
list.check
_id)"
>
<div
class=
"file"
@
click=
"imgUploadShow(
question
_id)"
>
<img
class=
"photo"
src=
"@/assets/help/photo.png"
>
</div>
</div>
...
...
@@ -52,9 +52,7 @@ export default {
data
()
{
return
{
question_desc
:
''
,
// 问题描述
list
:
{
chck_id
:
this
.
$route
.
params
.
question_id
,
},
question_id
:
''
,
upload_list
:
[],
// 上传图片列表
}
},
...
...
@@ -63,6 +61,8 @@ export default {
if
(
from
.
name
===
'HelpList'
)
{
vm
.
question_desc
=
''
vm
.
upload_list
=
[]
vm
.
question_id
=
''
vm
.
getQuestionId
()
}
})
},
...
...
@@ -269,20 +269,18 @@ export default {
vm
.
upload_list
.
remove
(
index
)
vm
.
upload_list
.
sort
()
},
// 获取图片
getPic
()
{
// 获取question_id
getQuestionId
()
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'app_attment_query'
let
param
=
{
master
:
{
source_type
:
'HLS_APP_QUESTION'
,
pkvalue
:
vm
.
$route
.
params
.
question_id
,
},
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
let
url
=
process
.
env
.
basePath
+
'get_app_question_id'
let
param
=
{
}
vm
.
hlsPopup
.
showLoading
(
'请稍后!'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
console
.
log
(
'sssss'
,
res
)
if
(
res
.
result
===
'S'
)
{
vm
.
question_id
=
res
.
info
.
question_id
}
})
},
},
...
...
src/pages/help/help-list.vue
View file @
32430c09
...
...
@@ -85,20 +85,8 @@ export default {
})
},
changeFeedback
()
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'get_app_question_id'
let
param
=
{
}
vm
.
hlsPopup
.
showLoading
(
'请稍后!'
)
vm
.
hlsHttp
.
post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
vm
.
$router
.
push
({
this
.
$router
.
push
({
name
:
'HelpFeedback'
,
params
:
{
question_id
:
res
.
info
.
question_id
,
},
})
}
})
},
},
...
...
src/pages/pay/firstPay/pay-entry.vue
View file @
32430c09
...
...
@@ -81,60 +81,6 @@
</div>
</div>
</transition>
<transition
name=
"trans"
>
<div
v-show=
"showOutside"
class=
"modal-show-bank"
>
<div
class=
"down"
>
<div
class=
"top"
>
<img
src=
"@/assets/payment/back.png"
@
click=
"showOutside=false"
>
<span>
支付方式
</span>
</div>
<scroll>
<list-item
:item-height=
"56"
class=
"pay-way"
>
<item
v-for=
"(item,index) in nongBank"
:proportion=
"[7,1,1]"
:key=
"item.bank_account_num"
@
click
.
native=
"isSelect(`nong$
{index}`);ischeck(item);confirmToPay(item)"
>
<div
slot=
"name"
style=
"flex=3"
>
<img
:src=
"selectImg(item)"
alt
class=
"icon"
>
{{
item
.
bank_full_name
}}
(
{{
selectLast
(
item
)
}}
)
<img
v-show=
"item.recommand"
class=
"push"
src=
"@/assets/payment/push.png"
>
</div>
<section
slot=
"content"
>
<img
v-show=
"select === `nong$
{index}`" src="@/assets/payment/select.png" alt >
<img
v-show=
"select !== `nong$
{index}`" src="@/assets/payment/unselect.png" alt >
</section>
</item>
<item
v-for=
"(item,index) in newList"
:proportion=
"[7,1,1]"
:key=
"index"
@
click
.
native=
"isSelect(`three$
{index}`);ischeck(item);confirmToPay(item)"
>
<div
slot=
"name"
style=
"flex=3"
>
<img
:src=
"selectImg(item)"
alt
class=
"icon"
>
{{
item
.
bank_full_name
}}
(
{{
selectLast
(
item
)
}}
)
<img
v-show=
"item.recommand"
class=
"push"
src=
"@/assets/payment/push.png"
>
</div>
<section
slot=
"content"
>
<img
v-show=
"select === `three$
{index}`" src="@/assets/payment/select.png" alt >
<img
v-show=
"select !== `three$
{index}`" src="@/assets/payment/unselect.png" alt >
</section>
</item>
</list-item>
</scroll>
</div>
</div>
</transition>
<transition
name=
"trans"
>
<div
v-show=
"confirm"
class=
"modal-show-confirm"
>
<div
class=
"down"
>
...
...
@@ -193,7 +139,7 @@
<span>
手续费
</span>
<span>
+¥
{{
serviceCharge
}}
</span>
</div>
<div
class=
"info-item"
@
click=
"show
Outside
=true"
>
<div
class=
"info-item"
@
click=
"show=true"
>
<span>
付款方式
</span>
<span>
<img
:src=
"checkType.img"
>
...
...
@@ -205,7 +151,7 @@
</div>
</h-content>
<bottom-tab>
<tab-button
class=
"foot"
@
click
.
native=
"affirm
();pay()
"
>
确认支付
</tab-button>
<tab-button
class=
"foot"
@
click
.
native=
"affirm"
>
确认支付
</tab-button>
</bottom-tab>
</h-view>
</
template
>
...
...
@@ -233,7 +179,6 @@ export default {
components
:
{},
data
()
{
return
{
url
:
''
,
money
:
''
,
timer
:
null
,
select
:
'three0'
,
...
...
@@ -386,8 +331,6 @@ export default {
let
vm
=
this
if
(
parseFloat
(
vm
.
sumMoney
)
===
0
)
{
hlsPopup
.
showLongCenter
(
'您支付的金额为0元'
)
}
else
if
(
parseFloat
(
vm
.
sumMoney
)
>
0
&&
vm
.
pay_type
===
'ABC'
)
{
window
.
open
(
vm
.
url
)
}
else
{
vm
.
pay
()
}
...
...
@@ -405,13 +348,13 @@ export default {
if
(
res
.
return_code
!==
'0000'
)
{
hlsPopup
.
showLongCenter
(
res
.
error_message
)
}
else
{
//
vm.$router.push({
//
name: 'PayPage',
//
params: {
//
url: res.paymentURL,
// }
,
// })
vm
.
url
=
res
.
paymentURL
vm
.
$router
.
push
({
name
:
'PayPage'
,
params
:
{
url
:
res
.
paymentURL
,
order_id
:
vm
.
$route
.
params
.
order_id
,
},
})
}
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
...
...
src/pages/pay/pay-page.vue
View file @
32430c09
...
...
@@ -6,12 +6,63 @@
<span>
支付中心
</span>
</div>
</h-header>
<h-content>
<iframe
:src=
"url"
sandbox=
"allow-scripts"
frameborder=
"0"
scrolling=
"no"
width=
"100%"
height=
"100%"
/>
<!--
<object
:data=
"url"
width=
"100%"
height=
"100%"
type=
"text/html"
/>
-->
<h-content
class=
"box"
>
<div
v-if=
"isSuccess"
class=
"my-content"
>
<img
class=
"flag"
src=
"@/assets/payment/success.png"
>
<h3>
支付成功
</h3>
<p>
感谢您的还款,我们将尽快为您结清金额
</p>
<div
class=
"info"
>
<div
class=
"left"
>
<list-item
:item-height=
"30"
>
<item>
<div
slot=
"name"
class=
"name"
>
时间
</div>
<div
slot=
"content"
>
{{
date
}}
</div>
</item>
<item>
<div
slot=
"name"
class=
"name"
>
姓名
</div>
<div
slot=
"content"
>
{{
userName
}}
</div>
</item>
<item>
<div
slot=
"name"
class=
"name"
>
订单号
</div>
<div
slot=
"content"
>
{{
money
|
orderNum
}}
</div>
</item>
<item>
<div
slot=
"name"
class=
"name"
>
还款金额
</div>
<div
slot=
"content"
>
{{
money
|
currency
}}
</div>
</item>
</list-item>
</div>
</div>
</div>
<div
v-if=
"isFaild"
class=
"my-content"
>
<img
class=
"flag"
src=
"@/assets/payment/faild.png"
>
<h3>
支付失败
</h3>
<p>
对不起,支付失败,请您重新尝试!
</p>
<div
class=
"info"
>
<div
class=
"left"
>
<list-item
:item-height=
"30"
>
<item>
<div
slot=
"name"
class=
"name"
>
时间
</div>
<div
slot=
"content"
>
{{
date
}}
</div>
</item>
<item>
<div
slot=
"name"
class=
"name"
>
姓名
</div>
<div
slot=
"content"
>
{{
userName
}}
</div>
</item>
<item>
<div
slot=
"name"
class=
"name"
>
订单号
</div>
<div
slot=
"content"
>
{{
money
|
orderNum
}}
</div>
</item>
<item>
<div
slot=
"name"
class=
"name"
>
还款金额
</div>
<div
slot=
"content"
>
{{
money
|
currency
}}
</div>
</item>
</list-item>
</div>
</div>
</div>
<button
v-if=
"showpay"
@
click=
"pay"
>
立即支付
</button>
<button
v-if=
"showSelect"
@
click=
"searchResult"
>
查询支付结果
</button>
</h-content>
</h-view>
</
template
>
...
...
@@ -21,31 +72,125 @@ export default {
return
{
name
:
''
,
url
:
''
,
showSelect
:
false
,
showpay
:
true
,
isSuccess
:
false
,
isFaild
:
false
,
}
},
beforeRouteEnter
(
to
,
from
,
next
)
{
next
(
vm
=>
{
vm
.
showSelect
=
false
vm
.
showpay
=
true
vm
.
isSuccess
=
false
vm
.
isFaild
=
false
vm
.
name
=
from
.
name
vm
.
url
=
vm
.
$route
.
params
.
url
})
},
methods
:
{
changePage
()
{
let
toPath
if
(
this
.
name
===
'PayEntry'
)
{
toPath
=
'FirstPay'
}
else
if
(
this
.
name
===
'PaymentPayEntry'
)
{
toPath
=
'NewList'
}
this
.
$router
.
replace
({
name
:
toPath
,
this
.
$router
.
push
({
name
:
'MyInfo'
,
})
},
pay
()
{
let
vm
=
this
window
.
open
(
this
.
url
)
setTimeout
(()
=>
{
vm
.
showSelect
=
true
vm
.
showpay
=
false
},
1000
)
},
searchResult
()
{
let
vm
=
this
let
url
=
process
.
env
.
basePath
+
'merchant_query_order'
let
param
=
{
order_id
:
vm
.
$route
.
params
.
order_id
,
}
hlsPopup
.
showLoading
(
'请稍候'
)
vm
.
$post
(
url
,
param
).
then
(
function
(
res
)
{
vm
.
hlsPopup
.
hideLoading
()
if
(
res
.
result
===
'S'
)
{
if
(
res
.
return_code
!==
'0000'
)
{
vm
.
isFaild
=
true
vm
.
isSuccess
=
false
hlsPopup
.
showLongCenter
(
res
.
error_message
)
}
else
{
vm
.
isSuccess
=
true
vm
.
isFaild
=
false
hlsPopup
.
showLongCenter
(
'交易成功'
)
}
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
}
})
},
},
}
</
script
>
<
style
lang=
"less"
scoped
>
<
style
lang=
"less"
>
#pay-page {
.box{
display: flex;
justify-content: center;
align-items: center;
flex-wrap:wrap;
}
button{
color: #fff;
background-color: @headerColor;
width:50%;
height:40px;
border-radius: 5px;
}
.my-content {
height: 400px;
.flag {
display: block;
margin: 0 auto;
width: 72px;
padding-top: 48px;
}
h3 {
margin: 0 auto;
margin-top: 32px;
width: 83px;
font-weight: 600;
font-family: PingFangSC-Semibold;
font-size: 20px;
color: #383f45;
letter-spacing: 0.71px;
}
p {
margin: 0 auto;
margin-top: 10px;
width: 234px;
font-family: PingFangSC-Regular;
font-size: 13px;
color: rgba(56, 63, 69, 0.6);
letter-spacing: 0;
display: flex;
justify-content: center;
}
.info {
width: 343px;
margin: 0 auto;
border-top: 1px solid #d9dbdf;
margin-top: 48px;
.name {
font-family: PingFangSC-Regular;
font-size: 14px;
color: rgba(56, 63, 69, 0.6);
letter-spacing: 0.5px;
}
.left {
padding-top: 10px;
}
}
}
.content{
background-color: #fff;
}
}
</
style
>
src/pages/pay/payment/pay-entry.vue
View file @
32430c09
...
...
@@ -286,13 +286,13 @@ export default {
if
(
res
.
return_code
!==
'0000'
)
{
hlsPopup
.
showLongCenter
(
res
.
error_message
)
}
else
{
//
vm.$router.push({
//
name: 'PayPage',
//
params: {
//
url: res.paymentURL,
// }
,
// })
window
.
open
(
res
.
paymentURL
)
vm
.
$router
.
push
({
name
:
'PayPage'
,
params
:
{
url
:
res
.
paymentURL
,
order_id
:
vm
.
$route
.
params
.
order_id
,
},
}
)
}
}
else
{
hlsPopup
.
showLongCenter
(
res
.
message
)
...
...
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