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
79a62386
Commit
79a62386
authored
Dec 27, 2019
by
李晓兵
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改在线支付'
parent
f0968541
Pipeline
#4375
canceled with stages
Changes
3
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
51 additions
and
24 deletions
+51
-24
uat.env.js
config/uat.env.js
+1
-1
pay-page.vue
src/pages/pay/pay-page.vue
+49
-22
index.html
www/index.html
+1
-1
No files found.
config/uat.env.js
View file @
79a62386
...
...
@@ -11,5 +11,5 @@ module.exports = {
ocrPath
:
'"http://180.104.121.66:8088/r/api"'
,
fileUploadSvcPath
:
'"http://180.104.121.66:8088/r/api/app/fileUploadSvc?sysName=XCMG_DEV&apiName="'
,
appId
:
'"com.xcmg.app.dev"'
,
currentVersion
:
'"1.2.
5
"'
currentVersion
:
'"1.2.
6
"'
}
src/pages/pay/pay-page.vue
View file @
79a62386
...
...
@@ -61,24 +61,24 @@
</div>
</div>
</div>
<div
v-if=
"isShowpayInfo"
>
<div
class=
"box-top"
>
<div
v-if=
"isShowpayInfo"
class=
"box-wrap"
>
<!--
<div
class=
"box-top"
>
<img
src=
"@/assets/payment/bank-title.png"
>
</div>
</div>
-->
<div
class=
"box-center"
>
<list-item
:item-height=
"44"
>
<item>
<div
slot=
"name"
class=
"name"
>
订单编号
</div>
<div
slot=
"content"
>
{{
info
.
order_number
}}
</div>
</item>
<item>
<!--
<item>
<div
slot=
"name"
class=
"name"
>
付款人
</div>
<div
slot=
"content"
>
{{
info
.
pay_amount_name
}}
</div>
</item>
<item>
<div
slot=
"name"
class=
"name"
>
付款账号
</div>
<div
slot=
"content"
>
{{
info
.
pay_amount
}}
</div>
</item>
</item>
-->
<item>
<div
slot=
"name"
class=
"name"
>
交易金额
</div>
<div
slot=
"content"
>
{{
info
.
orderamount
|
currency
}}
</div>
...
...
@@ -88,25 +88,31 @@
<div
slot=
"content"
>
{{
text
}}
</div>
</item>
</list-item>
</div>
<div
class=
"pay-btn"
>
<div
v-if=
"showpay"
class=
"pay-btn-foot"
@
click=
"pay"
>
立即支付
</div>
<div
v-if=
"nextPay"
class=
"pay-btn-foot"
@
click=
"pay"
>
继续支付
</div>
<div
v-if=
"showSelect"
class=
"pay-btn-foot"
@
click=
"searchResult"
>
查询支付结果
</div>
<div
v-if=
"isGo"
class=
"pay-btn-foot"
@
click=
"goMyInfo"
>
返回个人中心
</div>
</div>
<div
class=
"description"
>
<p>
- 说明 -
</p>
<p>
上述两种支付方式均支持借记卡和信用卡;
</p>
<p>
手机K码支付需要您开通我行消息服务。
</p>
<p>
掌上银行支付需要您首先开通我行掌上银行,
</p>
<p>
且支付账户已添加到掌上银行;
</p>
<p>
www.abchina. com
</p>
<!--
<p>
www.abchina. com
</p>
<p>
全国24小时服务热线:95599
</p>
<p>
中国农业银行版权所有
</p>
</div>
<p>
中国农业银行版权所有
</p>
-->
</div>
</div>
</h-content>
<bottom-tab>
<!--
<bottom-tab>
<tab-button
v-if=
"showpay"
class=
"foot"
@
click
.
native=
"pay"
>
立即支付
</tab-button>
<tab-button
v-if=
"nextPay"
class=
"foot"
@
click
.
native=
"pay"
>
继续支付
</tab-button>
<tab-button
v-if=
"showSelect"
class=
"foot"
@
click
.
native=
"searchResult"
>
查询支付结果
</tab-button>
<tab-button
v-if=
"isGo"
class=
"foot"
@
click
.
native=
"goMyInfo"
>
返回个人中心
</tab-button>
</bottom-tab>
</bottom-tab>
-->
</h-view>
</
template
>
<
script
>
...
...
@@ -164,6 +170,7 @@ export default {
},
pay
()
{
let
vm
=
this
vm
.
nextPay
=
false
cordova
.
InAppBrowser
.
open
(
this
.
url
,
'_blank'
,
'location=yes'
)
// window.open(this.url)
setTimeout
(()
=>
{
...
...
@@ -277,17 +284,27 @@ export default {
justify-content: center;
flex-wrap: wrap;
background-color: #fafafa;
.box-top {
/*
.box-top {
img {
height: 72px;
}
}*/
.box-wrap{
width: 100%;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
.box-center{
width: 100%;
}
}
.description {
width:
232px
;
width:
100%
;
height: 141px;
margin: 0 auto;
margin-top:145px;
margin-bottom: 30px;
/*
margin: 0 auto;
margin-top:145px;
*/
//
margin-bottom: 30px;
font-family: PingFangSC-Regular;
font-size: 12px;
color: #d5d5d5;
...
...
@@ -296,6 +313,16 @@ export default {
line-height: 18px;
flex-flow: row wrap;
}
.pay-btn{
width: 90%;
background: @headerColor;
height: 36px;
font-size: 14px;
line-height: 36px;
text-align: center;
color: #FFF;
border-radius: 6px;
}
}
.foot {
color: #fff;
...
...
www/index.html
View file @
79a62386
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=o7fTnpVAGzXKN7SirV8xGU2xzWQS2NrI"
></script><title>
徐工融租
</title><link
href=
./static/css/app.6993e65c3c23fe091516186ea68777ec.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.e547499500fbe65e7169.js
></script><script
type=
text/javascript
src=
./static/js/app.15189d51f1772069bb43.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no,width=device-width,viewport-fit=cover"
><meta
name=
format-detection
content=
"telephone=no"
><meta
name=
format-detection
content=
"email=no"
><meta
name=
apple-mobile-web-app-capable
content=
yes
><meta
name=
apple-mobile-web-app-status-bar-style
content=
black
><script
type=
text/javascript
src=
./static/vuePlatform.js
></script><script
type=
text/javascript
src=
./static/prototype.js
></script><script
type=
text/javascript
src=
cordova.js
></script><script
type=
text/javascript
src=
"http://api.map.baidu.com/api?v=2.0&ak=o7fTnpVAGzXKN7SirV8xGU2xzWQS2NrI"
></script><title>
徐工融租
</title><link
href=
./static/css/app.b791cc37858b1b88ac1609dc5d532253.css
rel=
stylesheet
></head><body><div
id=
app-box
></div><script
type=
text/javascript
src=
./static/js/manifest.3ad1d5771e9b13dbdad2.js
></script><script
type=
text/javascript
src=
./static/js/vendor.e547499500fbe65e7169.js
></script><script
type=
text/javascript
src=
./static/js/app.92e19b9a3d4424b8181c.js
></script></body></html>
\ No newline at end of file
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