Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
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
李智书
xzf_uniapp-wechat-web
Commits
ea105639
Commit
ea105639
authored
Jun 27, 2022
by
袁玲利
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'V1.7.0_bank_feature' into uat
parents
50dec480
1f56ffe6
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
4520 additions
and
3133 deletions
+4520
-3133
src/pages.json
src/pages.json
+20
-3
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+451
-26
src/pages/IcbcModule/Recharge/Recharge.vue
src/pages/IcbcModule/Recharge/Recharge.vue
+1838
-1525
src/pages/assignDeposit/assignDeposit.vue
src/pages/assignDeposit/assignDeposit.vue
+2005
-1579
src/pages/commonProblem/commonProblem.vue
src/pages/commonProblem/commonProblem.vue
+110
-0
src/pages/problemDetail/problemDetail.vue
src/pages/problemDetail/problemDetail.vue
+96
-0
No files found.
src/pages.json
View file @
ea105639
...
@@ -125,7 +125,7 @@
...
@@ -125,7 +125,7 @@
"path"
:
"pages/IcbcModule/Recharge/Recharge"
,
"path"
:
"pages/IcbcModule/Recharge/Recharge"
,
"style"
:
{
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"
充值
"
,
"navigationBarTitleText"
:
"
电子校园卡
"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
...
@@ -263,7 +263,7 @@
...
@@ -263,7 +263,7 @@
"path"
:
"pages/BankModule/Recharge/Recharge"
,
"path"
:
"pages/BankModule/Recharge/Recharge"
,
"style"
:
{
"style"
:
{
"navigationStyle"
:
"custom"
,
"navigationStyle"
:
"custom"
,
"navigationBarTitleText"
:
"
充值
"
,
"navigationBarTitleText"
:
"
电子校园卡
"
,
"enablePullDownRefresh"
:
false
"enablePullDownRefresh"
:
false
}
}
...
@@ -433,7 +433,24 @@
...
@@ -433,7 +433,24 @@
}
}
}
}
],
,
{
"path"
:
"pages/commonProblem/commonProblem"
,
"style"
:
{
"navigationBarTitleText"
:
"常见问题"
,
"enablePullDownRefresh"
:
false
}
}
,{
"path"
:
"pages/problemDetail/problemDetail"
,
"style"
:
{
"navigationBarTitleText"
:
""
,
"enablePullDownRefresh"
:
false
}
}
],
"globalStyle"
:
{
"globalStyle"
:
{
"navigationBarTextStyle"
:
"black"
,
"navigationBarTextStyle"
:
"black"
,
"navigationBarTitleText"
:
"校智付"
,
"navigationBarTitleText"
:
"校智付"
,
...
...
src/pages/BankModule/Recharge/Recharge.vue
View file @
ea105639
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<view
class=
"userInfoBox"
>
<view
class=
"firstLine"
>
<view
class=
"avatar"
>
<image
:src=
"ImgUrl + 'user/personAva.png'"
alt=
""
></image>
</view>
<view
class=
"name"
>
{{
PersonalInfo
.
name
}}
</view>
<view
v-if=
"PersonalInfo.usertype == '1'"
>
{{
PersonalInfo
.
gradename
}}{{
PersonalInfo
.
classname
}}
</view
>
<view
v-else
>
教职工
</view>
</view>
<view
class=
"secondLine"
>
{{
PersonalInfo
.
schoolname
}}
</view>
</view>
<view
class=
"contentWrapper"
>
<view
class=
"balanceWrapper"
>
<view
class=
"firstLine"
>
<view
class=
"left"
>
<view>
可用余额(元)
</view>
<view>
{{
cardBalanceTx
}}
</view>
</view>
<view
class=
"right"
>
<van-popover
v-model=
"showPopover"
trigger=
"click"
:actions=
"actions"
placement=
"bottom-end"
@
select=
"onSelect"
>
<template
#reference
>
<image
class=
"icon"
:src=
"ImgUrl + 'user/more.png'"
alt=
""
></image>
</
template
>
</van-popover>
</view>
</view>
<view
class=
"lastLine"
>
<view
>
**** **** ****
{{
bankInfo_.accountNo.slice(bankInfo_.accountNo.length - 4)
}}
</view
>
<view
class=
"right"
@
click=
"ToWalletTx"
>
<!-- <image class="btn" :src="ImgUrl + 'user/cashBtn.png'" alt=""></image> -->
提现
</view>
</view>
</view>
</view>
<view
class=
"contentBox"
v-if=
"!depotMoneyother"
>
<view
class=
"contentBox"
v-if=
"!depotMoneyother"
>
<!-- <image mode='widthFix' src="https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31).png"></image> -->
<!-- <image mode='widthFix' src="https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31).png"></image> -->
<view
class=
"contentDiv"
>
<view
class=
"contentDiv"
style=
"display: none"
>
<view
class=
"headview"
>
<view
class=
"headview"
>
<view
class=
"schoolname"
>
{{ PersonalInfo.schoolname }}
</view>
<view
class=
"schoolname"
>
{{ PersonalInfo.schoolname }}
</view>
<view
class=
"IconCls"
>
电子校园卡
</view>
<view
class=
"IconCls"
>
电子校园卡
</view>
...
@@ -72,16 +124,40 @@
...
@@ -72,16 +124,40 @@
</view>
</view>
</view>
</view>
<!-- 充值明细 -->
<!-- 充值明细 -->
<view
class=
"RechargeDetailed"
@
click=
"BackToMini('purchaseDetail')"
>
<
!-- <
view class="RechargeDetailed" @click="BackToMini('purchaseDetail')">
账户明细
账户明细
</view
>
</view> --
>
<!-- 充值账户 -->
<!-- 充值账户 -->
<view
class=
"Recharge"
>
<view
class=
"Recharge"
>
<span></span>
<span></span>
<span>
账户充值
</span>
<span>
账户充值
</span>
</view>
</view>
<view
class=
"moneyWrapper"
>
<view
class=
"moneyItem"
@
click=
"depotMoney(item.value, index)"
v-bind:class=
"MoneyIndex == index ? 'active' : ''"
:data-money=
"item.value || 0"
v-for=
"(item, index) in MoneyList"
:key=
"index"
>
<view>
{{ item.value }}
</view>
<view>
{{ item.lable }}
</view>
</view>
<view
class=
"other"
>
<input
v-model=
"inputOtherM"
@
input=
"inputControl"
@
blur=
"ReturnToTop"
placeholder=
"其他金额,最低3元"
placeholder-class=
"placeholderinputOtherM"
type=
"text"
maxlength=
"6"
/>
</view>
</view>
<!-- 充值的金额 -->
<!-- 充值的金额 -->
<view
class=
"MoneyBox"
>
<view
class=
"MoneyBox"
style=
"display: none"
>
<view
<view
class=
"depotMoney"
class=
"depotMoney"
@
click=
"depotMoney(item.value, index)"
@
click=
"depotMoney(item.value, index)"
...
@@ -111,9 +187,8 @@
...
@@ -111,9 +187,8 @@
</view> -->
</view> -->
</view>
</view>
<!-- 充值其它金额 -->
<!-- <view class="OtherMoney" v-if="isOtherMoney"> -->
<!-- <view class="OtherMoney" v-if="isOtherMoney"> -->
<view
class=
"OtherMoney"
>
<view
class=
"OtherMoney"
style=
"display: none"
>
<span>
¥
</span>
<span>
¥
</span>
<input
<input
v-model=
"inputOtherM"
v-model=
"inputOtherM"
...
@@ -145,7 +220,16 @@
...
@@ -145,7 +220,16 @@
>
>
</view>
</view>
<!-- 支付方式 -->
<!-- 支付方式 -->
<view
class=
"payType"
@
click=
"queryBindCardList"
>
<view
class=
"paytype"
>
<view
class=
"left"
>
付款账户
</view>
<view
class=
"right"
@
click=
"queryBindCardList"
>
{{ bankInfo_.bindCardName }}({{
bankInfo_.bindCardNo.slice(bankInfo_.bindCardNo.length - 4)
}})
<van-icon
name=
"arrow"
/>
</view>
</view>
<view
class=
"payType"
style=
"display: none"
@
click=
"queryBindCardList"
>
<view>
付款方式
</view>
<view>
付款方式
</view>
<view>
<view>
{{ bankInfo_.bindCardName }}
{{ bankInfo_.bindCardName }}
...
@@ -165,14 +249,13 @@
...
@@ -165,14 +249,13 @@
>
>
<span>
充值生活费
</span>
<span>
充值生活费
</span>
</view>
</view>
<view
class=
"service"
>
工商银行Ⅲ类户为您提供服务
</view>
<!-- -->
<!-- -->
<view
class=
"switchbankCard"
@
click=
"ChangeBankPay"
<!-- <view class="switchbankCard" @click="ChangeBankPay">我要换银行卡支付</view> -->
>
我要换银行卡支付
</view
>
</view>
</view>
</view>
</view>
<!-- 其他充值金额 -->
<!-- 其他充值金额 -->
<view
class=
"contentBox"
v-if=
"depotMoneyother
"
>
<view
class=
"contentBox"
style=
"display: none
"
>
<view
class=
"OtherTitle"
>
充值金额
</view>
<view
class=
"OtherTitle"
>
充值金额
</view>
<view
class=
"inputOtherM"
>
<view
class=
"inputOtherM"
>
<span>
¥
</span>
<span>
¥
</span>
...
@@ -261,6 +344,35 @@
...
@@ -261,6 +344,35 @@
<!-- 银行卡列表 -->
<!-- 银行卡列表 -->
<view
class=
"accountlist"
>
<view
class=
"accountlist"
>
<!-- 切换绑定的一类卡列表 -->
<!-- 切换绑定的一类卡列表 -->
<view
class=
"showBindCardList"
>
<view
class=
"choiceBox"
>
选择付款账户
</view>
<view
class=
"cardsList"
>
<view
class=
"ListItem"
@
click=
"ChangeCardPay(item)"
v-for=
"(item, index) in bindcardList"
:key=
"index"
>
<span
style=
"padding-right: 10px"
>
{{ item.bindCardName }}
</span>
<span
>
尾号:{{
item.bindCardNo.slice(item.bindCardNo.length - 4)
}}
</span
>
<image
class=
"BankListImg"
src=
"../../../static/img/choiceBank.png"
></image>
</view>
</view>
<view
class=
"changeCard"
@
click=
"ChangeBankPay"
>
我要换卡支付
</view>
</view>
</view>
<!-- 银行卡列表
<view class="accountlist">
<!-- 切换绑定的一类卡列表
<view class="showBindCardList">
<view class="showBindCardList">
<view class="choiceBox">选择付款账户</view>
<view class="choiceBox">选择付款账户</view>
<view
<view
...
@@ -275,10 +387,13 @@
...
@@ -275,10 +387,13 @@
item.bindCardNo.slice(item.bindCardNo.length - 4)
item.bindCardNo.slice(item.bindCardNo.length - 4)
}}</span
}}</span
>
>
<image
class=
'BankListImg'
src=
'../../../static/img/choiceBank.png'
></image>
<image
class="BankListImg"
src="../../../static/img/choiceBank.png"
></image>
</view>
</view>
</view>
</view>
</view>
</view>
-->
</van-popup>
</van-popup>
</view>
</view>
</view>
</view>
...
@@ -340,6 +455,19 @@ export default {
...
@@ -340,6 +455,19 @@ export default {
name
:
"
Recharge
"
,
name
:
"
Recharge
"
,
data
()
{
data
()
{
return
{
return
{
showPopover
:
false
,
// 通过 actions 属性来定义菜单选项
actions
:
[
{
text
:
"
复制卡号
"
,
},
{
text
:
"
账户明细
"
,
},
{
text
:
"
常见问题
"
,
},
],
popshow
:
false
,
popshow
:
false
,
// 输入其它金额
// 输入其它金额
isOtherMoney
:
false
,
isOtherMoney
:
false
,
...
@@ -428,6 +556,17 @@ export default {
...
@@ -428,6 +556,17 @@ export default {
}
}
},
},
methods
:
{
methods
:
{
onSelect
(
action
)
{
if
(
action
.
text
==
"
复制卡号
"
)
{
this
.
CopyCardNumber
();
}
else
if
(
action
.
text
==
"
账户明细
"
)
{
this
.
BackToMini
(
"
purchaseDetail
"
);
}
else
if
(
action
.
text
==
"
常见问题
"
)
{
uni
.
navigateTo
({
url
:
`../../commonProblem/commonProblem`
,
});
}
},
async
beforeQuerySignStatus
()
{
async
beforeQuerySignStatus
()
{
await
this
.
QueryUserInfo
();
await
this
.
QueryUserInfo
();
// 渤海银行要判断是否有代扣签约
// 渤海银行要判断是否有代扣签约
...
@@ -585,7 +724,7 @@ export default {
...
@@ -585,7 +724,7 @@ export default {
schoolId
:
bankInfo
.
schoolId
,
//学校id
schoolId
:
bankInfo
.
schoolId
,
//学校id
userId
:
userID
,
//用户id
userId
:
userID
,
//用户id
sessionid
:
sessionID
,
sessionid
:
sessionID
,
wechattype
:
1
wechattype
:
1
,
},
},
headers
:
{
headers
:
{
sessionid
:
sessionID
,
sessionid
:
sessionID
,
...
@@ -623,7 +762,7 @@ export default {
...
@@ -623,7 +762,7 @@ export default {
error
:
function
(
err
)
{
error
:
function
(
err
)
{
loading
.
clear
();
loading
.
clear
();
Toast
(
err
||
"
代扣状态查询,请重试!
"
);
Toast
(
err
||
"
代扣状态查询,请重试!
"
);
throw
new
Error
(
"
代扣状态查询,请重试!
"
);
throw
new
Error
(
"
代扣状态查询,请重试!
"
);
},
},
});
});
},
},
...
@@ -1117,7 +1256,7 @@ export default {
...
@@ -1117,7 +1256,7 @@ export default {
let
this_
=
this
;
let
this_
=
this
;
// let loading = weui.loading('请稍后');
// let loading = weui.loading('请稍后');
$
.
ajax
({
$
.
ajax
({
url
:
gHost
+
"
/bank-wechat/user/bank/get
"
,
url
:
gHost
+
"
/bank-wechat/user/bank/get
/v2
"
,
type
:
"
POST
"
,
type
:
"
POST
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
data
:
{
data
:
{
...
@@ -1206,20 +1345,187 @@ page {
...
@@ -1206,20 +1345,187 @@ page {
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#fafafa
100%
);
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#fafafa
100%
);
}
}
.userInfoBox
{
display
:
flex
;
flex-direction
:
column
;
width
:
calc
(
100%
-
64rpx
);
height
:
150rpx
;
margin
:
0
32rpx
;
margin-top
:
30rpx
;
background
:
linear-gradient
(
270deg
,
#f4f4f4
0%
,
#ebebeb
100%
);
border-radius
:
16px
;
.firstLine
{
display
:
flex
;
flex-direction
:
row
;
width
:
calc
(
100%
-
68rpx
);
height
:
56rpx
;
line-height
:
56rpx
;
margin
:
0
34rpx
;
margin-top
:
28rpx
;
overflow
:
hidden
;
view
{
white-space
:
nowrap
;
}
.avatar
{
width
:
56rpx
;
height
:
56rpx
;
uni-image
{
width
:
56rpx
;
height
:
56rpx
;
}
}
.name
{
margin-left
:
17rpx
;
font-size
:
36rpx
;
font-weight
:
600
;
color
:
rgba
(
0
,
0
,
0
,
0
.85
);
}
view
:last-child
{
margin-left
:
10rpx
;
align-self
:
center
;
align-items
:
center
;
padding
:
0
8rpx
;
height
:
40rpx
;
line-height
:
40rpx
;
background
:
rgba
(
0
,
0
,
0
,
0
.08
);
border-radius
:
4rpx
;
font-size
:
26rpx
;
font-weight
:
500
;
color
:
rgba
(
0
,
0
,
0
,
0
.5
);
}
}
.secondLine
{
display
:
flex
;
width
:
calc
(
100%
-
62rpx
);
margin
:
0
31rpx
;
margin-top
:
8rpx
;
height
:
37rpx
;
line-height
:
37rpx
;
font-size
:
26rpx
;
color
:
rgba
(
0
,
0
,
0
,
0
.45
);
}
}
.contentWrapper
{
width
:
100%
;
display
:
flex
;
flex-direction
:
column
;
}
.balanceWrapper
{
width
:
calc
(
100%
-
144rpx
);
margin
:
0
32rpx
;
margin-top
:
24rpx
;
height
:
249rpx
;
padding
:
40rpx
40rpx
0
;
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/user/bankBg.png")
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
position
:
relative
;
display
:
flex
;
flex-direction
:
column
;
.firstLine
{
display
:
flex
;
justify-content
:
space-between
;
.left
{
view
:first-child
{
height
:
33rpx
;
font-size
:
24rpx
;
font-weight
:
600
;
color
:
rgba
(
255
,
255
,
255
,
0
.85
);
line-height
:
33rpx
;
}
view
:last-child
{
height
:
84rpx
;
font-size
:
60rpx
;
font-weight
:
600
;
color
:
#ffffff
;
line-height
:
84rpx
;
}
}
.right
{
width
:
60rpx
;
height
:
60rpx
;
align-self
:
flex-start
;
.icon
{
width
:
60rpx
;
height
:
60rpx
;
}
}
}
.lastLine
{
display
:
flex
;
width
:
100%
;
justify-content
:
space-between
;
view
:first-child
{
height
:
60rpx
;
font-size
:
40rpx
;
font-weight
:
600
;
color
:
#ffffff
;
line-height
:
60rpx
;
}
.right
{
width
:
140rpx
;
height
:
60rpx
;
line-height
:
60rpx
;
font-size
:
30rpx
;
font-weight
:
600
;
color
:
#04b871
;
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/user/cashBtn.png")
;
background-repeat
:
no-repeat
;
background-size
:
cover
;
text-align
:
center
;
}
.btn
{
width
:
140rpx
;
height
:
60rpx
;
}
}
}
.changPhone
{
.changPhone
{
font-size
:
14px
;
font-size
:
14px
;
color
:
#39f
;
color
:
#39f
;
text-align
:
right
;
text-align
:
right
;
}
}
.accountlist
{
width
:
100%
;
height
:
100%
;
}
.showBindCardList
{
.showBindCardList
{
width
:
100%
;
height
:
100%
;
.choiceBox
{
.choiceBox
{
text-align
:
center
;
text-align
:
center
;
font-weight
:
bold
;
font-weight
:
bold
;
height
:
50
px
;
height
:
100r
px
;
line-height
:
50
px
;
line-height
:
100r
px
;
padding
:
0
;
padding
:
0
;
border-bottom
:
0
.5px
solid
#e6e6e6
;
border-bottom
:
1rpx
solid
#e6e6e6
;
}
.cardsList
{
width
:
100%
;
height
:
calc
(
100%
-
260rpx
);
overflow-y
:
scroll
;
}
}
.ListItem
{
.ListItem
{
...
@@ -1230,6 +1536,17 @@ page {
...
@@ -1230,6 +1536,17 @@ page {
position
:
relative
;
position
:
relative
;
text-align
:
center
;
text-align
:
center
;
}
}
.changeCard
{
margin
:
0
auto
;
margin-top
:
40rpx
;
height
:
40rpx
;
font-size
:
28rpx
;
font-weight
:
400
;
color
:
#04b871
;
line-height
:
40rpx
;
text-align
:
center
;
}
}
}
.SubmittedSuccessfully
{
.SubmittedSuccessfully
{
...
@@ -1380,6 +1697,74 @@ page {
...
@@ -1380,6 +1697,74 @@ page {
text-align: center;
text-align: center;
}
}
.moneyWrapper {
margin-top: 10rpx;
width: 100%;
display: flex;
flex-wrap: wrap;
.moneyItem {
width: 210rpx;
height: 120rpx;
background: #f8f8f8;
border-radius: 12rpx;
display: flex;
justify-content: center;
margin-right: 14rpx;
font-family: PingFangSC-Medium, PingFang SC;
margin-bottom: 24rpx;
view {
align-self: center;
color: #333333;
}
view:first-child {
font-size: 40rpx;
font-weight: 500;
}
view:last-child {
font-size: 30rpx;
}
}
.moneyItem:nth-child(3n) {
margin-right: 0;
}
.active {
border: 3rpx solid #04b871;
view {
color: #04b871;
}
}
.other {
width: 444rpx;
height: 120rpx;
line-height: 120rpx;
text-align: center;
background: #f8f8f8;
border-radius: 12rpx;
/deep/.uni-input-wrapper {
position: absolute;
width: 444rpx;
height: 120rpx;
font-size: 40rpx;
font-weight: 500;
color: #333333;
}
/deep/.uni-input-input {
height: 120rpx;
line-height: 120rpx;
}
}
}
.MoneyBox {
.MoneyBox {
flex-wrap: wrap;
flex-wrap: wrap;
height: auto;
height: auto;
...
@@ -1473,6 +1858,29 @@ page {
...
@@ -1473,6 +1858,29 @@ page {
// margin-left: 5rpx;
// margin-left: 5rpx;
}
}
.paytype {
display: flex;
margin-top: 39rpx;
width: 100%;
height: 40rpx;
justify-content: space-between;
font-size: 28rpx;
.left {
font-weight: 500;
color: rgba(0, 0, 0, 0.4);
}
.right {
color: rgba(0, 0, 0, 0.85);
.van-icon {
font-size: 28rpx;
color: #161616;
}
}
}
.payType {
.payType {
height: 98rpx;
height: 98rpx;
line-height: 98rpx;
line-height: 98rpx;
...
@@ -1510,7 +1918,8 @@ page {
...
@@ -1510,7 +1918,8 @@ page {
position: relative;
position: relative;
}
}
@media (min-height: 650px) {
// @media (min-height: 650px) {
@media (min-height: 1040px) {
.bottomdiv {
.bottomdiv {
position: fixed;
position: fixed;
left: 0;
left: 0;
...
@@ -1520,13 +1929,18 @@ page {
...
@@ -1520,13 +1929,18 @@ page {
}
}
.DepositID {
.DepositID {
width: 630rpx;
width: 100%;
height: 92rpx;
height: 90rpx;
background: #04ba73;
background: #04b871;
border-radius: 8rpx;
border-radius: 45px;
line-height: 90rpx;
text-align: center;
font-size: 34rpx;
font-weight: 500;
color: #ffffff;
margin: 0 auto;
margin: 0 auto;
margin-top: 29rpx;
text-align: center;
text-align: center;
bottom: 30rpx;
}
}
.DepositID span {
.DepositID span {
...
@@ -1538,6 +1952,17 @@ page {
...
@@ -1538,6 +1952,17 @@ page {
line-height: 92rpx;
line-height: 92rpx;
}
}
.service {
margin-top: 118rpx;
width: 100%;
height: 40rpx;
font-size: 28rpx;
font-weight: 400;
color: rgba(0, 0, 0, 0.5);
line-height: 40rpx;
text-align: center;
}
.switchbankCard {
.switchbankCard {
text-align: center;
text-align: center;
/* width: 205px; */
/* width: 205px; */
...
...
src/pages/IcbcModule/Recharge/Recharge.vue
View file @
ea105639
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<view
class=
"contentBox"
v-if=
"!depotMoneyother"
>
<view
class=
"userInfoBox"
>
<!--
<image
mode=
'widthFix'
src=
"https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31).png"
></image>
-->
<view
class=
"firstLine"
>
<view
class=
"contentDiv"
>
<view
class=
"avatar"
>
<view
class=
"headview"
>
<image
:src=
"ImgUrl + 'user/personAva.png'"
alt=
""
></image>
<view
class=
"schoolname"
>
{{
PersonalInfo
.
schoolname
}}
</view>
</view>
<view
class=
"IconCls"
>
电子校园卡
</view>
<view
class=
"name"
>
{{
PersonalInfo
.
name
}}
</view>
</view>
<view
v-if=
"PersonalInfo.usertype == '1'"
>
{{
PersonalInfo
.
gradename
}}{{
PersonalInfo
.
classname
}}
</view>
<!-- 卡号显示 -->
<view
v-else
>
教职工
</view>
<view
class=
"cardNum"
>
</view>
<view
class=
"cardNumleft"
<view
class=
"secondLine"
>
{{
PersonalInfo
.
schoolname
}}
</view>
><span>
账户:
</span>
**** **** ****
</view>
{{
bankInfo_
.
accountNo
.
slice
(
bankInfo_
.
accountNo
.
length
-
4
)
}}
<view
class=
"contentWrapper"
v-if=
"!depotMoneyother"
>
<span>
(工商III类户)
</span>
<view
class=
"balanceWrapper"
>
</view>
<view
class=
"firstLine"
>
<view
class=
"cardNumright"
id=
"cardNumright"
@
click=
"CopyCardNumber"
<view
class=
"left"
>
>
复制
</view
<view>
可用余额(元)
</view>
>
<view>
{{
cardBalanceTx
}}
</view>
</view>
</view>
<view
class=
"HidenText"
>
<view
class=
"right"
>
<view
class=
"userName"
<van-popover
v-model=
"showPopover"
trigger=
"click"
:actions=
"actions"
placement=
"bottom-end"
>
姓名:
<span>
{{
PersonalInfo
.
name
}}
</span></view
@
select=
"onSelect"
>
>
<template
#reference
>
<view
class=
"StudentCls"
v-if=
"PersonalInfo.usertype == '1'"
>
<image
class=
"icon"
:src=
"ImgUrl + 'user/more.png'"
alt=
""
></image>
班级:
{{
PersonalInfo
.
gradename
}}
(
{{
</
template
>
</van-popover>
</view>
</view>
<view
class=
"lastLine"
>
<view>
**** **** **** {{ bankInfo_.accountNo.slice(bankInfo_.accountNo.length - 4)}}
</view>
<view
class=
"right"
@
click=
"ToWalletTx"
>
<!-- <image class="btn" :src="ImgUrl + 'user/cashBtn.png'" alt=""></image> -->
提现
</view>
</view>
</view>
</view>
<view
class=
"contentBox"
v-if=
"!depotMoneyother"
>
<!-- <image mode='widthFix' src="https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31).png"></image> -->
<view
class=
"contentDiv"
style=
"display: none"
>
<view
class=
"headview"
>
<view
class=
"schoolname"
>
{{ PersonalInfo.schoolname }}
</view>
<view
class=
"IconCls"
>
电子校园卡
</view>
</view>
<!-- 卡号显示 -->
<view
class=
"cardNum"
>
<view
class=
"cardNumleft"
><span>
账户:
</span>
**** **** ****
{{ bankInfo_.accountNo.slice(bankInfo_.accountNo.length - 4) }}
<span>
(工商III类户)
</span>
</view>
<view
class=
"cardNumright"
id=
"cardNumright"
@
click=
"CopyCardNumber"
>
复制
</view>
</view>
<view
class=
"HidenText"
>
<view
class=
"userName"
>
姓名:
<span>
{{ PersonalInfo.name }}
</span></view>
<view
class=
"StudentCls"
v-if=
"PersonalInfo.usertype == '1'"
>
班级:{{ PersonalInfo.gradename }}({{
PersonalInfo.classname
PersonalInfo.classname
}}
)
</view
}})
</view>
>
<view
class=
"TeacherCls"
v-else
>
教职工
</view>
<view
class=
"TeacherCls"
v-else
>
教职工
</view>
</view>
</view>
<view
class=
"Balance"
>
<view
class=
"Balance"
>
<view
class=
"cardBalanceTx"
>
余额:¥
<span>
{{ cardBalanceTx }}
</span></view>
<view
class=
"cardBalanceTx"
<view
@
click=
"ToWalletTx"
>
>
余额:¥
<span>
{{
cardBalanceTx
}}
</span></view
<span
style=
"display: inline-block; padding-right: 10rpx"
>
余额提现
</span>
>
<image
style=
"position: relative; width: 13rpx; height: 20rpx"
class=
"ImgIcon1"
mode=
"widthFix"
<view
@
click=
"ToWalletTx"
>
:src=
"ImgUrl + 'images/xiaopaycard (17).png'"
alt=
""
></image>
<span
style=
"display: inline-block; padding-right: 10rpx"
</view>
>
余额提现
</span
</view>
>
</view>
<image
<!-- 充值明细 -->
style=
"position: relative; width: 13rpx; height: 20rpx"
<!-- <view style="display: none" class="RechargeDetailed" @click="BackToMini('purchaseDetail')">
class=
"ImgIcon1"
账户明细
mode=
"widthFix"
</view> -->
:src=
"ImgUrl + 'images/xiaopaycard (17).png'"
<!-- 充值账户 -->
alt=
""
<view
class=
"Recharge"
>
></image>
<span></span>
</view>
<span>
账户充值
</span>
</view>
</view>
</view>
<!-- 充值的金额 -->
<!-- 充值明细 -->
<!-- <view class="MoneyBox">
<view
class=
"RechargeDetailed"
@
click=
"BackToMini('purchaseDetail')"
>
<view class="depotMoney" @click="depotMoney(item.value, index)"
账户明细
v-bind:class="MoneyIndex == index ? 'choiceClass' : ''" :data-money="item.value || 0"
</view>
v-for="(item, index) in MoneyList" :key="index">
<!-- 充值账户 -->
<span class="value">
<view
class=
"Recharge"
>
{{ item.value }}
<span></span>
</span>
<span>
账户充值
</span>
<span style="font-size: 28rpx; font-weight: 600; margin-left: 7rpx">{{
</view>
item.lable
<!-- 充值的金额 -->
}}</span>
<view
class=
"MoneyBox"
>
</view>
<view
</view> -->
class=
"depotMoney"
<view
class=
"moneyWrapper"
>
@
click=
"depotMoney(item.value, index)"
<view
class=
"moneyItem"
@
click=
"depotMoney(item.value, index)"
v-bind:class=
"MoneyIndex == index ? 'choiceClass' : ''"
v-bind:class=
"MoneyIndex == index ? 'active' : ''"
:data-money=
"item.value || 0"
:data-money=
"item.value || 0"
v-for=
"(item, index) in MoneyList"
:key=
"index"
>
v-for=
"(item, index) in MoneyList"
<view>
{{ item.value }}
</view>
:key=
"index"
<view>
{{ item.lable }}
</view>
>
</view>
<span
class=
"value"
>
<view
class=
"other"
>
{{
item
.
value
}}
<input
v-model=
"inputOtherM"
@
input=
"inputControl"
@
blur=
"ReturnToTop"
placeholder=
"其他金额,最低3元"
</span>
placeholder-class=
"placeholderinputOtherM"
type=
"text"
maxlength=
"6"
/>
<span
style=
"font-size: 28rpx; font-weight: 600; margin-left: 7rpx"
>
{{
</view>
item
.
lable
</view>
}}
</span>
<!-- <view class="MoneyBox" style="display: none !important;">
<!--
<span
class=
"tips"
v-show=
"item.tips"
>
<view class="depotMoney" @click="depotMoney(item.value, index)"
v-bind:class="MoneyIndex == index ? 'choiceClass' : ''" :data-money="item.value || 0"
v-for="(item, index) in MoneyList" :key="index">
<span class="value">
{{ item.value }}
</span>
<span style="font-size: 28rpx; font-weight: 600; margin-left: 7rpx">
{{item.lable}}
</span>
</view>
</view> -->
<!-- <span class="tips" v-show="item.tips">
{{item.tips}}
{{item.tips}}
</span> -->
</span> -->
</view>
<!-- 充值限额提示 -->
</view>
<view
class=
"depositbox"
>
<!-- 充值限额提示 -->
<image
mode=
"widthFix"
class=
"depositImg"
src=
"../../../static/img/depositIcon.png"
></image>
<view
class=
"depositbox"
>
<span
style=
"
<image
mode=
"widthFix"
class=
"depositImg"
src=
"../../../static/img/depositIcon.png"
></image>
<span
style=
"
vertical-align: middle;
vertical-align: middle;
font-size: 28rpx;
font-size: 28rpx;
color: #333333;
color: #333333;
font-weight: 500;
font-weight: 500;
"
"
>
最大可充值金额:
<span
style=
"color: red"
>
¥
<span
class=
"canDepositTx"
>
{{ RechargeMax }}
</span></span></span>
>
最大可充值金额:
<span
style=
"color: red"
</view>
>
¥
<span
class=
"canDepositTx"
>
{{
RechargeMax
}}
</span></span
<!-- 充值其它金额 -->
></span
<!-- <view class="OtherMoney" v-if="isOtherMoney"> -->
>
<view
class=
"OtherMoney"
style=
"display: none"
>
</view>
<span>
¥
</span>
<!-- 充值其它金额 -->
<input
v-model=
"inputOtherM"
@
input=
"inputControl"
@
blur=
"ReturnToTop"
placeholder=
"请输入其他金额,最低3元"
<!--
<view
class=
"OtherMoney"
v-if=
"isOtherMoney"
>
-->
placeholder-class=
"placeholderinputOtherM"
type=
"text"
maxlength=
"6"
/>
<view
class=
"OtherMoney"
>
</view>
<span>
¥
</span>
<!-- 支付方式 -->
<input
<view
class=
"paytype"
>
v-model=
"inputOtherM"
<view
class=
"left"
>
付款账户
</view>
@
input=
"inputControl"
<view
class=
"right"
@
click=
"queryBindCardList"
>
@
blur=
"ReturnToTop"
{{ bankInfo_.bindCardName }}({{ bankInfo_.bindCardNo.slice(bankInfo_.bindCardNo.length - 4)}})
placeholder=
"请输入其他金额,最低3元"
<van-icon
name=
"arrow"
/>
placeholder-class=
"placeholderinputOtherM"
</view>
type=
"text"
</view>
maxlength=
"6"
<view
class=
"payType"
style=
"display: none"
@
click=
"queryBindCardList"
>
/>
<view>
付款方式
</view>
</view>
<view>
<!-- 支付方式 -->
{{ bankInfo_.bindCardName }}
<view
class=
"payType"
@
click=
"queryBindCardList"
>
{{ bankInfo_.bindCardNo.slice(bankInfo_.bindCardNo.length - 4)
<view>
付款方式
</view>
}}
<span
class=
"arrow"
></span>
<view>
</view>
{{
bankInfo_
.
bindCardName
}}
<!-- <view>{{bankInfo_.accountName}}({{bankInfo_.accountNo.slice(bankInfo_.accountNo.length-4)}}) <span
{{
bankInfo_
.
bindCardNo
.
slice
(
bankInfo_
.
bindCardNo
.
length
-
4
)
}}
<span
class=
"arrow"
></span
></view>
<!--
<view>
{{
bankInfo_
.
accountName
}}
(
{{
bankInfo_
.
accountNo
.
slice
(
bankInfo_
.
accountNo
.
length
-
4
)
}}
)
<span
class="arrow"></span></view> -->
class="arrow"></span></view> -->
</view>
</view>
<!--
<view
class=
""
style=
"height: 1rpx;background-color: #DFDFDF;"
></view>
-->
<!-- <view class="" style="height: 1rpx;background-color: #DFDFDF;"></view> -->
<!-- 充值生活费 -->
<!-- 充值生活费 -->
<view
class=
"bottomdiv"
>
<view
class=
"bottomdiv"
>
<view
<view
class=
"DepositID"
@
click=
"toDeposit"
class=
"DepositID"
v-bind:style=
"Money != '' ? '' : 'background: #e6e6e6 !important;'"
>
@
click=
"toDeposit"
<span>
充值生活费
</span>
v-bind:style=
"Money != '' ? '' : 'background: #e6e6e6 !important;'"
</view>
>
<!-- -->
<span>
充值生活费
</span>
<!-- <view class="switchbankCard" @click="ChangeBankPay"
</view>
<!-- -->
<view
class=
"switchbankCard"
@
click=
"ChangeBankPay"
>我要换银行卡支付</view
>我要换银行卡支付</view
>
> -->
</view>
<view
class=
"service"
>
工商银行Ⅲ类户为您提供服务
</view>
</view>
</view>
<!-- 其他充值金额 -->
</view>
<view
class=
"contentBox"
v-if=
"depotMoneyother"
>
<!-- 其他充值金额 -->
<view
class=
"OtherTitle"
>
充值金额
</view>
<view
class=
"contentBox"
style=
"display: none;"
v-if=
"depotMoneyother"
>
<view
class=
"inputOtherM"
>
<view
class=
"OtherTitle"
>
充值金额
</view>
<span>
¥
</span>
<view
class=
"inputOtherM"
>
<input
<span>
¥
</span>
v-model=
"inputOtherM"
<input
v-model=
"inputOtherM"
@
input=
"inputControl"
placeholder-class=
"placeholderinputOtherM"
@
input=
"inputControl"
type=
"text"
maxlength=
"6"
/>
placeholder-class=
"placeholderinputOtherM"
</view>
type=
"text"
<view
class=
"OtherLine"
></view>
maxlength=
"6"
<!-- 充值范围 -->
/>
<view
class=
"Recharge_"
>
</view>
<!-- <image mode="widthFix" class="depositImg" src="../../static/img/depositIcon.png"></image> -->
<view
class=
"OtherLine"
></view>
<span>
最大可充值金额:
</span>
<!-- 充值范围 -->
<span>
¥
<span>
3.00 ~ {{ RechargeMax }}
</span></span>
<view
class=
"Recharge_"
>
</view>
<!--
<image
mode=
"widthFix"
class=
"depositImg"
src=
"../../static/img/depositIcon.png"
></image>
-->
</view>
<span>
最大可充值金额:
</span>
<!-- 弹出层 -->
<span
<uni-popup
ref=
"popup"
:mask-click=
"false"
>
>
¥
<span>
3.00 ~
{{
RechargeMax
}}
</span></span
<!-- 充值确认 -->
>
<view
class=
"RechargeConfirmationBox"
>
</view>
<view
class=
"RechargeInfo"
>
</view>
<view
class=
"closePhoneBox"
@
click=
"close()"
>
<!-- 弹出层 -->
<image
src=
"../../../static/img/close.png"
mode=
"aspectFit"
></image>
<uni-popup
ref=
"popup"
:mask-click=
"false"
>
</view>
<!-- 充值确认 -->
<view
class=
"RechargeInfo1"
>
充值生活费
</view>
<view
class=
"RechargeConfirmationBox"
>
<view
style=
"width: 520rpx; height: 1rpx; background: #eeeeee"
></view>
<view
class=
"RechargeInfo"
>
<view
class=
"ContenInfo"
>
<view
class=
"closePhoneBox"
@
click=
"close()"
>
<view
class=
""
v-if=
"isOtherMoney"
>
<image
src=
"../../../static/img/close.png"
mode=
"aspectFit"
></image>
充值金额:{{ inputOtherM }}元
</view>
</view>
<view
class=
"RechargeInfo1"
>
充值生活费
</view>
<view
class=
""
v-else
>
充值金额:{{ Money }}元
</view>
<view
style=
"width: 520rpx; height: 1rpx; background: #eeeeee"
></view>
<view
class=
""
>
<view
class=
"ContenInfo"
>
付款账户:{{ bankInfo_.bindCardName }}({{
<view
class=
""
v-if=
"isOtherMoney"
>
充值金额:
{{
inputOtherM
}}
元
</view>
<view
class=
""
v-else
>
充值金额:
{{
Money
}}
元
</view>
<view
class=
""
>
付款账户:
{{
bankInfo_
.
bindCardName
}}
(
{{
bankInfo_.bindCardNo
&&
bankInfo_.bindCardNo
&&
bankInfo_.bindCardNo.slice(bankInfo_.bindCardNo.length - 4)
bankInfo_.bindCardNo.slice(bankInfo_.bindCardNo.length - 4)
}})
}})
</view>
</view>
</view>
</view>
<view
style=
"width: 520rpx; height: 1rpx; background: #eeeeee"
></view>
<view
style=
"width: 520rpx; height: 1rpx; background: #eeeeee"
></view>
<!-- 取消 确认充值按钮 -->
<!-- 取消 确认充值按钮 -->
<view
class=
"BtngGoup"
>
<view
class=
"BtngGoup"
>
<view
class=
""
@
click=
"close()"
>
取消
</view>
<view
class=
""
@
click=
"close()"
>
取消
</view>
<view
class=
""
@
click=
"ExchangeRecharge"
>
确认充值
</view>
<view
class=
""
@
click=
"ExchangeRecharge"
>
确认充值
</view>
</view>
</view>
</view>
</view>
</view>
</view>
</uni-popup>
</uni-popup>
<!-- 选择银行卡 -->
<!-- 选择银行卡 -->
<view
class=
"selectCard"
>
<view
class=
"selectCard"
>
<van-popup
<van-popup
v-model=
"popshow"
round
position=
"bottom"
:style=
"{ height: '40%' }"
>
v-model=
"popshow"
<!-- 银行卡列表 -->
round
<view
class=
"accountlist"
>
position=
"bottom"
<!-- 切换绑定的一类卡列表 -->
:style=
"
{ height: '30%' }"
<view
class=
"showBindCardList"
>
>
<view
class=
"choiceBox"
>
选择付款账户
</view>
<!-- 银行卡列表 -->
<view
class=
"cardsList"
>
<view
class=
"accountlist"
>
<view
class=
"ListItem"
@
click=
"ChangeCardPay(item)"
v-for=
"(item, index) in bindcardList"
<!-- 切换绑定的一类卡列表 -->
:key=
"index"
>
<view
class=
"showBindCardList"
>
<span
style=
"padding-right: 10px"
>
{{ item.bindCardName }}
</span>
<view
class=
"choiceBox"
>
选择付款账户
</view>
<span>
尾号:{{item.bindCardNo.slice(item.bindCardNo.length - 4)}}
</span>
<view
<image
class=
"BankListImg"
src=
"../../../static/img/choiceBank.png"
></image>
class=
"ListItem"
</view>
@
click=
"ChangeCardPay(item)"
</view>
v-for=
"(item, index) in bindcardList"
<view
class=
"changeCard"
@
click=
"ChangeBankPay"
>
我要换卡支付
</view>
:key=
"index"
</view>
>
</view>
<span
style=
"padding-right: 10px"
>
{{
item
.
bindCardName
}}
</span>
</van-popup>
<span
</view>
>
尾号:
{{
</view>
item
.
bindCardNo
.
slice
(
item
.
bindCardNo
.
length
-
4
)
}}
</span
>
<image
class=
'BankListImg'
src=
'../../../static/img/choiceBank.png'
></image>
</view>
</view>
</view>
</van-popup>
</view>
</view>
</template>
</template>
<
script
>
<
script
>
import
{
Dialog
,
Toast
}
from
"
vant
"
;
import
{
import
keyboardPackage
from
"
@/components/keyboard-package/keyboard-package.vue
"
;
Dialog
,
import
cityData
from
"
@/common/js/city.js
"
;
Toast
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
}
from
"
vant
"
;
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
import
keyboardPackage
from
"
@/components/keyboard-package/keyboard-package.vue
"
;
gHost
=
"
https://fpdev.xiaopay.net
"
;
import
cityData
from
"
@/common/js/city.js
"
;
// gHost = "/api";
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
}
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
let
times
=
0
;
gHost
=
"
https://fpdev.xiaopay.net
"
;
var
limitClick
=
false
;
//禁止重复点击
// gHost = "/api";
var
sessionID
=
""
,
}
userID
=
""
;
let
times
=
0
;
var
payCardNumber
=
""
;
//一类卡号
var
limitClick
=
false
;
//禁止重复点击
var
orderSerialNo
=
""
;
//提现结果查询 指令号
var
sessionID
=
""
,
var
businessNo
=
""
,
userID
=
""
;
otpOrderNo
=
""
,
var
payCardNumber
=
""
;
//一类卡号
mobileNo
=
""
;
var
orderSerialNo
=
""
;
//提现结果查询 指令号
var
msCount
=
60
;
//定时器
var
businessNo
=
""
,
var
MyTimer
=
null
;
otpOrderNo
=
""
,
var
fromType
=
0
;
//0转账 1提现
mobileNo
=
""
;
var
opeType
=
0
;
//0充值 1提现 手机号验证
var
msCount
=
60
;
//定时器
var
bankInfo
=
{
var
MyTimer
=
null
;
acctNoArray
:
""
,
var
fromType
=
0
;
//0转账 1提现
idNo
:
""
,
var
opeType
=
0
;
//0充值 1提现 手机号验证
schoolId
:
""
,
var
bankInfo
=
{
trueName
:
""
,
acctNoArray
:
""
,
userId
:
""
,
idNo
:
""
,
sessionid
:
""
,
schoolId
:
""
,
wechattype
:
1
,
trueName
:
""
,
};
userId
:
""
,
/**
sessionid
:
""
,
* 对象转拼接字符串
wechattype
:
1
,
* @param {*} res Object 需要转换的数据对象
};
*/
/**
function
OforS
(
res
)
{
* 对象转拼接字符串
var
resL
=
0
;
* @param {*} res Object 需要转换的数据对象
var
outS
=
""
;
*/
for
(
var
i
in
res
)
{
function
OforS
(
res
)
{
if
(
resL
==
0
)
{
var
resL
=
0
;
outS
+=
""
+
i
+
"
=
"
+
res
[
i
];
var
outS
=
""
;
}
else
{
for
(
var
i
in
res
)
{
outS
+=
"
&
"
+
i
+
"
=
"
+
res
[
i
];
if
(
resL
==
0
)
{
}
outS
+=
""
+
i
+
"
=
"
+
res
[
i
];
resL
++
;
}
else
{
}
outS
+=
"
&
"
+
i
+
"
=
"
+
res
[
i
];
return
outS
;
}
}
resL
++
;
export
default
{
}
components
:
{
return
outS
;
keyboardPackage
,
}
},
export
default
{
name
:
"
Recharge
"
,
components
:
{
data
()
{
keyboardPackage
,
return
{
},
popshow
:
false
,
name
:
"
Recharge
"
,
// 输入其它金额
data
()
{
isOtherMoney
:
false
,
return
{
inputOtherM
:
""
,
showPopover
:
false
,
RechargeException
:
false
,
// 通过 actions 属性来定义菜单选项
depotMoneyother
:
false
,
//其他充值
actions
:
[{
Money
:
""
,
//选择金额
text
:
"
复制卡号
"
MoneyIndex
:
-
1
,
},
{
RechargeMax
:
"
2000
"
,
//最大充值限制
text
:
"
账户明细
"
ReflectMoney
:
""
,
//提现金额
},
{
VerifyCode
:
""
,
//验证码
text
:
"
常见问题
"
cardBalanceTx
:
"
0
"
,
//余额
}],
CodeMsg
:
"
获取验证码
"
,
popshow
:
false
,
type
:
"
number
"
,
// 输入其它金额
PersonalInfo
:
{
isOtherMoney
:
false
,
schoolname
:
""
,
inputOtherM
:
""
,
name
:
""
,
RechargeException
:
false
,
usertype
:
"
1
"
,
depotMoneyother
:
false
,
//其他充值
},
Money
:
""
,
//选择金额
bankInfo_
:
{
MoneyIndex
:
-
1
,
accountNo
:
"
**** **** **** 1234
"
,
RechargeMax
:
"
2000
"
,
//最大充值限制
bindCardName
:
""
,
ReflectMoney
:
""
,
//提现金额
bindCardNo
:
""
,
VerifyCode
:
""
,
//验证码
},
cardBalanceTx
:
"
0
"
,
//余额
ImgUrl
:
this
.
$ImgUrl
,
CodeMsg
:
"
获取验证码
"
,
MoneyList
:
[
type
:
"
number
"
,
{
PersonalInfo
:
{
lable
:
"
元
"
,
schoolname
:
""
,
value
:
100
,
name
:
""
,
},
usertype
:
"
1
"
,
{
},
lable
:
"
元
"
,
bankInfo_
:
{
value
:
200
,
accountNo
:
"
**** **** **** 1234
"
,
},
bindCardName
:
""
,
{
bindCardNo
:
""
,
lable
:
"
元
"
,
},
value
:
500
,
ImgUrl
:
this
.
$ImgUrl
,
},
MoneyList
:
[{
{
lable
:
"
元
"
,
lable
:
"
元
"
,
value
:
100
,
value
:
1000
,
},
},
{
],
lable
:
"
元
"
,
numberList
:
[],
value
:
200
,
tempFiles1
:
"
../../static/img/idCardBg1.png
"
,
//上传身份证临时选择文件
},
tempFiles2
:
"
../../static/img/idCardBg0.png
"
,
{
//绑定的一类卡列表
lable
:
"
元
"
,
bindcardList
:
[],
value
:
500
,
};
},
},
{
onLoad
:
function
(
options
)
{
lable
:
"
元
"
,
console
.
log
(
options
);
value
:
1000
,
// 初始化
},
userID
=
options
[
"
userID
"
]
||
""
;
],
sessionID
=
options
[
"
seesionID
"
]
||
""
;
numberList
:
[],
fromType
=
options
[
"
fromType
"
]
||
""
;
tempFiles1
:
"
../../static/img/idCardBg1.png
"
,
//上传身份证临时选择文件
bankInfo
.
sessionid
=
sessionID
||
""
;
tempFiles2
:
"
../../static/img/idCardBg0.png
"
,
this
.
QueryUserInfo
();
//绑定的一类卡列表
},
bindcardList
:
[],
created
:
function
()
{},
};
mounted
:
function
()
{},
},
methods
:
{
onLoad
:
function
(
options
)
{
async
ChangeBankPay
()
{
console
.
log
(
options
);
uni
.
showLoading
({
mask
:
true
});
// 初始化
let
status
=
await
this
.
accountCloseacceptStatusQuery
();
userID
=
options
[
"
userID
"
]
||
""
;
uni
.
hideLoading
();
sessionID
=
options
[
"
seesionID
"
]
||
""
;
if
(
status
!==
0
)
return
false
;
fromType
=
options
[
"
fromType
"
]
||
""
;
this
.
BackToMini
(
"
AssignAddCard
"
);
bankInfo
.
sessionid
=
sessionID
||
""
;
},
this
.
QueryUserInfo
();
accountCloseacceptStatusQuery
()
{
},
return
new
Promise
((
resolve
,
reject
)
=>
{
created
:
function
()
{},
$
.
ajax
({
mounted
:
function
()
{},
//查询是否提交销户
methods
:
{
url
:
onSelect
(
action
)
{
gHost
+
if
(
action
.
text
==
"
复制卡号
"
)
{
"
/bank-wechat/icbc/account/manager/accountCloseacceptStatusQuery
"
,
this
.
CopyCardNumber
();
type
:
"
post
"
,
}
else
if
(
action
.
text
==
"
账户明细
"
)
{
data
:
{
this
.
BackToMini
(
'
purchaseDetail
'
);
schoolId
:
this
.
PersonalInfo
.
schoolid
,
}
else
if
(
action
.
text
==
"
常见问题
"
)
{
userId
:
this
.
PersonalInfo
.
id
,
uni
.
navigateTo
({
wechattype
:
1
,
url
:
`../../commonProblem/commonProblem`
sessionid
:
sessionID
,
})
},
}
contentType
:
"
application/x-www-form-urlencoded
"
,
},
headers
:
{
async
ChangeBankPay
()
{
sessionid
:
sessionID
,
uni
.
showLoading
({
},
mask
:
true
success
:
({
code
,
message
,
results
})
=>
{
});
let
status
=
results
&&
results
.
status
;
// 0表示未申请,1申请中,2已销户,3销户申请失败
let
status
=
await
this
.
accountCloseacceptStatusQuery
();
if
(
code
===
"
10000
"
&&
status
==
"
0
"
)
{
uni
.
hideLoading
();
}
else
if
(
code
===
"
10000
"
&&
status
==
"
1
"
)
{
if
(
status
!==
0
)
return
false
;
uni
.
showToast
({
this
.
BackToMini
(
"
AssignAddCard
"
);
title
:
"
您已提交销户申请,银行正在审核中。
"
,
},
icon
:
"
none
"
,
accountCloseacceptStatusQuery
()
{
});
return
new
Promise
((
resolve
,
reject
)
=>
{
}
else
{
$
.
ajax
({
uni
.
showToast
({
//查询是否提交销户
title
:
message
,
url
:
gHost
+
icon
:
"
none
"
,
"
/bank-wechat/icbc/account/manager/accountCloseacceptStatusQuery
"
,
});
type
:
"
post
"
,
}
data
:
{
resolve
(
status
);
schoolId
:
this
.
PersonalInfo
.
schoolid
,
},
userId
:
this
.
PersonalInfo
.
id
,
error
:
function
(
err
)
{
wechattype
:
1
,
uni
.
showToast
({
sessionid
:
sessionID
,
title
:
err
.
message
||
"
请求失败
"
,
},
icon
:
"
none
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
});
headers
:
{
reject
(
-
1
);
sessionid
:
sessionID
,
},
},
});
success
:
({
});
code
,
},
message
,
// 验证码弹出框开启
results
toDeposit
()
{
})
=>
{
if
(
this
.
isOtherMoney
)
{
let
status
=
results
&&
results
.
status
;
// 0表示未申请,1申请中,2已销户,3销户申请失败
if
(
this
.
inputOtherM
==
""
)
{
if
(
code
===
"
10000
"
&&
status
==
"
0
"
)
{}
else
if
(
code
===
"
10000
"
&&
uni
.
showModal
({
status
==
"
1
"
)
{
title
:
"
系统提示
"
,
uni
.
showToast
({
content
:
"
请输入要充值的金额!
"
,
title
:
"
您已提交销户申请,银行正在审核中。
"
,
});
icon
:
"
none
"
,
return
;
});
}
}
else
{
if
(
parseFloat
(
this
.
inputOtherM
)
*
1
<
3
)
{
uni
.
showToast
({
weui
.
topTips
(
"
充值金额必须大于3元
"
);
title
:
message
,
return
;
icon
:
"
none
"
,
}
});
}
else
{
}
if
(
this
.
Money
==
""
)
{
resolve
(
status
);
uni
.
showModal
({
},
title
:
"
系统提示
"
,
error
:
function
(
err
)
{
content
:
"
请选择要充值的金额!
"
,
uni
.
showToast
({
});
title
:
err
.
message
||
"
请求失败
"
,
return
;
icon
:
"
none
"
,
}
});
if
(
parseFloat
(
this
.
inputOtherM
)
*
1
<
3
)
{
reject
(
-
1
);
weui
.
topTips
(
"
充值金额必须大于3元
"
);
},
return
;
});
}
});
}
},
this
.
$refs
.
popup
.
open
(
"
top
"
);
// 验证码弹出框开启
},
toDeposit
()
{
// 验证码弹出框关闭
if
(
this
.
isOtherMoney
)
{
close
()
{
if
(
this
.
inputOtherM
==
""
)
{
this
.
$refs
.
popup
.
close
();
uni
.
showModal
({
},
title
:
"
系统提示
"
,
//切换到提现
content
:
"
请输入要充值的金额!
"
,
ToWalletTx
()
{
});
$
(
"
#DepositBox
"
).
css
(
"
display
"
,
"
none
"
);
return
;
$
(
"
#TxWalletBox
"
).
css
(
"
display
"
,
"
block
"
);
}
// $('.TitleHeader').html('电子账户提现');
if
(
parseFloat
(
this
.
inputOtherM
)
*
1
<
3
)
{
$
(
"
.doBtnTx
"
).
html
(
"
提现
"
);
weui
.
topTips
(
"
充值金额必须大于3元
"
);
opeType
=
1
;
return
;
uni
.
navigateTo
({
}
url
:
}
else
{
"
../Reflect/Reflect?
"
+
if
(
this
.
Money
==
""
)
{
OforS
({
uni
.
showModal
({
sessionID
:
sessionID
,
title
:
"
系统提示
"
,
userID
:
userID
,
content
:
"
请选择要充值的金额!
"
,
}),
});
});
return
;
},
}
//全部提现
if
(
parseFloat
(
this
.
inputOtherM
)
*
1
<
3
)
{
TxAllFun
()
{
weui
.
topTips
(
"
充值金额必须大于3元
"
);
this
.
ReflectMoney
=
this
.
cardBalanceTx
*
1
;
return
;
// $('.TxClsTx').val($('.cardBalanceTx')[0].textContent * 1);
}
},
}
// 输入限制
this
.
$refs
.
popup
.
open
(
"
top
"
);
inputControl
(
e
)
{
},
let
this_
=
this
;
// 验证码弹出框关闭
this_
.
MoneyIndex
=
-
1
;
close
()
{
this_
.
isOtherMoney
=
true
;
this
.
$refs
.
popup
.
close
();
let
obj
=
e
.
detail
;
},
this
.
$nextTick
(
function
()
{
//切换到提现
obj
.
value
=
obj
.
value
.
replace
(
/
[^\d
.
]
/g
,
""
);
//清除"数字"和"."以外的字符
ToWalletTx
()
{
obj
.
value
=
obj
.
value
.
replace
(
/^
\.
/g
,
""
);
//验证第一个字符是数字而不是.
$
(
"
#DepositBox
"
).
css
(
"
display
"
,
"
none
"
);
obj
.
value
=
obj
.
value
.
replace
(
/
\.{2,}
/g
,
"
.
"
);
//只保留第一个. 清除多余的.
$
(
"
#TxWalletBox
"
).
css
(
"
display
"
,
"
block
"
);
obj
.
value
=
obj
.
value
// $('.TitleHeader').html('电子账户提现');
.
replace
(
"
.
"
,
"
$#$
"
)
$
(
"
.doBtnTx
"
).
html
(
"
提现
"
);
.
replace
(
/
\.
/g
,
""
)
opeType
=
1
;
.
replace
(
"
$#$
"
,
"
.
"
);
//只允许输入一个小数点
uni
.
navigateTo
({
obj
.
value
=
obj
.
value
.
replace
(
/^
(\-)
*
(\d
+
)\.(\d\d)
.*$/
,
"
$1$2.$3
"
);
//只能输入两个小数
url
:
"
../Reflect/Reflect?
"
+
obj
.
value
=
OforS
({
obj
.
value
*
1
>
this_
.
RechargeMax
?
this_
.
RechargeMax
:
obj
.
value
;
sessionID
:
sessionID
,
if
(
obj
.
value
==
""
||
obj
.
value
*
1
<
3
)
{
userID
:
userID
,
$
(
"
.DepositID
"
).
attr
(
}),
"
style
"
,
});
"
background: rgb(230, 230, 230) !important;
"
},
);
//全部提现
}
else
{
TxAllFun
()
{
$
(
"
.DepositID
"
).
removeAttr
(
"
style
"
);
this
.
ReflectMoney
=
this
.
cardBalanceTx
*
1
;
}
// $('.TxClsTx').val($('.cardBalanceTx')[0].textContent * 1);
this_
.
inputOtherM
=
obj
.
value
;
},
});
// 输入限制
},
inputControl
(
e
)
{
//input键盘弹起不会弹
let
this_
=
this
;
ReturnToTop
()
{
this_
.
MoneyIndex
=
-
1
;
// 若最后一位为小数点则去掉
this_
.
isOtherMoney
=
true
;
let
str
=
this
.
inputOtherM
+
""
;
let
obj
=
e
.
detail
;
if
(
str
.
lastIndexOf
(
"
.
"
)
==
str
.
length
-
1
)
{
this
.
$nextTick
(
function
()
{
this
.
inputOtherM
=
str
.
substring
(
0
,
str
.
length
-
1
);
obj
.
value
=
obj
.
value
.
replace
(
/
[^\d
.
]
/g
,
""
);
//清除"数字"和"."以外的字符
}
obj
.
value
=
obj
.
value
.
replace
(
/^
\.
/g
,
""
);
//验证第一个字符是数字而不是.
this
.
$nextTick
(
function
()
{
obj
.
value
=
obj
.
value
.
replace
(
/
\.{2,}
/g
,
"
.
"
);
//只保留第一个. 清除多余的.
document
.
scrollingElement
.
scrollTo
(
0
,
this
.
scrollTop
);
obj
.
value
=
obj
.
value
});
.
replace
(
"
.
"
,
"
$#$
"
)
},
.
replace
(
/
\.
/g
,
""
)
// 充值
.
replace
(
"
$#$
"
,
"
.
"
);
//只允许输入一个小数点
async
ExchangeRecharge
()
{
obj
.
value
=
obj
.
value
.
replace
(
/^
(\-)
*
(\d
+
)\.(\d\d)
.*$/
,
"
$1$2.$3
"
);
//只能输入两个小数
let
amount
,
bindMedium
,
summary
;
obj
.
value
=
if
(
this
.
isOtherMoney
)
{
obj
.
value
*
1
>
this_
.
RechargeMax
?
this_
.
RechargeMax
:
obj
.
value
;
if
(
this
.
inputOtherM
==
""
)
{
if
(
obj
.
value
==
""
||
obj
.
value
*
1
<
3
)
{
uni
.
showModal
({
$
(
"
.DepositID
"
).
attr
(
title
:
"
系统提示
"
,
"
style
"
,
content
:
"
请输入要充值的金额!
"
,
"
background: rgb(230, 230, 230) !important;
"
});
);
return
;
}
else
{
}
$
(
"
.DepositID
"
).
removeAttr
(
"
style
"
);
amount
=
this
.
inputOtherM
*
1
;
}
}
else
{
this_
.
inputOtherM
=
obj
.
value
;
if
(
this
.
Money
==
""
)
{
});
uni
.
showModal
({
},
title
:
"
系统提示
"
,
//input键盘弹起不会弹
content
:
"
请选择要充值的金额!
"
,
ReturnToTop
()
{
});
// 若最后一位为小数点则去掉
return
;
let
str
=
this
.
inputOtherM
+
""
;
}
if
(
str
.
lastIndexOf
(
"
.
"
)
==
str
.
length
-
1
)
{
amount
=
this
.
Money
*
1
;
this
.
inputOtherM
=
str
.
substring
(
0
,
str
.
length
-
1
);
}
}
let
this_
=
this
;
this
.
$nextTick
(
function
()
{
uni
.
showLoading
({
document
.
scrollingElement
.
scrollTo
(
0
,
this
.
scrollTop
);
mask
:
true
,
});
title
:
"
处理中......
"
,
},
});
// 充值
try
{
async
ExchangeRecharge
()
{
let
status
=
await
this
.
accountCloseacceptStatusQuery
();
let
amount
,
bindMedium
,
summary
;
if
(
status
!==
0
)
{
if
(
this
.
isOtherMoney
)
{
uni
.
hideLoading
();
if
(
this
.
inputOtherM
==
""
)
{
return
false
;
uni
.
showModal
({
}
title
:
"
系统提示
"
,
}
catch
(
e
)
{
content
:
"
请输入要充值的金额!
"
,
uni
.
hideLoading
();
});
return
false
;
return
;
}
}
amount
=
this
.
inputOtherM
*
1
;
$
.
ajax
({
}
else
{
url
:
gHost
+
"
/bank-wechat/icbc/account/exchange/recharge
"
,
if
(
this
.
Money
==
""
)
{
type
:
"
POST
"
,
uni
.
showModal
({
contentType
:
"
application/x-www-form-urlencoded
"
,
title
:
"
系统提示
"
,
data
:
{
content
:
"
请选择要充值的金额!
"
,
schoolId
:
bankInfo
.
schoolId
,
});
userId
:
userID
,
return
;
sessionid
:
sessionID
,
}
wechattype
:
1
,
amount
=
this
.
Money
*
1
;
amount
:
amount
,
}
bindMedium
:
this
.
bankInfo_
.
bindCardNo
,
let
this_
=
this
;
summary
:
"
充值
"
,
uni
.
showLoading
({
},
mask
:
true
,
headers
:
{
title
:
"
处理中......
"
,
sessionid
:
sessionID
,
});
},
try
{
success
:
function
(
res5
)
{
let
status
=
await
this
.
accountCloseacceptStatusQuery
();
uni
.
hideLoading
();
if
(
status
!==
0
)
{
if
(
res5
.
code
==
"
10000
"
)
{
uni
.
hideLoading
();
this_
.
close
();
return
false
;
setTimeout
(()
=>
{
}
this_
.
queryBankInfo
();
}
catch
(
e
)
{
},
3000
);
uni
.
hideLoading
();
wx
.
showModal
({
return
false
;
title
:
"
充值申请已提交
"
,
}
content
:
"
银行处理需要1-5分钟时间,充值结果以余额查询为准。
"
,
showCancel
:
false
,
$
.
ajax
({
});
url
:
gHost
+
"
/bank-wechat/icbc/account/exchange/recharge
"
,
}
else
{
type
:
"
POST
"
,
weui
.
topTips
(
res5
.
message
);
contentType
:
"
application/x-www-form-urlencoded
"
,
}
data
:
{
},
schoolId
:
bankInfo
.
schoolId
,
error
:
function
(
err
)
{
userId
:
userID
,
uni
.
hideLoading
();
sessionid
:
sessionID
,
},
wechattype
:
1
,
});
amount
:
amount
,
},
bindMedium
:
this
.
bankInfo_
.
bindCardNo
,
// 充值结果查询
summary
:
"
充值
"
,
async
ExchangeRechargeQuery
(
flowId
,
oriCorpSerno
)
{
},
let
this_
=
this
;
headers
:
{
let
loading
=
Toast
.
loading
({
sessionid
:
sessionID
,
message
:
"
加载中...
"
,
},
forbidClick
:
true
,
success
:
function
(
res5
)
{
loadingType
:
"
spinner
"
,
uni
.
hideLoading
();
duration
:
0
,
if
(
res5
.
code
==
"
10000
"
)
{
});
this_
.
close
();
$
.
ajax
({
setTimeout
(()
=>
{
url
:
gHost
+
"
/bank-wechat/icbc/account/exchange/rechargeQuery
"
,
this_
.
queryBankInfo
();
type
:
"
POST
"
,
},
3000
);
contentType
:
"
application/x-www-form-urlencoded
"
,
wx
.
showModal
({
data
:
{
title
:
"
充值申请已提交
"
,
schoolId
:
bankInfo
.
schoolId
,
content
:
"
银行处理需要1-5分钟时间,充值结果以余额查询为准。
"
,
userId
:
userID
,
showCancel
:
false
,
sessionid
:
sessionID
,
});
wechattype
:
1
,
}
else
{
flowId
:
flowId
,
weui
.
topTips
(
res5
.
message
);
oriCorpSerno
:
oriCorpSerno
,
}
},
},
headers
:
{
error
:
function
(
err
)
{
sessionid
:
sessionID
,
uni
.
hideLoading
();
},
},
success
:
function
(
res5
)
{
});
loading
.
clear
();
},
if
(
res5
.
code
==
"
10000
"
)
{
// 充值结果查询
let
appStatus
=
res5
.
results
.
appStatus
;
async
ExchangeRechargeQuery
(
flowId
,
oriCorpSerno
)
{
if
(
appStatus
==
"
4
"
)
{
let
this_
=
this
;
uni
.
showModal
({
let
loading
=
Toast
.
loading
({
title
:
"
系统提示
"
,
message
:
"
加载中...
"
,
content
:
"
充值成功!
"
,
forbidClick
:
true
,
});
loadingType
:
"
spinner
"
,
this_
.
queryBankInfo
();
duration
:
0
,
}
else
{
});
uni
.
showModal
({
$
.
ajax
({
title
:
"
系统提示
"
,
url
:
gHost
+
"
/bank-wechat/icbc/account/exchange/rechargeQuery
"
,
content
:
appStatus
==
"
1
"
?
"
申请已受理
"
:
res5
.
message
,
type
:
"
POST
"
,
});
contentType
:
"
application/x-www-form-urlencoded
"
,
}
data
:
{
}
else
{
schoolId
:
bankInfo
.
schoolId
,
weui
.
topTips
(
res5
.
message
);
userId
:
userID
,
uni
.
showModal
({
sessionid
:
sessionID
,
title
:
"
系统提示
"
,
wechattype
:
1
,
content
:
res5
.
message
,
flowId
:
flowId
,
});
oriCorpSerno
:
oriCorpSerno
,
}
},
},
headers
:
{
error
:
function
(
err
)
{
sessionid
:
sessionID
,
loading
.
clear
();
},
},
success
:
function
(
res5
)
{
});
loading
.
clear
();
},
if
(
res5
.
code
==
"
10000
"
)
{
// 复制我卡号
let
appStatus
=
res5
.
results
.
appStatus
;
async
CopyCardNumber
()
{
if
(
appStatus
==
"
4
"
)
{
let
value
=
this
.
bankInfo_
.
accountNo
;
uni
.
showModal
({
Dialog
({
title
:
"
系统提示
"
,
title
:
"
系统提示
"
,
content
:
"
充值成功!
"
,
message
:
"
复制成功!
"
,
});
});
this_
.
queryBankInfo
();
this
.
$nextTick
(
function
()
{
}
else
{
let
clipboard
=
new
ClipboardJS
(
"
#cardNumright
"
,
{
uni
.
showModal
({
text
:
function
()
{
title
:
"
系统提示
"
,
return
value
;
content
:
appStatus
==
"
1
"
?
"
申请已受理
"
:
res5
.
message
,
},
});
});
}
});
}
else
{
},
weui
.
topTips
(
res5
.
message
);
//选择输入其他金额
uni
.
showModal
({
OtherMoney
()
{
title
:
"
系统提示
"
,
this
.
depotMoneyother
=
true
;
content
:
res5
.
message
,
},
});
// 快捷选择金额
}
async
depotMoney
(
value
,
MoneyIndex
)
{
},
// console.log(value);
error
:
function
(
err
)
{
// if (!value) {
loading
.
clear
();
// this.isOtherMoney = true;
},
// this.Money = "";
});
// this.MoneyIndex = MoneyIndex;
},
// return;
// 复制我卡号
// }
async
CopyCardNumber
()
{
this
.
isOtherMoney
=
false
;
let
value
=
this
.
bankInfo_
.
accountNo
;
this
.
inputOtherM
=
""
;
Dialog
({
this
.
Money
=
parseInt
(
value
);
title
:
"
系统提示
"
,
this
.
MoneyIndex
=
MoneyIndex
;
message
:
"
复制成功!
"
,
},
});
//按钮操作
this
.
$nextTick
(
function
()
{
HideHTML
(
dom
,
type
)
{
let
clipboard
=
new
ClipboardJS
(
"
#cardNumright
"
,
{
this
.
$nextTick
(
function
()
{
text
:
function
()
{
if
(
type
==
0
)
{
return
value
;
$
(
"
.
"
+
dom
).
css
(
"
display
"
,
"
none
"
);
},
}
else
{
});
$
(
"
.
"
+
dom
).
css
(
"
display
"
,
"
block
"
);
});
}
},
});
//选择输入其他金额
},
OtherMoney
()
{
//返回小程序 跳转指定页面
this
.
depotMoneyother
=
true
;
BackToMini
(
page
)
{
},
if
(
page
==
"
UserMain
"
||
page
==
"
personalCenter
"
)
{
// 快捷选择金额
jWeixin
.
miniProgram
.
switchTab
({
async
depotMoney
(
value
,
MoneyIndex
)
{
url
:
`/pages/
${
page
}
/main`
,
// console.log(value);
});
// if (!value) {
}
else
{
// this.isOtherMoney = true;
jWeixin
.
miniProgram
.
redirectTo
({
// this.Money = "";
url
:
`/pages/
${
page
}
/main`
,
// this.MoneyIndex = MoneyIndex;
});
// return;
}
// }
},
this
.
isOtherMoney
=
false
;
//换绑卡
this
.
inputOtherM
=
""
;
ChangeCardPay
(
item
)
{
this
.
Money
=
parseInt
(
value
);
let
this_
=
this
;
this
.
MoneyIndex
=
MoneyIndex
;
if
(
bankInfo
.
bindCardNo
==
item
.
bindCardNo
)
{
},
return
;
//按钮操作
}
HideHTML
(
dom
,
type
)
{
var
loading
=
weui
.
loading
(
"
请稍后
"
);
this
.
$nextTick
(
function
()
{
$
.
ajax
({
if
(
type
==
0
)
{
url
:
gHost
+
"
/bank-wechat/icbc/account/bindcard/changeDefaultBinding
"
,
$
(
"
.
"
+
dom
).
css
(
"
display
"
,
"
none
"
);
type
:
"
POST
"
,
}
else
{
contentType
:
"
application/x-www-form-urlencoded
"
,
$
(
"
.
"
+
dom
).
css
(
"
display
"
,
"
block
"
);
data
:
{
}
schoolId
:
bankInfo
.
schoolId
,
});
userId
:
userID
,
},
sessionid
:
sessionID
,
//返回小程序 跳转指定页面
wechattype
:
1
,
BackToMini
(
page
)
{
bindMedium
:
item
.
bindCardNo
,
if
(
page
==
"
UserMain
"
||
page
==
"
personalCenter
"
)
{
bindMediumName
:
item
.
bindCardName
,
jWeixin
.
miniProgram
.
switchTab
({
},
url
:
`/pages/
${
page
}
/main`
,
success
:
function
(
res5
)
{
});
loading
.
hide
();
}
else
{
if
(
res5
.
code
==
"
10000
"
)
{
jWeixin
.
miniProgram
.
redirectTo
({
this_
.
queryUserBankInfo
();
url
:
`/pages/
${
page
}
/main`
,
this_
.
close
();
});
}
else
{
}
weui
.
topTips
(
res5
.
message
);
},
}
//换绑卡
this_
.
popshow
=
false
;
ChangeCardPay
(
item
)
{
},
let
this_
=
this
;
error
:
function
(
err
)
{
if
(
bankInfo
.
bindCardNo
==
item
.
bindCardNo
)
{
loading
.
hide
();
return
;
},
}
});
var
loading
=
weui
.
loading
(
"
请稍后
"
);
},
$
.
ajax
({
//查询一类卡绑定列表
url
:
gHost
+
"
/bank-wechat/icbc/account/bindcard/changeDefaultBinding
"
,
queryBindCardList
()
{
type
:
"
POST
"
,
let
this_
=
this
;
contentType
:
"
application/x-www-form-urlencoded
"
,
let
loading
=
weui
.
loading
(
"
请稍后
"
);
data
:
{
$
.
ajax
({
schoolId
:
bankInfo
.
schoolId
,
url
:
gHost
+
"
/bank-wechat/icbc/account/bindcard/bindingList
"
,
userId
:
userID
,
type
:
"
POST
"
,
sessionid
:
sessionID
,
contentType
:
"
application/x-www-form-urlencoded
"
,
wechattype
:
1
,
data
:
{
bindMedium
:
item
.
bindCardNo
,
mediumId
:
bankInfo
.
accountNo
,
bindMediumName
:
item
.
bindCardName
,
schoolId
:
bankInfo
.
schoolId
,
},
userId
:
userID
,
success
:
function
(
res5
)
{
sessionid
:
sessionID
,
loading
.
hide
();
wechattype
:
1
,
if
(
res5
.
code
==
"
10000
"
)
{
},
this_
.
queryUserBankInfo
();
success
:
function
(
res4
)
{
this_
.
close
();
loading
.
hide
();
}
else
{
if
(
res4
.
code
==
"
10000
"
)
{
weui
.
topTips
(
res5
.
message
);
this_
.
bindcardList
=
res4
.
results
;
}
this_
.
popshow
=
true
;
this_
.
popshow
=
false
;
}
else
{
},
weui
.
topTips
(
res4
.
message
);
error
:
function
(
err
)
{
}
loading
.
hide
();
},
},
error
:
function
(
err
)
{
});
loading
.
hide
();
},
},
//查询一类卡绑定列表
});
queryBindCardList
()
{
},
let
this_
=
this
;
//获取银行余额
let
loading
=
weui
.
loading
(
"
请稍后
"
);
queryBankInfo
()
{
$
.
ajax
({
let
this_
=
this
;
url
:
gHost
+
"
/bank-wechat/icbc/account/bindcard/bindingList
"
,
// let loading = weui.loading('请稍后');
type
:
"
POST
"
,
$
.
ajax
({
contentType
:
"
application/x-www-form-urlencoded
"
,
url
:
gHost
+
"
/bank-wechat/icbc/account/balance/balanceQuery
"
,
data
:
{
type
:
"
POST
"
,
mediumId
:
bankInfo
.
accountNo
,
timeout
:
8000
,
schoolId
:
bankInfo
.
schoolId
,
contentType
:
"
application/x-www-form-urlencoded
"
,
userId
:
userID
,
data
:
{
sessionid
:
sessionID
,
mediumId
:
bankInfo
.
accountNo
||
""
,
wechattype
:
1
,
schoolId
:
bankInfo
.
schoolId
||
""
,
},
userId
:
bankInfo
.
userId
||
""
,
success
:
function
(
res4
)
{
sessionid
:
sessionID
,
loading
.
hide
();
wechattype
:
1
,
if
(
res4
.
code
==
"
10000
"
)
{
},
this_
.
bindcardList
=
res4
.
results
;
success
:
function
(
res3
)
{
this_
.
popshow
=
true
;
// loading.hide();
}
else
{
if
(
res3
.
code
==
"
10000
"
)
{
weui
.
topTips
(
res4
.
message
);
if
(
res3
.
results
.
accountBalance
==
null
)
{
}
weui
.
topTips
(
"
账户信息为空,余额查询失败
"
);
},
}
else
{
error
:
function
(
err
)
{
this_
.
cardBalanceTx
=
(
res3
.
results
.
accountBalance
*
1
).
toFixed
(
loading
.
hide
();
2
},
);
});
$
(
"
.TxClsTx
"
).
attr
(
},
"
placeholder
"
,
//获取银行余额
`可提现金额
${(
res3
.
results
.
accountBalance
*
1
).
toFixed
(
2
)}
元`
queryBankInfo
()
{
);
let
this_
=
this
;
this_
.
RechargeMax
=
(
// let loading = weui.loading('请稍后');
2000
-
$
.
ajax
({
(
res3
.
results
.
accountBalance
*
1
).
toFixed
(
2
)
*
1
url
:
gHost
+
"
/bank-wechat/icbc/account/balance/balanceQuery
"
,
).
toFixed
(
2
);
type
:
"
POST
"
,
}
timeout
:
8000
,
}
else
{
contentType
:
"
application/x-www-form-urlencoded
"
,
weui
.
topTips
(
res3
.
message
);
data
:
{
}
mediumId
:
bankInfo
.
accountNo
||
""
,
},
schoolId
:
bankInfo
.
schoolId
||
""
,
error
:
function
(
err
)
{
userId
:
bankInfo
.
userId
||
""
,
// loading.hide();
sessionid
:
sessionID
,
},
wechattype
:
1
,
complete
:
function
(
XMLHttpRequest
,
status
)
{
},
// loading.hide();
success
:
function
(
res3
)
{
if
(
status
==
"
timeout
"
)
{
// loading.hide();
weui
.
topTips
(
"
请求超时,余额查询失败
"
);
if
(
res3
.
code
==
"
10000
"
)
{
}
if
(
res3
.
results
.
accountBalance
==
null
)
{
},
weui
.
topTips
(
"
账户信息为空,余额查询失败
"
);
});
}
else
{
},
this_
.
cardBalanceTx
=
(
res3
.
results
.
accountBalance
*
1
).
toFixed
(
//获取用户已填写银行信息
2
queryUserBankInfo
()
{
);
let
this_
=
this
;
$
(
"
.TxClsTx
"
).
attr
(
// let loading = weui.loading('请稍后');
"
placeholder
"
,
$
.
ajax
({
`可提现金额
${(
res3
.
results
.
accountBalance
*
1
).
toFixed
(
2
)}
元`
url
:
gHost
+
"
/bank-wechat/user/bank/get
"
,
);
type
:
"
POST
"
,
this_
.
RechargeMax
=
(
contentType
:
"
application/x-www-form-urlencoded
"
,
2000
-
data
:
{
(
res3
.
results
.
accountBalance
*
1
).
toFixed
(
2
)
*
1
schoolId
:
bankInfo
.
schoolId
,
).
toFixed
(
2
);
userId
:
userID
,
}
sessionid
:
sessionID
,
}
else
{
wechattype
:
1
,
weui
.
topTips
(
res3
.
message
);
},
}
success
:
function
(
res2
)
{
},
if
(
res2
.
code
==
"
10000
"
)
{
error
:
function
(
err
)
{
if
(
!
res2
.
results
)
{
// loading.hide();
weui
.
topTips
(
"
获取用户银行信息失败!
"
);
},
// loading.hide();
complete
:
function
(
XMLHttpRequest
,
status
)
{
return
;
// loading.hide();
}
if
(
status
==
"
timeout
"
)
{
bankInfo
=
res2
.
results
;
weui
.
topTips
(
"
请求超时,余额查询失败
"
);
bankInfo
.
sessionid
=
sessionID
;
}
this_
.
queryBankInfo
();
//查余额
},
this_
.
bankInfo_
=
bankInfo
;
});
// this_.getBindingList(bankInfo.accountNo,bankInfo.schoolId,bankInfo.id);
},
}
else
{
//获取用户已填写银行信息
weui
.
topTips
(
res2
.
message
);
queryUserBankInfo
()
{
}
let
this_
=
this
;
},
// let loading = weui.loading('请稍后');
error
:
function
(
err
)
{
$
.
ajax
({
// loading.hide();
url
:
gHost
+
"
/bank-wechat/user/bank/get/v2
"
,
},
type
:
"
POST
"
,
});
contentType
:
"
application/x-www-form-urlencoded
"
,
},
data
:
{
//查询用户信息
schoolId
:
bankInfo
.
schoolId
,
QueryUserInfo
()
{
userId
:
userID
,
let
this_
=
this
;
sessionid
:
sessionID
,
let
loading
=
Toast
.
loading
({
wechattype
:
1
,
message
:
"
加载中...
"
,
},
forbidClick
:
true
,
success
:
function
(
res2
)
{
loadingType
:
"
spinner
"
,
if
(
res2
.
code
==
"
10000
"
)
{
duration
:
0
,
if
(
!
res2
.
results
)
{
});
weui
.
topTips
(
"
获取用户银行信息失败!
"
);
$
.
ajax
({
// loading.hide();
url
:
gHost
+
"
/wechat/svweapp/QueryPersonalInfo
"
,
return
;
type
:
"
POST
"
,
}
contentType
:
"
application/x-www-form-urlencoded
"
,
bankInfo
=
res2
.
results
;
data
:
{
bankInfo
.
sessionid
=
sessionID
;
userid
:
userID
,
this_
.
queryBankInfo
();
//查余额
sessionid
:
sessionID
,
this_
.
bankInfo_
=
bankInfo
;
wechattype
:
1
,
// this_.getBindingList(bankInfo.accountNo,bankInfo.schoolId,bankInfo.id);
},
}
else
{
success
:
function
(
res1
)
{
weui
.
topTips
(
res2
.
message
);
loading
.
clear
();
}
if
(
res1
.
code
==
"
10000
"
)
{
},
bankInfo
.
schoolId
=
res1
.
results
.
schoolid
;
error
:
function
(
err
)
{
bankInfo
.
userId
=
res1
.
results
.
id
;
// loading.hide();
this_
.
PersonalInfo
=
res1
.
results
;
},
if
(
res1
.
results
.
usertype
==
1
)
{
});
$
(
"
.StudentCls
"
).
css
(
"
display
"
,
"
block
"
);
},
$
(
"
.TeacherCls
"
).
css
(
"
display
"
,
"
none
"
);
//查询用户信息
}
else
{
QueryUserInfo
()
{
$
(
"
.StudentCls
"
).
css
(
"
display
"
,
"
none
"
);
let
this_
=
this
;
$
(
"
.TeacherCls
"
).
css
(
"
display
"
,
"
block
"
);
let
loading
=
Toast
.
loading
({
}
message
:
"
加载中...
"
,
this_
.
queryUserBankInfo
();
forbidClick
:
true
,
}
else
{
loadingType
:
"
spinner
"
,
weui
.
topTips
(
res1
.
message
);
duration
:
0
,
setTimeout
(()
=>
{
});
this_
.
BackToMini
(
"
UserMain
"
);
$
.
ajax
({
},
1500
);
url
:
gHost
+
"
/wechat/svweapp/QueryPersonalInfo
"
,
}
type
:
"
POST
"
,
},
contentType
:
"
application/x-www-form-urlencoded
"
,
error
:
function
(
err
)
{
data
:
{
loading
.
clear
();
userid
:
userID
,
},
sessionid
:
sessionID
,
});
wechattype
:
1
,
},
},
},
success
:
function
(
res1
)
{
};
loading
.
clear
();
if
(
res1
.
code
==
"
10000
"
)
{
bankInfo
.
schoolId
=
res1
.
results
.
schoolid
;
bankInfo
.
userId
=
res1
.
results
.
id
;
this_
.
PersonalInfo
=
res1
.
results
;
if
(
res1
.
results
.
usertype
==
1
)
{
$
(
"
.StudentCls
"
).
css
(
"
display
"
,
"
block
"
);
$
(
"
.TeacherCls
"
).
css
(
"
display
"
,
"
none
"
);
}
else
{
$
(
"
.StudentCls
"
).
css
(
"
display
"
,
"
none
"
);
$
(
"
.TeacherCls
"
).
css
(
"
display
"
,
"
block
"
);
}
this_
.
queryUserBankInfo
();
}
else
{
weui
.
topTips
(
res1
.
message
);
setTimeout
(()
=>
{
this_
.
BackToMini
(
"
UserMain
"
);
},
1500
);
}
},
error
:
function
(
err
)
{
loading
.
clear
();
},
});
},
},
};
</
script
>
</
script
>
<
style
lang=
"scss"
>
<
style
lang=
"scss"
>
html
,
html
,
body
,
body
,
page
{
page
{
width
:
750rpx
;
width
:
750rpx
;
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#fafafa
100%
);
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#fafafa
100%
);
}
}
.showBindCardList
{
.userInfoBox
{
.choiceBox
{
display
:
flex
;
text-align
:
center
;
flex-direction
:
column
;
font-weight
:
bold
;
width
:
calc
(
100%
-
64rpx
);
height
:
50px
;
height
:
150rpx
;
line-height
:
50px
;
margin
:
0
32rpx
;
padding
:
0
;
margin-top
:
30rpx
;
border-bottom
:
0
.5px
solid
#e6e6e6
;
background
:
linear-gradient
(
270deg
,
#f4f4f4
0%
,
#ebebeb
100%
);
}
border-radius
:
16px
;
.ListItem
{
.firstLine
{
border-bottom
:
1rpx
solid
#e6e6e6
;
display
:
flex
;
font-size
:
30rpx
;
flex-direction
:
row
;
padding
:
25rpx
0
;
width
:
calc
(
100%
-
68rpx
);
background
:
#fff
;
height
:
56rpx
;
position
:
relative
;
line-height
:
56rpx
;
text-align
:
center
;
margin
:
0
34rpx
;
}
margin-top
:
28rpx
;
}
overflow
:
hidden
;
.SubmittedSuccessfully
{
view
{
width
:
400rpx
!
important
;
white-space
:
nowrap
;
height
:
200rpx
!
important
;
}
margin
:
0
auto
!
important
;
background
:
#000000
;
.avatar
{
opacity
:
0
.8
;
width
:
56rpx
;
border-radius
:
8rpx
;
height
:
56rpx
;
}
uni-image
{
.cardNum
{
width
:
56rpx
;
width
:
574rpx
;
height
:
56rpx
;
margin
:
0
auto
;
}
display
:
flex
;
}
justify-content
:
space-between
;
padding-top
:
36rpx
;
.name
{
font-size
:
24rpx
;
margin-left
:
17rpx
;
font-size
:
36rpx
;
.cardNumleft
{
font-weight
:
600
;
font-family
:
PingFang
SC
;
color
:
rgba
(
0
,
0
,
0
,
0
.85
);
font-weight
:
500
;
}
color
:
#ffffff
;
}
view
:last-child
{
margin-left
:
10rpx
;
.cardNumright
{
align-self
:
center
;
font-family
:
PingFang
SC
;
align-items
:
center
;
font-weight
:
500
;
padding
:
0
8rpx
;
text-decoration
:
underline
;
height
:
40rpx
;
color
:
#ffffff
;
line-height
:
40rpx
;
}
background
:
rgba
(
0
,
0
,
0
,
0
.08
);
}
border-radius
:
4rpx
;
font-size
:
26rpx
;
.RechargeDetailed
{
font-weight
:
500
;
text-align
:
center
;
color
:
rgba
(
0
,
0
,
0
,
0
.5
);
// width: 118rpx;
}
height
:
32rpx
;
}
margin
:
0
auto
;
font-size
:
30rpx
;
.secondLine
{
font-family
:
PingFang
SC
;
display
:
flex
;
font-weight
:
500
;
width
:
calc
(
100%
-
62rpx
);
text-decoration
:
underline
;
margin
:
0
31rpx
;
color
:
#36a8ff
;
margin-top
:
8rpx
;
margin-top
:
50rpx
;
height
:
37rpx
;
}
line-height
:
37rpx
;
font-size
:
26rpx
;
.contentBox
{
color
:
rgba
(
0
,
0
,
0
,
0
.45
);
width
:
670rpx
;
}
height
:
376rpx
;
}
margin
:
0
auto
;
}
.contentWrapper
{
width
:
100%
;
.contentDiv
{
display
:
flex
;
height
:
100%
;
flex-direction
:
column
;
// margin-top: 36rpx;
}
border-radius
:
15rpx
;
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31)
.
png
");
.balanceWrapper
{
background-repeat: no-repeat;
width
:
calc
(
100%
-
144rpx
);
background-size: 100% 100%;
margin
:
0
32rpx
;
margin-top
:
24rpx
;
position: relative;
height
:
249rpx
;
top: 36rpx;
padding
:
40rpx
40rpx
0
;
}
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/user/bankBg.png")
;
background-repeat
:
no-repeat
;
.HidenText {
background-size
:
100%
100%
;
width: 574rpx;
position
:
relative
;
margin: 0 auto;
display
:
flex
;
padding-top: 88rpx;
flex-direction
:
column
;
}
.firstLine
{
.HidenText,
display
:
flex
;
.Balance {
justify-content
:
space-between
;
padding-left: 46rpx;
padding-right: 40rpx;
.left
{
display: flex;
view
:first-child
{
justify-content: space-between;
height
:
33rpx
;
font-size
:
24rpx
;
font-size: 28rpx;
font-weight
:
600
;
color: #ffffff;
color
:
rgba
(
255
,
255
,
255
,
0
.85
);
}
line-height
:
33rpx
;
}
.Balance {
width: 574rpx;
view
:last-child
{
margin: 0 auto;
height
:
84rpx
;
margin-top: 20rpx;
font-size
:
60rpx
;
font-weight
:
600
;
font-size: 30rpx;
color
:
#ffffff
;
font-family: PingFang SC;
line-height
:
84rpx
;
font-weight: bold;
}
color: #ffffff;
}
}
.right
{
.Recharge {
width
:
60rpx
;
// height: 30rpx;
height
:
60rpx
;
font-size: 32rpx;
align-self
:
flex-start
;
font-family: PingFang SC;
font-weight: bold;
.icon
{
color: #333333;
width
:
60rpx
;
margin-top: 58rpx;
height
:
60rpx
;
}
span:nth-child(1) {
}
width: 4rpx;
}
height: 30rpx;
background: #23d6a3;
.lastLine
{
border-radius: 2rpx;
display
:
flex
;
display: inline-block;
width
:
100%
;
position: relative;
justify-content
:
space-between
;
top: 5rpx;
}
view
:first-child
{
height
:
60rpx
;
span:nth-child(2) {
font-size
:
40rpx
;
display: inline-block;
font-weight
:
600
;
margin-left: 16rpx;
color
:
#ffffff
;
}
line-height
:
60rpx
;
}
}
.headview {
.right
{
display: flex;
width
:
140rpx
;
justify-content: space-between;
height
:
60rpx
;
// padding-left: 40rpx;
line-height
:
60rpx
;
// padding-right: 40rpx;
font-size
:
30rpx
;
font-weight
:
600
;
padding-top: 36rpx;
color
:
#04b871
;
width: 574rpx;
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/user/cashBtn.png")
;
margin: 0 auto;
background-repeat
:
no-repeat
;
}
background-size
:
cover
;
text-align
:
center
;
.headview .schoolname {
}
width: 252rpx;
height: 50rpx;
.btn
{
font-size: 36rpx;
width
:
140rpx
;
font-family: PingFangSC-Medium, PingFang SC;
height
:
60rpx
;
font-weight: 500;
}
color: #ffffff;
}
line-height: 50rpx;
}
}
.accountlist
{
.headview .IconCls {
width
:
100%
;
width: 170rpx;
height
:
100%
;
height: 48rpx;
}
background: #20946d;
border-radius: 25rpx;
.showBindCardList
{
width
:
100%
;
font-size: 24rpx;
height
:
100%
;
font-weight: 400;
color: #ffffff;
.choiceBox
{
line-height: 48rpx;
text-align
:
center
;
text-align: center;
font-weight
:
bold
;
}
height
:
100rpx
;
line-height
:
100rpx
;
.MoneyBox {
padding
:
0
;
flex-wrap: wrap;
border-bottom
:
1rpx
solid
#e6e6e6
;
height: auto;
}
color: #888888;
width: 686rpx;
.cardsList
{
margin: 0 auto;
width
:
100%
;
overflow: hidden;
height
:
calc
(
100%
-
260rpx
);
}
overflow-y
:
scroll
;
}
.choiceClass {
background: rgba(39, 266, 148, 0.1) !important;
.ListItem
{
color: #28d79c;
border-bottom
:
1rpx
solid
#e6e6e6
;
}
font-size
:
30rpx
;
padding
:
25rpx
0
;
.MoneyBox view {
background
:
#fff
;
width: 220rpx;
position
:
relative
;
height: 120rpx;
text-align
:
center
;
background: #ffffff;
}
border-radius: 8rpx;
border: 1rpx solid #eeeeee;
.changeCard
{
margin-top: 16rpx;
margin
:
0
auto
;
text-align: center;
margin-top
:
40rpx
;
position: relative;
height
:
40rpx
;
box-shadow: 0px 9rpx 23rpx 0rpx rgba(25, 26, 88, 0.07);
font-size
:
28rpx
;
margin-right: 2px;
font-weight
:
400
;
float: left;
color
:
#04B871
;
}
line-height
:
40rpx
;
text-align
:
center
;
.depotMoney .value {
}
font-size: 45rpx;
}
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
.SubmittedSuccessfully
{
line-height: 120rpx;
width
:
400rpx
!
important
;
text-align: center;
height
:
200rpx
!
important
;
}
margin
:
0
auto
!
important
;
background
:
#000000
;
.depotMoney .tips {
opacity
:
0
.8
;
// width: 79rpx;
border-radius
:
8rpx
;
// height: 33rpx;
}
// background: linear-gradient(180deg, #FA6400 0%, #FD9D00 100%);
// border-radius: 4rpx;
.cardNum
{
// font-size: 18rpx;
width
:
574rpx
;
// font-weight: 500;
margin
:
0
auto
;
// padding: 4rpx;
display
:
flex
;
// text-align: center;
justify-content
:
space-between
;
// float: right;
padding-top
:
36rpx
;
// position: absolute;
font-size
:
24rpx
;
// right: 0rpx;
// line-height: 33rpx;
.cardNumleft
{
}
font-family
:
PingFang
SC
;
font-weight
:
500
;
.OtherMoney {
color
:
#ffffff
;
display: flex;
}
justify-content: flex-start;
// color: #999999;
.cardNumright
{
// font-size: 28rpx;
font-family
:
PingFang
SC
;
// font-family: PingFangSC-Regular, PingFang SC;
font-weight
:
500
;
// font-weight: 400;
text-decoration
:
underline
;
// color: #999999;
color
:
#ffffff
;
// line-height: 40rpx;
}
width: 686rpx;
}
height: 100rpx;
background: #f7f6fb;
.RechargeDetailed
{
border-radius: 10rpx;
text-align
:
center
;
margin: 0 auto;
// width: 118rpx;
line-height: 100rpx;
height
:
32rpx
;
margin-top: 32rpx;
margin
:
0
auto
;
font-size
:
30rpx
;
span {
font-family
:
PingFang
SC
;
display: inline-block;
font-weight
:
500
;
font-size: 40rpx;
text-decoration
:
underline
;
font-family: PingFang SC;
color
:
#36a8ff
;
font-weight: bold;
margin-top
:
50rpx
;
color: #000000;
}
padding-left: 26rpx;
}
.contentBox
{
width
:
670rpx
;
input {
display
:
flex
;
height: 100%;
flex-direction
:
column
;
}
margin
:
0
auto
;
}
}
.OtherMoney view:nth-child(2) {
.contentDiv
{
// width: 30rpx;
height
:
100%
;
// height: 30rpx;
// margin-top: 36rpx;
// background: #F0F0F0;
border-radius
:
15rpx
;
// border-radius: 50%;
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31)
.
png
");
// text-align: center;
background-repeat: no-repeat;
// line-height: 30rpx;
background-size: 100% 100%;
// margin-top: 7rpx;
// margin-left: 5rpx;
position: relative;
}
top: 36rpx;
}
.payType {
height: 98rpx;
.HidenText {
line-height: 98rpx;
width: 574rpx;
display: flex;
margin: 0 auto;
justify-content: space-between;
padding-top: 88rpx;
}
}
.payType view:nth-child(1) {
.HidenText,
// width: 120rpx;
.Balance {
height: 42rpx;
padding-left: 46rpx;
font-size: 32rpx;
padding-right: 40rpx;
font-family: PingFang SC;
display: flex;
font-weight: 500;
justify-content: space-between;
color: #888888;
line-height: 98rpx;
font-size: 28rpx;
}
color: #ffffff;
}
.payType view::nth-child(2) {
width: 225rpx;
.Balance {
height: 45rpx;
width: 574rpx;
font-size: 32rpx;
margin: 0 auto;
font-family: PingFang SC;
margin-top: 20rpx;
font-weight: bold;
color: #333333;
font-size: 30rpx;
line-height: 45rpx;
font-family: PingFang SC;
}
font-weight: bold;
color: #ffffff;
.arrow {
}
transform: rotate(-45deg);
top: -3rpx;
.Recharge {
border: solid #999999;
width: 100%;
border-width: 0 1rpx 1rpx 0;
height: 40rpx;
display: inline-block;
margin-top: 40rpx;
padding: 8rpx;
font-size: 28rpx;
position: relative;
font-family: PingFangSC-Medium, PingFang SC;
}
font-weight: 500;
color: rgba(0, 0, 0, 0.4);
@media (min-height: 650px) {
line-height: 40rpx;
.bottomdiv {
}
position: fixed;
left: 0;
.headview {
right: 0;
display: flex;
bottom: 30rpx;
justify-content: space-between;
}
// padding-left: 40rpx;
}
// padding-right: 40rpx;
.DepositID {
padding-top: 36rpx;
width: 630rpx;
width: 574rpx;
height: 92rpx;
margin: 0 auto;
background: #04ba73;
}
border-radius: 8rpx;
margin: 0 auto;
.headview .schoolname {
text-align: center;
width: 252rpx;
bottom: 30rpx;
height: 50rpx;
}
font-size: 36rpx;
font-family: PingFangSC-Medium, PingFang SC;
.DepositID span {
font-weight: 500;
height: 50rpx;
color: #ffffff;
font-size: 36rpx;
line-height: 50rpx;
font-family: PingFangSC-Medium, PingFang SC;
}
font-weight: 500;
color: #ffffff;
.headview .IconCls {
line-height: 92rpx;
width: 170rpx;
}
height: 48rpx;
background: #20946d;
.switchbankCard {
border-radius: 25rpx;
text-align: center;
/* width: 205px; */
font-size: 24rpx;
// height: 28rpx;
font-weight: 400;
font-size: 26rpx;
color: #ffffff;
font-family: PingFang SC;
line-height: 48rpx;
font-weight: 500;
text-align: center;
text-decoration: underline;
}
color: #268ef8;
margin-top: 23rpx;
.moneyWrapper {
}
margin-top: 10rpx;
width: 100%;
.RechargeConfirmationBox {
display: flex;
position: fixed;
flex-wrap: wrap;
left: 0;
right: 0;
.moneyItem {
top: 400rpx;
width: 210rpx;
width: 618rpx;
height: 120rpx;
height: 478rpx;
background: #f8f8f8;
background: #ffffff;
border-radius: 12rpx;
border-radius: 8rpx;
display: flex;
margin: 0 auto;
justify-content: center;
margin-right: 14rpx;
.RechargeInfo {
font-family: PingFangSC-Medium, PingFang SC;
width: 520rpx;
margin-bottom: 24rpx;
height: 100%;
margin: 0 auto;
view {
align-self: center;
.RechargeInfo1 {
color: #333333;
height: 124rpx;
}
line-height: 124rpx;
font-size: 36rpx;
view:first-child {
font-family: PingFang SC;
font-size: 40rpx;
font-weight: bold;
font-weight: 500;
color: #000000;
}
text-align: center;
}
view:last-child {
font-size: 30rpx;
.ContenInfo {
}
text-align: center;
}
// width: 383rpx;
height: 159rpx;
.moneyItem:nth-child(3n) {
margin: 0 auto;
margin-right: 0;
font-size: 32rpx;
}
font-family: PingFang SC;
font-weight: 500;
.active {
color: #010101;
border: 3rpx solid #04b871;
view {
view {
line-height: 75rpx;
color: #04b871;
}
}
}
}
.BtngGoup {
.other {
justify-content: space-between;
width: 444rpx;
display: flex;
height: 120rpx;
margin-top: 40rpx;
line-height: 120rpx;
text-align: center;
view {
background: #f8f8f8;
width: 250rpx;
border-radius: 12rpx;
height: 88rpx;
border-radius: 8rpx;
/deep/.uni-input-wrapper {
text-align: center;
position: absolute;
line-height: 88rpx;
width: 444rpx;
}
height: 120rpx;
font-size: 40rpx;
view:nth-child(1) {
font-weight: 500;
background: #ebebeb;
color: #333333;
font-size: 36rpx;
}
font-family: PingFang SC;
font-weight: 500;
/deep/.uni-input-input {
color: #1cc48b;
height: 120rpx;
}
line-height: 120rpx;
}
view:nth-child(2) {
}
background: #1cc48b;
}
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 500;
.MoneyBox {
color: #ffffff;
flex-wrap: wrap;
}
height: auto;
}
color: #888888;
}
width: 686rpx;
}
margin: 0 auto;
overflow: hidden;
.closePhoneBox {
}
// width: 35rpx;
height: 35rpx;
.choiceClass {
position: relative;
background: rgba(39, 266, 148, 0.1) !important;
right: -20rpx;
color: #28d79c;
top: 20rpx;
}
text-align: right;
.MoneyBox view {
image {
width: 220rpx;
width: 40rpx;
height: 120rpx;
height: 40rpx;
background: #ffffff;
position: relative;
border-radius: 8rpx;
}
border: 1rpx solid #eeeeee;
}
margin-top: 16rpx;
text-align: center;
.doBtnTx {
position: relative;
width: 506rpx;
box-shadow: 0px 9rpx 23rpx 0rpx rgba(25, 26, 88, 0.07);
height: 92rpx;
margin-right: 2px;
background: #04ba73;
float: left;
border-radius: 8rpx;
}
color: #ffffff;
.depotMoney .value {
position: absolute;
font-size: 45rpx;
left: 0;
font-family: PingFangSC-Semibold, PingFang SC;
right: 0;
font-weight: 600;
margin: 0 auto;
line-height: 120rpx;
bottom: 38rpx;
text-align: center;
}
}
.PhoneNum,
.depotMoney .tips {
.VerifyCode {
// width: 79rpx;
width: 506rpx;
// height: 33rpx;
height: 80rpx;
// background: linear-gradient(180deg, #FA6400 0%, #FD9D00 100%);
line-height: 60rpx;
// border-radius: 4rpx;
background: #f7f6fb;
// font-size: 18rpx;
margin: 0 auto;
// font-weight: 500;
margin-top: 20rpx;
// padding: 4rpx;
}
// text-align: center;
// float: right;
.VerifyCode {
// position: absolute;
display: flex;
// right: 0rpx;
justify-content: space-between;
// line-height: 33rpx;
}
}
.VerifyCode input {
.OtherMoney {
width: 200rpx;
display: flex;
}
justify-content: flex-start;
// color: #999999;
.CodeMsg {
// font-size: 28rpx;
color: #01bc73;
// font-family: PingFangSC-Regular, PingFang SC;
background: #f7f6fb;
// font-weight: 400;
font-size: 32rpx;
// color: #999999;
font-weight: 600;
// line-height: 40rpx;
line-height: 80rpx;
width: 686rpx;
letter-spacing: 3rpx;
height: 100rpx;
}
background: #f7f6fb;
border-radius: 10rpx;
.placeholderInput {
margin: 0 auto;
color: #aaaaaa;
line-height: 100rpx;
font-size: 42rpx;
margin-top: 32rpx;
font-weight: 500;
letter-spacing: 3rpx;
span {
// padding-left: 50rpx;
display: inline-block;
height: 80rpx;
font-size: 40rpx;
}
font-family: PingFang SC;
font-weight: bold;
.OtherTitle {
color: #000000;
height: 67rpx;
padding-left: 26rpx;
font-size: 48rpx;
}
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
input {
color: #010101;
height: 100%;
line-height: 67rpx;
}
}
padding-top: 60rpx;
}
.OtherMoney view:nth-child(2) {
// width: 30rpx;
.inputOtherM {
// height: 30rpx;
display: flex;
// background: #F0F0F0;
height: 100rpx;
// border-radius: 50%;
margin-top: 40rpx;
// text-align: center;
}
// line-height: 30rpx;
// margin-top: 7rpx;
.inputOtherM input {
// margin-left: 5rpx;
border: none;
}
outline: none;
height: 50rpx;
.paytype {
padding-left: 16rpx;
display: flex;
font-size: 72rpx;
margin-top: 39rpx;
font-weight: 600;
width: 100%;
}
height: 40rpx;
justify-content: space-between;
.inputOtherM span:nth-child(1) {
font-size: 28rpx;
width: 72rpx;
font-size: 80rpx;
.left {
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 500;
font-weight: 600;
color: rgba(0, 0, 0, 0.4);
color: #010101;
}
line-height: 100rpx;
}
.right {
color: rgba(0, 0, 0, 0.85);
.OtherLine {
width: 631rpx;
.van-icon {
height: 1rpx;
font-size: 28rpx;
background-color: #cccccc;
color: #161616;
margin-top: 19rpx;
}
}
}
}
.depositbox {
margin-top: 31rpx;
.payType {
height: 30rpx;
height: 98rpx;
line-height: 30rpx;
line-height: 98rpx;
}
display: flex;
justify-content: space-between;
.depositImg {
}
width: 24rpx;
height: 24rpx;
.payType view:nth-child(1) {
vertical-align: middle;
// width: 120rpx;
margin-right: 8rpx;
height: 42rpx;
position: relative;
font-size: 32rpx;
top: -2rpx;
font-family: PingFang SC;
}
font-weight: 500;
color: #888888;
.Recharge_ {
line-height: 98rpx;
height: 40rpx;
}
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
.payType view::nth-child(2) {
font-weight: 400;
width: 225rpx;
color: #333333;
height: 45rpx;
line-height: 40rpx;
font-size: 32rpx;
margin-top: 40rpx;
font-family: PingFang SC;
}
font-weight: bold;
color: #333333;
.Recharge_ span:nth-child(2) {
line-height: 45rpx;
font-size: 28rpx;
}
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
.arrow {
color: #fa6400;
transform: rotate(-45deg);
}
top: -3rpx;
border: solid #999999;
.placeholderinputOtherM {
border-width: 0 1rpx 1rpx 0;
height: 50rpx;
display: inline-block;
// font-family: PingFangSC-Semibold, PingFang SC;
padding: 8rpx;
// font-weight: 600;
position: relative;
// color: #010101;
}
line-height: 50rpx;
width: 323rpx;
@media (min-height: 1040px) {
font-size: 28rpx;
.bottomdiv {
font-family: PingFang SC;
position: fixed;
font-weight: 500;
left: 0;
color: #888888;
right: 0;
}
bottom: 30rpx;
}
// 异常处理
}
.RechargeException {
padding-top: 20rpx;
.DepositID {
}
width: 100%;
height: 90rpx;
.weui-label {
background: #04b871;
// width: 118rpx;
border-radius: 45px;
height: 42rpx;
line-height: 90rpx;
font-size: 30rpx;
text-align: center;
font-family: PingFangSC-Medium, PingFang SC;
font-size: 34rpx;
font-weight: 500;
font-weight: 500;
color: #3d3d3d;
color: #ffffff;
line-height: 42rpx;
margin: 0 auto;
font-weight: bold;
margin-top: 29rpx;
margin-left: 30rpx;
text-align: center;
}
}
.tiptext {
.DepositID span {
height: 1.06rem;
height: 50rpx;
font-size: 0.75rem;
font-size: 36rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 400;
font-weight: 500;
color: #03bc73;
color: #ffffff;
line-height: 1.06rem;
line-height: 92rpx;
margin-bottom: 0.625rem;
}
text-align: center;
}
.service {
margin-top: 118rpx;
.bottomDetail {
width: 100%;
width: 628rpx;
height: 40rpx;
height: 88rpx;
font-size: 28rpx;
color: white;
font-weight: 400;
// position: fixed;
color: rgba(0, 0, 0, 0.5);
// left: 0;
line-height: 40rpx;
// right: 0;
text-align: center;
margin: 0 auto;
}
background-color: #03bc73;
text-align: center;
.switchbankCard {
line-height: 88rpx;
text-align: center;
/* width: 205px; */
margin-top: 84rpx;
// height: 28rpx;
}
font-size: 26rpx;
font-family: PingFang SC;
.RechargeException input::placeholder {
font-weight: 500;
color: #a1a4a8;
text-decoration: underline;
}
color: #268ef8;
margin-top: 23rpx;
.RechargeException .weui-cell {
}
height: 4rem;
padding: 0 !important;
.RechargeConfirmationBox {
}
position: fixed;
left: 0;
.idCardPhoto1,
right: 0;
.idCardPhoto2 {
top: 400rpx;
width: 388rpx;
width: 618rpx;
height: 224rpx;
height: 478rpx;
margin: 0 auto;
background: #ffffff;
margin-top: 20rpx;
border-radius: 8rpx;
}
margin: 0 auto;
.idCardPhoto1 image,
.RechargeInfo {
.idCardPhoto2 image {
width: 520rpx;
width: 100%;
height: 100%;
height: 100%;
margin: 0 auto;
position: relative;
}
.RechargeInfo1 {
height: 124rpx;
.weui-toptips_success {
line-height: 124rpx;
background-color: #03bc73 !important;
font-size: 36rpx;
}
font-family: PingFang SC;
font-weight: bold;
.positionCam {
color: #000000;
height: 32rpx;
text-align: center;
font-size: 22rpx;
}
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
.ContenInfo {
color: #6d7278;
text-align: center;
line-height: 32rpx;
// width: 383rpx;
text-align: center;
height: 159rpx;
position: relative;
margin: 0 auto;
top: -29px;
font-size: 32rpx;
}
font-family: PingFang SC;
font-weight: 500;
.BgCoverBox {
color: #010101;
width: 100vw;
height: 100vh;
view {
position: fixed;
line-height: 75rpx;
left: 0;
}
top: 0;
}
z-index: 10;
background: #000000;
.BtngGoup {
opacity: 0.5;
justify-content: space-between;
}
display: flex;
margin-top: 40rpx;
.hideListCover {
max-height: 50vh;
view {
overflow-y: auto;
width: 250rpx;
padding: 0;
height: 88rpx;
}
border-radius: 8rpx;
text-align: center;
.bottomDiv {
line-height: 88rpx;
font-weight: bold;
}
height: 50px;
line-height: 50px;
view:nth-child(1) {
border-bottom: 1px solid #e6e6e6;
background: #ebebeb;
}
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 500;
color: #1cc48b;
}
view:nth-child(2) {
background: #1cc48b;
font-size: 36rpx;
font-family: PingFang SC;
font-weight: 500;
color: #ffffff;
}
}
}
}
.closePhoneBox {
// width: 35rpx;
height: 35rpx;
position: relative;
right: -20rpx;
top: 20rpx;
text-align: right;
image {
width: 40rpx;
height: 40rpx;
position: relative;
}
}
.doBtnTx {
width: 506rpx;
height: 92rpx;
background: #04ba73;
border-radius: 8rpx;
color: #ffffff;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 38rpx;
}
.PhoneNum,
.VerifyCode {
width: 506rpx;
height: 80rpx;
line-height: 60rpx;
background: #f7f6fb;
margin: 0 auto;
margin-top: 20rpx;
}
.VerifyCode {
display: flex;
justify-content: space-between;
}
.VerifyCode input {
width: 200rpx;
}
.CodeMsg {
color: #01bc73;
background: #f7f6fb;
font-size: 32rpx;
font-weight: 600;
line-height: 80rpx;
letter-spacing: 3rpx;
}
.placeholderInput {
color: #aaaaaa;
font-size: 42rpx;
font-weight: 500;
letter-spacing: 3rpx;
// padding-left: 50rpx;
height: 80rpx;
}
.OtherTitle {
height: 67rpx;
font-size: 48rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #010101;
line-height: 67rpx;
padding-top: 60rpx;
}
.inputOtherM {
display: flex;
height: 100rpx;
margin-top: 40rpx;
}
.inputOtherM input {
border: none;
outline: none;
height: 50rpx;
padding-left: 16rpx;
font-size: 72rpx;
font-weight: 600;
}
.inputOtherM span:nth-child(1) {
width: 72rpx;
font-size: 80rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #010101;
line-height: 100rpx;
}
.OtherLine {
width: 631rpx;
height: 1rpx;
background-color: #cccccc;
margin-top: 19rpx;
}
.depositbox {
margin-top: 40rpx;
height: 30rpx;
line-height: 30rpx;
}
.depositImg {
width: 24rpx;
height: 24rpx;
vertical-align: middle;
margin-right: 8rpx;
position: relative;
top: -2rpx;
}
.Recharge_ {
height: 40rpx;
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #333333;
line-height: 40rpx;
margin-top: 40rpx;
}
.Recharge_ span:nth-child(2) {
font-size: 28rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #fa6400;
}
.placeholderinputOtherM {
height: 120rpx;
line-height: 120rpx;
font-size: 32rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: rgba(0, 0, 0, 0.25);
}
/deep/uni-input {
line-height: 120rpx;
}
// 异常处理
.RechargeException {
padding-top: 20rpx;
}
.weui-label {
// width: 118rpx;
height: 42rpx;
font-size: 30rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #3d3d3d;
line-height: 42rpx;
font-weight: bold;
margin-left: 30rpx;
}
.tiptext {
height: 1.06rem;
font-size: 0.75rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #03bc73;
line-height: 1.06rem;
margin-bottom: 0.625rem;
text-align: center;
}
.bottomDetail {
width: 628rpx;
height: 88rpx;
color: white;
// position: fixed;
// left: 0;
// right: 0;
margin: 0 auto;
background-color: #03bc73;
text-align: center;
line-height: 88rpx;
margin-top: 84rpx;
}
.RechargeException input::placeholder {
color: #a1a4a8;
}
.RechargeException .weui-cell {
height: 4rem;
padding: 0 !important;
}
.idCardPhoto1,
.idCardPhoto2 {
width: 388rpx;
height: 224rpx;
margin: 0 auto;
margin-top: 20rpx;
}
.idCardPhoto1 image,
.idCardPhoto2 image {
width: 100%;
height: 100%;
position: relative;
}
.weui-toptips_success {
background-color: #03bc73 !important;
}
.positionCam {
height: 32rpx;
font-size: 22rpx;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #6d7278;
line-height: 32rpx;
text-align: center;
position: relative;
top: -29px;
}
.BgCoverBox {
width: 100vw;
height: 100vh;
position: fixed;
left: 0;
top: 0;
z-index: 10;
background: #000000;
opacity: 0.5;
}
.hideListCover {
max-height: 50vh;
overflow-y: auto;
padding: 0;
}
.bottomDiv {
font-weight: bold;
height: 50px;
line-height: 50px;
border-bottom: 1px solid #e6e6e6;
}
</
style
>
</
style
>
src/pages/assignDeposit/assignDeposit.vue
View file @
ea105639
<
template
>
<
template
>
<view
class=
"container"
>
<view
class=
"container"
>
<view
class=
"contentBox"
v-if=
"!depotMoneyother"
>
<view
class=
"userInfoBox"
>
<view
class=
"firstLine"
>
<view
class=
"avatar"
>
<image
:src=
"ImgUrl + 'user/personAva.png'"
alt=
""
></image>
</view>
<view
class=
"name"
>
张三
</view>
<view
v-if=
"PersonalInfo.usertype=='1'"
>
高一(63班)
</view>
<view
v-else
>
教职工
</view>
</view>
<view
class=
"secondLine"
>
{{
PersonalInfo
.
schoolname
}}
</view>
</view>
<view
class=
"contentWrapper"
v-if=
"!depotMoneyother"
>
<view
class=
"balanceWrapper"
>
<view
class=
"firstLine"
>
<view
class=
"left"
>
<view>
可用余额(元)
</view>
<view>
{{
cardBalanceTx
}}
</view>
</view>
<view
class=
"right"
>
<van-popover
v-model=
"showPopover"
trigger=
"click"
:actions=
"actions"
placement=
"bottom-end"
@
select=
"onSelect"
>
<template
#reference
>
<image
class=
"icon"
:src=
"ImgUrl + 'user/more.png'"
alt=
""
></image>
</
template
>
</van-popover>
</view>
</view>
<view
class=
"lastLine"
>
<view>
**** **** **** 5947
</view>
<view
class=
"right"
@
click=
"ToWalletTx"
>
<!-- <image class="btn" :src="ImgUrl + 'user/cashBtn.png'" alt=""></image> -->
提现
</view>
</view>
</view>
</view>
<view
class=
"contentBox"
style=
"display: none;"
v-if=
"!depotMoneyother"
>
<!-- <image mode='widthFix' src="https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31).png"></image> -->
<!-- <image mode='widthFix' src="https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31).png"></image> -->
<view
class=
"contentDiv"
>
<view
class=
"contentDiv"
>
<view
class=
"headview"
>
<view
class=
"headview"
>
...
@@ -28,7 +64,21 @@
...
@@ -28,7 +64,21 @@
</view>
</view>
</view>
</view>
<!-- -->
<!-- -->
<view
class=
"MoneyBox"
>
<view
class=
"moneyWrapper"
>
<view
class=
"moneyItem"
@
click=
"depotMoney(item.value, index)"
v-bind:class=
"MoneyIndex == index ? 'active' : ''"
:data-money=
"item.value || 0"
v-for=
"(item, index) in MoneyList"
:key=
"index"
>
<view>
{{ item.value }}
</view>
<view>
{{ item.lable }}
</view>
</view>
<view
class=
"other"
>
<input
@
focus=
"openKeyBoard('number')"
v-model=
"inputOtherM"
@
input=
"inputControl"
@
blur=
"ReturnToTop"
placeholder=
"其他金额,最低3元"
placeholder-class=
"placeholderinputOtherM"
type=
"text"
maxlength=
"6"
/>
</view>
</view>
<!-- 充值其它金额 -->
<view
class=
"MoneyBox"
style=
"display: none;"
>
<view
class=
"depotMoney"
@
click=
"depotMoney(item.value,index)"
<view
class=
"depotMoney"
@
click=
"depotMoney(item.value,index)"
v-bind:class=
"(Money!=''&&MoneyIndex==index)?'choiceClass':''"
:data-money=
"item.value"
v-bind:class=
"(Money!=''&&MoneyIndex==index)?'choiceClass':''"
:data-money=
"item.value"
v-for=
"(item,index) in MoneyList"
:key=
"index"
>
v-for=
"(item,index) in MoneyList"
:key=
"index"
>
...
@@ -36,22 +86,40 @@
...
@@ -36,22 +86,40 @@
{{item.value}}
{{item.value}}
</span>
</span>
<span
style=
"font-size: 28rpx;font-weight: 600;margin-left: 7rpx;"
>
{{item.lable}}
</span>
<span
style=
"font-size: 28rpx;font-weight: 600;margin-left: 7rpx;"
>
{{item.lable}}
</span>
<span
class=
"tips"
v-show=
"item.tips"
>
<
!-- <
span class="tips" v-show="item.tips">
{{item.tips}}
{{item.tips}}
</span>
</span>
-->
</view>
</view>
</view>
</view>
<!-- 充值限额提示 -->
<view
class=
"depositbox"
>
<image
mode=
"widthFix"
class=
"depositImg"
src=
"../../static/img/depositIcon.png"
></image>
<span
style=
"
vertical-align: middle;
font-size: 28rpx;
color: #333333;
font-weight: 500;
"
>
最大可充值金额:
<span
style=
"color: red"
>
¥
<span
class=
"canDepositTx"
>
{{ RechargeMax }}
</span></span></span>
</view>
<!-- -->
<!-- -->
<view
class=
"OtherMoney"
@
click=
"OtherMoney"
>
<view
class=
"OtherMoney"
style=
"display: none;"
@
click=
"OtherMoney"
>
<view>
其他充值金额
</view>
<view>
其他充值金额
</view>
<view>
>
</span></view>
<view>
>
</span></view>
</view>
</view>
<!-- 支付方式 -->
<!-- 支付方式 -->
<view
class=
"payType"
@
click=
"queryBindCardList"
>
<view
class=
"paytype"
>
<view
class=
"left"
>
付款账户
</view>
<view
class=
"right"
@
click=
"queryBindCardList"
>
招商银行(5947)
<van-icon
name=
"arrow"
/>
</view>
</view>
<view
class=
"payType"
style=
"display: none;"
@
click=
"queryBindCardList"
>
<view>
付款方式
</view>
<view>
付款方式
</view>
<view>
招商银行(5947)
<span
class=
"arrow"
></span></view>
<view>
招商银行(5947)
<span
class=
"arrow"
></span></view>
</view>
</view>
<
view
class=
""
style=
"height: 1rpx;background-color: #DFDFDF;"
></view
>
<
!-- <view class="" style="height: 1rpx;background-color: #DFDFDF;"></view> --
>
<!-- -->
<!-- -->
<view
class=
"switchbankCard"
@
click=
"BackToMini('AssignAddCard')"
>
我要换银行卡支付
<span
class=
"arrow"
<view
class=
"switchbankCard"
@
click=
"BackToMini('AssignAddCard')"
>
我要换银行卡支付
<span
class=
"arrow"
style=
"transform: rotate(45deg);left: 15rpx;top: -8rpx;"
></span></view>
style=
"transform: rotate(45deg);left: 15rpx;top: -8rpx;"
></span></view>
...
@@ -61,7 +129,7 @@
...
@@ -61,7 +129,7 @@
</view>
</view>
</view>
</view>
<!-- 其他充值金额 -->
<!-- 其他充值金额 -->
<view
class=
"contentBox"
v-if=
"depotMoneyother"
>
<view
class=
"contentBox"
style=
"display: none;"
v-if=
"depotMoneyother"
>
<view
class=
"OtherTitle"
>
充值金额
</view>
<view
class=
"OtherTitle"
>
充值金额
</view>
<view
class=
"inputOtherM"
>
<view
class=
"inputOtherM"
>
<span>
¥
</span>
<span>
¥
</span>
...
@@ -168,728 +236,748 @@
...
@@ -168,728 +236,748 @@
</template>
</template>
<
script
>
<
script
>
import
keyboardPackage
from
"
@/components/keyboard-package/keyboard-package.vue
"
;
import
keyboardPackage
from
"
@/components/keyboard-package/keyboard-package.vue
"
;
import
cityData
from
"
@/common/js/city.js
"
;
import
cityData
from
"
@/common/js/city.js
"
;
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
gHost
=
"
https://fpdev.xiaopay.net
"
;
gHost
=
"
https://fpdev.xiaopay.net
"
;
}
}
let
times
=
0
;
let
times
=
0
;
var
limitClick
=
false
;
//禁止重复点击
var
limitClick
=
false
;
//禁止重复点击
var
sessionID
=
""
,
var
sessionID
=
""
,
userID
=
""
;
userID
=
""
;
var
payCardNumber
=
""
;
//一类卡号
var
payCardNumber
=
""
;
//一类卡号
var
orderSerialNo
=
""
;
//提现结果查询 指令号
var
orderSerialNo
=
""
;
//提现结果查询 指令号
var
businessNo
=
""
,
var
businessNo
=
""
,
otpOrderNo
=
""
,
otpOrderNo
=
""
,
mobileNo
=
""
;
mobileNo
=
""
;
var
msCount
=
60
;
//定时器
var
msCount
=
60
;
//定时器
var
MyTimer
=
null
;
var
MyTimer
=
null
;
var
fromType
=
0
;
//0转账 1提现
var
fromType
=
0
;
//0转账 1提现
var
opeType
=
0
;
//0充值 1提现 手机号验证
var
opeType
=
0
;
//0充值 1提现 手机号验证
var
bankInfo
=
{
var
bankInfo
=
{
acctNoArray
:
""
,
acctNoArray
:
""
,
idNo
:
""
,
idNo
:
""
,
schoolId
:
""
,
schoolId
:
""
,
trueName
:
""
,
trueName
:
""
,
userId
:
""
,
userId
:
""
,
sessionid
:
""
,
sessionid
:
""
,
wechattype
:
1
,
wechattype
:
1
,
};
};
// 20210422 充值账户异常资料补充参数
// 20210422 充值账户异常资料补充参数
var
acctErrorUpdateParms
=
{
var
acctErrorUpdateParms
=
{
backSideImgId
:
""
,
//反面身份证图片Id
backSideImgId
:
""
,
//反面身份证图片Id
frontSideImgId
:
""
,
//正面身份证图片Id
frontSideImgId
:
""
,
//正面身份证图片Id
homeAddress
:
""
,
//家庭住址
homeAddress
:
""
,
//家庭住址
occupation
:
""
,
//职业代码
occupation
:
""
,
//职业代码
StreetInformation
:
""
,
//街道
StreetInformation
:
""
,
//街道
businessNo
:
""
,
businessNo
:
""
,
};
};
// /wefile/wefileId
// /wefile/wefileId
// 获取上传影像的Token接口
// 获取上传影像的Token接口
let
wefileId
=
{};
let
wefileId
=
{};
// bizCode: "000000"
// bizCode: "000000"
// bizMsg: "获取上传影像token成功"
// bizMsg: "获取上传影像token成功"
// businessNo: "OB89d5ed802cRA202104226389071452"
// businessNo: "OB89d5ed802cRA202104226389071452"
// expiredTime: 1619072725503
// expiredTime: 1619072725503
// project: "BOBS-OBP"
// project: "BOBS-OBP"
// uuid: "8238f256d8f54209a0e9a2a3b25e7393"
// uuid: "8238f256d8f54209a0e9a2a3b25e7393"
// wefileToken: "QplB0tfvjtzOU+tWgKI2+L+4B9HE8kbpJVREUTwXZCsVqXcUwyDxHAbTU3bW8ziGb4hKAaWiLQXAyZUbYRB9hBKhSt1VVvoFl5qOCR4GT+X1KpcQgBlhKYi/NYPkmsjeZO/qn9YXGDp/1sGmxazv6T05y8EbU9HXreRhF/jh8G1HtUCwprFoaulGFShvV819EUBdHifDF5IjpPekLtgzIm8C/kYYX8xproKvxV4maRji5p1Krkyv/U1K3C18/TyjHwPpC4KlOEqA6QpFujR8yZ42qvLZqfqgUkRFZ4WC27/nN3+do9VNpNbK4MAMSLTRaxdGmKe2wStKbZ5OQ+1WFA=="
// wefileToken: "QplB0tfvjtzOU+tWgKI2+L+4B9HE8kbpJVREUTwXZCsVqXcUwyDxHAbTU3bW8ziGb4hKAaWiLQXAyZUbYRB9hBKhSt1VVvoFl5qOCR4GT+X1KpcQgBlhKYi/NYPkmsjeZO/qn9YXGDp/1sGmxazv6T05y8EbU9HXreRhF/jh8G1HtUCwprFoaulGFShvV819EUBdHifDF5IjpPekLtgzIm8C/kYYX8xproKvxV4maRji5p1Krkyv/U1K3C18/TyjHwPpC4KlOEqA6QpFujR8yZ42qvLZqfqgUkRFZ4WC27/nN3+do9VNpNbK4MAMSLTRaxdGmKe2wStKbZ5OQ+1WFA=="
// wefileUrl: "https://bfiles-stg.pingan.com.cn/brcp/secfile/sec_wefiles_udmp_upload.do"
// wefileUrl: "https://bfiles-stg.pingan.com.cn/brcp/secfile/sec_wefiles_udmp_upload.do"
export
default
{
export
default
{
components
:
{
components
:
{
keyboardPackage
,
keyboardPackage
,
},
},
name
:
"
assignDeposit
"
,
name
:
"
assignDeposit
"
,
data
()
{
data
()
{
return
{
return
{
inputOtherM
:
""
,
showPopover
:
false
,
RechargeException
:
false
,
// 通过 actions 属性来定义菜单选项
depotMoneyother
:
false
,
//其他充值
actions
:
[{
Money
:
""
,
//选择金额
text
:
"
复制卡号
"
MoneyIndex
:
""
,
},
{
RechargeMax
:
"
2000
"
,
//最大充值限制
text
:
"
账户明细
"
ReflectMoney
:
""
,
//提现金额
},
{
VerifyCode
:
""
,
//验证码
text
:
"
常见问题
"
cardBalanceTx
:
"
0
"
,
//余额
}],
CodeMsg
:
"
获取验证码
"
,
inputOtherM
:
""
,
type
:
"
number
"
,
RechargeException
:
false
,
PersonalInfo
:
{
depotMoneyother
:
false
,
//其他充值
schoolname
:
"
微微学测试
"
,
Money
:
""
,
//选择金额
name
:
"
李智书
"
,
MoneyIndex
:
""
,
usertype
:
"
1
"
,
RechargeMax
:
"
2000
"
,
//最大充值限制
},
ReflectMoney
:
""
,
//提现金额
ImgUrl
:
this
.
$ImgUrl
,
VerifyCode
:
""
,
//验证码
MoneyList
:
Array
(
6
)
cardBalanceTx
:
"
0
"
,
//余额
.
fill
(
1
)
CodeMsg
:
"
获取验证码
"
,
.
map
((
v
,
index
)
=>
{
type
:
"
number
"
,
return
{
PersonalInfo
:
{
lable
:
"
元
"
,
schoolname
:
"
微微学测试
"
,
value
:
50
*
(
index
+
1
),
name
:
"
李智书
"
,
tips
:
index
==
1
?
"
推荐充值
"
:
null
,
usertype
:
"
1
"
,
};
},
}),
ImgUrl
:
this
.
$ImgUrl
,
numberList
:
[],
MoneyList
:
Array
(
6
)
tempFiles1
:
"
../../static/img/idCardBg1.png
"
,
//上传身份证临时选择文件
.
fill
(
1
)
tempFiles2
:
"
../../static/img/idCardBg0.png
"
,
.
map
((
v
,
index
)
=>
{
};
return
{
},
lable
:
"
元
"
,
created
:
function
()
{},
value
:
50
*
(
index
+
1
),
mounted
:
function
()
{
tips
:
index
==
1
?
"
推荐充值
"
:
null
,
let
this_
=
this
;
};
this
.
$nextTick
(
function
()
{
}),
// $(".RechargeException").siblings().hide()
numberList
:
[],
// $(".RechargeException").show()
tempFiles1
:
"
../../static/img/idCardBg1.png
"
,
//上传身份证临时选择文件
tempFiles2
:
"
../../static/img/idCardBg0.png
"
,
// 家庭住址
};
$
(
"
#homeAddress
"
).
on
(
"
click
"
,
function
()
{
},
weui
.
picker
(
cityData
,
{
created
:
function
()
{},
defaultValue
:
[
110000
,
110000
,
110101
],
mounted
:
function
()
{
depth
:
3
,
let
this_
=
this
;
onChange
:
function
(
result
)
{
this
.
$nextTick
(
function
()
{
console
.
log
(
result
);
// $(".RechargeException").siblings().hide()
},
// $(".RechargeException").show()
onConfirm
:
function
(
result
)
{
console
.
log
(
result
);
// 家庭住址
console
.
log
(
result
);
$
(
"
#homeAddress
"
).
on
(
"
click
"
,
function
()
{
acctErrorUpdateParms
.
homeAddress
=
weui
.
picker
(
cityData
,
{
result
[
0
].
label
+
"
/
"
+
result
[
1
].
label
+
"
/
"
+
result
[
2
].
label
;
defaultValue
:
[
110000
,
110000
,
110101
],
$
(
"
#homeAddress
"
)[
0
].
innerText
=
depth
:
3
,
result
[
0
].
label
+
"
/
"
+
result
[
1
].
label
+
"
/
"
+
result
[
2
].
label
;
onChange
:
function
(
result
)
{
$
(
"
#homeAddress
"
).
css
(
"
color
"
,
"
#000
"
);
console
.
log
(
result
);
},
},
title
:
"
家庭地址
"
,
onConfirm
:
function
(
result
)
{
});
console
.
log
(
result
);
});
console
.
log
(
result
);
// 选择职业
acctErrorUpdateParms
.
homeAddress
=
$
(
"
#showPicker
"
).
on
(
"
click
"
,
function
()
{
result
[
0
].
label
+
"
/
"
+
result
[
1
].
label
+
"
/
"
+
result
[
2
]
// 获取职业信息
.
label
;
this_
$
(
"
#homeAddress
"
)[
0
].
innerText
=
.
getOccupationList
()
result
[
0
].
label
+
"
/
"
+
result
[
1
].
label
+
"
/
"
+
result
[
2
]
.
then
((
OccupationList
)
=>
{
.
label
;
let
data
=
OccupationList
.
map
((
v
)
=>
{
$
(
"
#homeAddress
"
).
css
(
"
color
"
,
"
#000
"
);
return
{
},
label
:
v
.
comment
,
title
:
"
家庭地址
"
,
value
:
v
.
code
,
});
};
});
});
// 选择职业
weui
.
picker
(
data
,
{
$
(
"
#showPicker
"
).
on
(
"
click
"
,
function
()
{
onChange
:
function
(
result
)
{
// 获取职业信息
console
.
log
(
result
);
this_
},
.
getOccupationList
()
onConfirm
:
function
(
result
)
{
.
then
((
OccupationList
)
=>
{
console
.
log
(
result
[
0
].
value
);
let
data
=
OccupationList
.
map
((
v
)
=>
{
acctErrorUpdateParms
.
occupation
=
result
[
0
].
value
;
return
{
$
(
"
#showPicker
"
)[
0
].
innerText
=
result
[
0
].
label
;
label
:
v
.
comment
,
$
(
"
#showPicker
"
).
css
(
"
color
"
,
"
#000
"
);
value
:
v
.
code
,
},
};
title
:
"
职业信息选择
"
,
});
});
weui
.
picker
(
data
,
{
})
onChange
:
function
(
result
)
{
.
catch
((
err
)
=>
{
console
.
log
(
result
);
weui
.
topTips
(
"
获取职业信息列表失败
"
);
},
});
onConfirm
:
function
(
result
)
{
});
console
.
log
(
result
[
0
].
value
);
acctErrorUpdateParms
.
occupation
=
result
[
0
].
value
;
// 初始化
$
(
"
#showPicker
"
)[
0
].
innerText
=
result
[
0
].
label
;
$
(
"
#showPicker
"
).
css
(
"
color
"
,
"
#000
"
);
userID
=
this_
.
getQueryParams
(
"
userID
"
);
},
sessionID
=
this_
.
getQueryParams
(
"
seesionID
"
);
title
:
"
职业信息选择
"
,
fromType
=
this_
.
getQueryParams
(
"
fromType
"
);
});
let
windowHeight
=
window
.
innerHeight
;
})
if
(
this_
.
getQueryParams
(
"
tabbar
"
))
{
.
catch
((
err
)
=>
{
//usermain打开加返回按钮
weui
.
topTips
(
"
获取职业信息列表失败
"
);
$
(
"
#ReturnBox
"
).
css
(
"
display
"
,
"
block
"
);
});
$
(
"
.bottom2
"
).
css
(
});
"
margin-top
"
,
(
windowHeight
-
370
<
0
?
30
:
windowHeight
-
370
)
+
"
px
"
// 初始化
);
$
(
"
.bottom1
"
).
css
(
userID
=
this_
.
getQueryParams
(
"
userID
"
);
"
margin-top
"
,
sessionID
=
this_
.
getQueryParams
(
"
seesionID
"
);
(
windowHeight
-
570
<
0
?
30
:
windowHeight
-
570
)
+
"
px
"
fromType
=
this_
.
getQueryParams
(
"
fromType
"
);
);
let
windowHeight
=
window
.
innerHeight
;
}
else
{
if
(
this_
.
getQueryParams
(
"
tabbar
"
))
{
$
(
"
.bottom2
"
).
css
(
//usermain打开加返回按钮
"
margin-top
"
,
$
(
"
#ReturnBox
"
).
css
(
"
display
"
,
"
block
"
);
(
windowHeight
-
320
<
0
?
30
:
windowHeight
-
320
)
+
"
px
"
$
(
"
.bottom2
"
).
css
(
);
"
margin-top
"
,
$
(
"
.bottom1
"
).
css
(
(
windowHeight
-
370
<
0
?
30
:
windowHeight
-
370
)
+
"
px
"
"
margin-top
"
,
);
(
windowHeight
-
590
<
0
?
30
:
windowHeight
-
590
)
+
"
px
"
$
(
"
.bottom1
"
).
css
(
);
"
margin-top
"
,
}
(
windowHeight
-
570
<
0
?
30
:
windowHeight
-
570
)
+
"
px
"
bankInfo
.
sessionid
=
sessionID
;
);
this_
.
QueryUserInfo
();
}
else
{
$
(
"
#AssginBox
"
).
css
(
"
display
"
,
"
block
"
);
$
(
"
.bottom2
"
).
css
(
if
(
fromType
==
0
)
{
"
margin-top
"
,
// $('.TitleHeader').html('电子账户充值');
(
windowHeight
-
320
<
0
?
30
:
windowHeight
-
320
)
+
"
px
"
}
else
{
);
this_
.
ToWalletTx
();
$
(
"
.bottom1
"
).
css
(
}
"
margin-top
"
,
setTimeout
(
function
()
{
(
windowHeight
-
590
<
0
?
30
:
windowHeight
-
590
)
+
"
px
"
this_
.
getWefileId
();
);
},
500
);
}
});
bankInfo
.
sessionid
=
sessionID
;
},
this_
.
QueryUserInfo
();
methods
:
{
$
(
"
#AssginBox
"
).
css
(
"
display
"
,
"
block
"
);
// 身份证上传
if
(
fromType
==
0
)
{
async
idCardUpload
(
type
)
{
// $('.TitleHeader').html('电子账户充值');
let
this_
=
this
;
}
else
{
uni
.
chooseImage
({
this_
.
ToWalletTx
();
count
:
6
,
//默认9
}
sizeType
:
[
"
original
"
,
"
compressed
"
],
setTimeout
(
function
()
{
sourceType
:
[
"
album
"
,
"
camera
"
],
//从相册选择
this_
.
getWefileId
();
success
:
function
(
res
)
{
},
500
);
this_
[
"
tempFiles
"
+
type
]
=
res
.
tempFilePaths
[
0
];
});
this_
.
uploaderInput
(
res
.
tempFiles
,
type
);
},
},
methods
:
{
});
onSelect
(
action
)
{
},
if
(
action
.
text
==
"
复制卡号
"
)
{
// 验证码弹出框开启
this
.
CopyCardNumber
();
open
()
{
}
else
if
(
action
.
text
==
"
账户明细
"
)
{
this
.
$refs
.
popup
.
open
(
"
top
"
);
this
.
BackToMini
(
'
purchaseDetail
'
);
},
}
else
if
(
action
.
text
==
"
常见问题
"
)
{
// 验证码弹出框关闭
uni
.
navigateTo
({
close
()
{
url
:
`../../commonProblem/commonProblem`
this
.
$refs
.
popup
.
close
();
})
},
}
//键盘谈起
},
openKeyBoard
(
key
)
{
// 身份证上传
this
.
type
=
key
;
async
idCardUpload
(
type
)
{
this
.
$refs
[
key
].
open
();
let
this_
=
this
;
},
uni
.
chooseImage
({
onInput
(
val
)
{
count
:
6
,
//默认9
this
.
numberList
.
push
(
val
);
sizeType
:
[
"
original
"
,
"
compressed
"
],
this
.
inputOtherM
=
this
.
inputOtherM
+
val
;
sourceType
:
[
"
album
"
,
"
camera
"
],
//从相册选择
console
.
log
(
val
);
success
:
function
(
res
)
{
},
this_
[
"
tempFiles
"
+
type
]
=
res
.
tempFilePaths
[
0
];
onDelete
()
{
this_
.
uploaderInput
(
res
.
tempFiles
,
type
);
this
.
numberList
.
pop
();
},
this
.
inputOtherM
=
this
.
numberList
.
join
(
""
);
});
},
},
onConfirm
()
{
// 验证码弹出框开启
// 充值提现输入验证码确认框
open
()
{
this
.
open
();
this
.
$refs
.
popup
.
open
(
"
top
"
);
},
},
//选择输入其他金额
// 验证码弹出框关闭
OtherMoney
()
{
close
()
{
this
.
depotMoneyother
=
true
;
this
.
$refs
.
popup
.
close
();
},
},
// 快捷选择金额
//键盘谈起
async
depotMoney
(
value
,
MoneyIndex
)
{
openKeyBoard
(
key
)
{
console
.
log
(
value
);
this
.
type
=
key
;
this
.
Money
=
parseInt
(
value
);
this
.
$refs
[
key
].
open
();
this
.
MoneyIndex
=
MoneyIndex
;
},
},
onInput
(
val
)
{
//定时器
this
.
numberList
.
push
(
val
);
IntervalFun
()
{
this
.
inputOtherM
=
this
.
inputOtherM
+
val
;
if
(
msCount
==
1
)
{
console
.
log
(
val
);
window
.
clearInterval
(
MyTimer
);
//停止计时器
},
$
(
"
.CodeMsg
"
).
css
(
"
color
"
,
"
#01BC73
"
);
onDelete
()
{
this
.
CodeMsg
=
"
获取验证码
"
;
this
.
numberList
.
pop
();
msCount
=
60
;
this
.
inputOtherM
=
this
.
numberList
.
join
(
""
);
}
else
{
},
msCount
--
;
onConfirm
()
{
$
(
"
.CodeMsg
"
).
css
(
"
color
"
,
"
gray
"
);
// 充值提现输入验证码确认框
this
.
CodeMsg
=
msCount
+
"
s后获取
"
;
this
.
open
();
}
},
},
//选择输入其他金额
//按钮操作
OtherMoney
()
{
HideHTML
(
dom
,
type
)
{
this
.
depotMoneyother
=
true
;
if
(
type
==
0
)
{
},
$
(
"
.
"
+
dom
).
css
(
"
display
"
,
"
none
"
);
// 快捷选择金额
}
else
{
async
depotMoney
(
value
,
MoneyIndex
)
{
$
(
"
.
"
+
dom
).
css
(
"
display
"
,
"
block
"
);
console
.
log
(
value
);
}
this
.
Money
=
parseInt
(
value
);
},
this
.
MoneyIndex
=
MoneyIndex
;
//切换到提现
},
ToWalletTx
()
{
//定时器
$
(
"
#DepositBox
"
).
css
(
"
display
"
,
"
none
"
);
IntervalFun
()
{
$
(
"
#TxWalletBox
"
).
css
(
"
display
"
,
"
block
"
);
if
(
msCount
==
1
)
{
// $('.TitleHeader').html('电子账户提现');
window
.
clearInterval
(
MyTimer
);
//停止计时器
$
(
"
.doBtnTx
"
).
html
(
"
提现
"
);
$
(
"
.CodeMsg
"
).
css
(
"
color
"
,
"
#01BC73
"
);
opeType
=
1
;
this
.
CodeMsg
=
"
获取验证码
"
;
},
msCount
=
60
;
//全部提现
}
else
{
TxAllFun
()
{
msCount
--
;
this
.
ReflectMoney
=
this
.
cardBalanceTx
*
1
;
$
(
"
.CodeMsg
"
).
css
(
"
color
"
,
"
gray
"
);
// $('.TxClsTx').val($('.cardBalanceTx')[0].textContent * 1);
this
.
CodeMsg
=
msCount
+
"
s后获取
"
;
},
}
//隐藏验证码弹框
},
hidePhoneBox
()
{
//按钮操作
$
(
"
.PhoneConfirmBox
"
).
css
(
"
display
"
,
"
none
"
);
HideHTML
(
dom
,
type
)
{
// $('.VerifyCode').val('');
if
(
type
==
0
)
{
this
.
VerifyCode
=
""
;
$
(
"
.
"
+
dom
).
css
(
"
display
"
,
"
none
"
);
orderSerialNo
=
""
;
}
else
{
businessNo
=
""
;
$
(
"
.
"
+
dom
).
css
(
"
display
"
,
"
block
"
);
otpOrderNo
=
""
;
}
},
},
//返回小程序 跳转指定页面
//切换到提现
BackToMini
(
page
)
{
ToWalletTx
()
{
if
(
page
==
"
UserMain
"
||
page
==
"
personalCenter
"
)
{
$
(
"
#DepositBox
"
).
css
(
"
display
"
,
"
none
"
);
jWeixin
.
miniProgram
.
switchTab
({
$
(
"
#TxWalletBox
"
).
css
(
"
display
"
,
"
block
"
);
url
:
`/pages/
${
page
}
/main`
,
// $('.TitleHeader').html('电子账户提现');
});
$
(
"
.doBtnTx
"
).
html
(
"
提现
"
);
}
else
{
opeType
=
1
;
jWeixin
.
miniProgram
.
redirectTo
({
},
url
:
`/pages/
${
page
}
/main`
,
//全部提现
});
TxAllFun
()
{
}
this
.
ReflectMoney
=
this
.
cardBalanceTx
*
1
;
},
// $('.TxClsTx').val($('.cardBalanceTx')[0].textContent * 1);
// 输入限制
},
inputControl
(
obj
,
val
)
{
//隐藏验证码弹框
console
.
log
(
obj
,
val
);
hidePhoneBox
()
{
obj
.
value
=
obj
.
target
.
value
;
$
(
"
.PhoneConfirmBox
"
).
css
(
"
display
"
,
"
none
"
);
obj
.
value
=
obj
.
value
.
replace
(
/
[^\d
.
]
/g
,
""
);
//清除"数字"和"."以外的字符
// $('.VerifyCode').val('');
obj
.
value
=
obj
.
value
.
replace
(
/^
\.
/g
,
""
);
//验证第一个字符是数字而不是.
this
.
VerifyCode
=
""
;
obj
.
value
=
obj
.
value
.
replace
(
/
\.{2,}
/g
,
"
.
"
);
//只保留第一个. 清除多余的.
orderSerialNo
=
""
;
obj
.
value
=
obj
.
value
businessNo
=
""
;
.
replace
(
"
.
"
,
"
$#$
"
)
otpOrderNo
=
""
;
.
replace
(
/
\.
/g
,
""
)
},
.
replace
(
"
$#$
"
,
"
.
"
);
//只允许输入一个小数点
//返回小程序 跳转指定页面
obj
.
value
=
obj
.
value
.
replace
(
/^
(\-)
*
(\d
+
)\.(\d\d)
.*$/
,
"
$1$2.$3
"
);
//只能输入两个小数
BackToMini
(
page
)
{
obj
.
value
=
if
(
page
==
"
UserMain
"
||
page
==
"
personalCenter
"
)
{
obj
.
value
*
1
>
this
.
RechargeMax
?
this
.
RechargeMax
:
obj
.
value
;
jWeixin
.
miniProgram
.
switchTab
({
this
.
Money
=
obj
.
value
+
""
;
url
:
`/pages/
${
page
}
/main`
,
this
.
ReflectMoney
=
obj
.
value
+
""
;
});
if
(
obj
.
value
==
""
||
obj
.
value
*
1
<
3
)
{
}
else
{
$
(
"
.DepositID
"
).
addClass
(
"
DisaBledBtn
"
);
jWeixin
.
miniProgram
.
redirectTo
({
}
else
{
url
:
`/pages/
${
page
}
/main`
,
$
(
"
.DepositID
"
).
removeClass
(
"
DisaBledBtn
"
);
});
}
}
},
},
clearPoint
()
{
// 输入限制
// 若最后一位为小数点则去掉
inputControl
(
obj
,
val
)
{
let
str
=
this
.
inputOtherM
+
""
;
console
.
log
(
obj
,
val
);
if
(
str
.
lastIndexOf
(
"
.
"
)
==
str
.
length
-
1
)
{
obj
.
value
=
obj
.
target
.
value
;
this
.
inputOtherM
=
str
.
substring
(
0
,
str
.
length
-
1
);
obj
.
value
=
obj
.
value
.
replace
(
/
[^\d
.
]
/g
,
""
);
//清除"数字"和"."以外的字符
}
obj
.
value
=
obj
.
value
.
replace
(
/^
\.
/g
,
""
);
//验证第一个字符是数字而不是.
},
obj
.
value
=
obj
.
value
.
replace
(
/
\.{2,}
/g
,
"
.
"
);
//只保留第一个. 清除多余的.
//input键盘弹起不会弹
obj
.
value
=
obj
.
value
ReturnToTop
()
{
.
replace
(
"
.
"
,
"
$#$
"
)
document
.
scrollingElement
.
scrollTo
(
0
,
this
.
scrollTop
);
.
replace
(
/
\.
/g
,
""
)
},
.
replace
(
"
$#$
"
,
"
.
"
);
//只允许输入一个小数点
//提现结果查询
obj
.
value
=
obj
.
value
.
replace
(
/^
(\-)
*
(\d
+
)\.(\d\d)
.*$/
,
"
$1$2.$3
"
);
//只能输入两个小数
transferResults
()
{
obj
.
value
=
let
this_
=
this
;
obj
.
value
*
1
>
this
.
RechargeMax
?
this
.
RechargeMax
:
obj
.
value
;
times
++
;
this
.
Money
=
obj
.
value
+
""
;
let
loading
=
weui
.
loading
(
"
请稍后
"
);
this
.
ReflectMoney
=
obj
.
value
+
""
;
let
params
=
{
if
(
obj
.
value
==
""
||
obj
.
value
*
1
<
3
)
{
accountNo
:
bankInfo
.
acctNoArray
,
$
(
"
.DepositID
"
).
addClass
(
"
DisaBledBtn
"
);
businessNo
:
businessNo
,
}
else
{
orderSerialNo
:
orderSerialNo
,
//提现指令号
$
(
"
.DepositID
"
).
removeClass
(
"
DisaBledBtn
"
);
schoolId
:
bankInfo
.
schoolId
,
}
userId
:
userID
,
},
sessionid
:
sessionID
,
clearPoint
()
{
wechattype
:
1
,
// 若最后一位为小数点则去掉
};
let
str
=
this
.
inputOtherM
+
""
;
$
.
ajax
({
if
(
str
.
lastIndexOf
(
"
.
"
)
==
str
.
length
-
1
)
{
url
:
gHost
+
"
/bank-wechat/transfer/query
"
,
this
.
inputOtherM
=
str
.
substring
(
0
,
str
.
length
-
1
);
type
:
"
POST
"
,
}
contentType
:
"
application/x-www-form-urlencoded
"
,
},
data
:
params
,
//input键盘弹起不会弹
success
:
function
(
res7
)
{
ReturnToTop
()
{
if
(
res7
.
code
==
"
10000
"
)
{
document
.
scrollingElement
.
scrollTo
(
0
,
this
.
scrollTop
);
if
(
res7
.
results
.
status
==
0
||
res7
.
results
.
status
==
1
)
{
},
//status 状态 0:失败;1:成功;2:处理中 返回处理中,需要调用“提现(提现)结果查询”接口查结果
//提现结果查询
loading
.
hide
();
transferResults
()
{
if
(
res7
.
results
.
status
==
0
)
{
let
this_
=
this
;
weui
.
topTips
(
res7
.
results
.
bizMsg
);
times
++
;
}
else
{
let
loading
=
weui
.
loading
(
"
请稍后
"
);
weui
.
toast
(
"
提现成功!
"
,
1500
);
let
params
=
{
}
accountNo
:
bankInfo
.
acctNoArray
,
setTimeout
(()
=>
{
businessNo
:
businessNo
,
location
.
reload
();
orderSerialNo
:
orderSerialNo
,
//提现指令号
},
2000
);
schoolId
:
bankInfo
.
schoolId
,
}
else
{
userId
:
userID
,
if
(
times
==
3
)
{
sessionid
:
sessionID
,
loading
.
hide
();
wechattype
:
1
,
weui
.
topTips
(
"
当前提现人数过多,请至我的账户中查看余额
"
);
};
setTimeout
(()
=>
{
$
.
ajax
({
this_
.
BackToMini
(
"
UserMain
"
);
url
:
gHost
+
"
/bank-wechat/transfer/query
"
,
},
1500
);
type
:
"
POST
"
,
}
else
{
contentType
:
"
application/x-www-form-urlencoded
"
,
setTimeout
((
res
)
=>
{
data
:
params
,
this_
.
transferResults
();
success
:
function
(
res7
)
{
},
2000
);
if
(
res7
.
code
==
"
10000
"
)
{
}
if
(
res7
.
results
.
status
==
0
||
res7
.
results
.
status
==
1
)
{
}
//status 状态 0:失败;1:成功;2:处理中 返回处理中,需要调用“提现(提现)结果查询”接口查结果
}
else
{
loading
.
hide
();
loading
.
hide
();
if
(
res7
.
results
.
status
==
0
)
{
weui
.
topTips
(
res7
.
message
);
weui
.
topTips
(
res7
.
results
.
bizMsg
);
}
}
else
{
},
weui
.
toast
(
"
提现成功!
"
,
1500
);
error
:
function
(
err
)
{
}
loading
.
hide
();
setTimeout
(()
=>
{
},
location
.
reload
();
});
},
2000
);
},
}
else
{
//充值结果查询
if
(
times
==
3
)
{
depositResults
()
{
loading
.
hide
();
let
this_
=
this
;
weui
.
topTips
(
"
当前提现人数过多,请至我的账户中查看余额
"
);
times
++
;
setTimeout
(()
=>
{
let
loading
=
weui
.
loading
(
"
请稍后
"
);
this_
.
BackToMini
(
"
UserMain
"
);
let
params
=
{
},
1500
);
businessNo
:
businessNo
,
}
else
{
schoolId
:
bankInfo
.
schoolId
,
setTimeout
((
res
)
=>
{
userId
:
userID
,
this_
.
transferResults
();
sessionid
:
sessionID
,
},
2000
);
wechattype
:
1
,
}
};
}
$
.
ajax
({
}
else
{
url
:
gHost
+
"
/bank-wechat/recharge/query
"
,
loading
.
hide
();
type
:
"
POST
"
,
weui
.
topTips
(
res7
.
message
);
contentType
:
"
application/x-www-form-urlencoded
"
,
}
data
:
params
,
},
success
:
function
(
res8
)
{
error
:
function
(
err
)
{
if
(
res8
.
code
==
"
10000
"
)
{
loading
.
hide
();
if
(
},
res8
.
results
.
orderStatus
==
3
||
});
res8
.
results
.
orderStatus
==
4
},
)
{
//充值结果查询
//orderStatus 0:初始值,1:已提交,2:未知,3:失败,4:成功,5:成功未打款
depositResults
()
{
loading
.
hide
();
let
this_
=
this
;
if
(
res8
.
results
.
orderStatus
==
3
)
{
times
++
;
weui
.
topTips
(
res8
.
results
.
errMsg
);
let
loading
=
weui
.
loading
(
"
请稍后
"
);
}
else
{
let
params
=
{
weui
.
toast
(
"
充值成功!
"
,
1500
);
businessNo
:
businessNo
,
}
schoolId
:
bankInfo
.
schoolId
,
setTimeout
(()
=>
{
userId
:
userID
,
location
.
reload
();
sessionid
:
sessionID
,
},
2000
);
wechattype
:
1
,
}
else
{
};
if
(
times
==
3
)
{
$
.
ajax
({
loading
.
hide
();
url
:
gHost
+
"
/bank-wechat/recharge/query
"
,
weui
.
topTips
(
"
当前充值人数过多,请至我的账户中查看余额
"
);
type
:
"
POST
"
,
setTimeout
(()
=>
{
contentType
:
"
application/x-www-form-urlencoded
"
,
this_
.
BackToMini
(
"
UserMain
"
);
data
:
params
,
},
1500
);
success
:
function
(
res8
)
{
}
else
{
if
(
res8
.
code
==
"
10000
"
)
{
setTimeout
((
res
)
=>
{
if
(
this_
.
depositResults
();
res8
.
results
.
orderStatus
==
3
||
},
2000
);
res8
.
results
.
orderStatus
==
4
}
)
{
}
//orderStatus 0:初始值,1:已提交,2:未知,3:失败,4:成功,5:成功未打款
}
else
{
loading
.
hide
();
loading
.
hide
();
if
(
res8
.
results
.
orderStatus
==
3
)
{
weui
.
topTips
(
res8
.
message
);
weui
.
topTips
(
res8
.
results
.
errMsg
);
}
}
else
{
},
weui
.
toast
(
"
充值成功!
"
,
1500
);
error
:
function
(
err
)
{
}
loading
.
hide
();
setTimeout
(()
=>
{
},
location
.
reload
();
});
},
2000
);
},
}
else
{
//充值/提现方法
if
(
times
==
3
)
{
DoNextStep
()
{
loading
.
hide
();
let
this_
=
this
;
weui
.
topTips
(
"
当前充值人数过多,请至我的账户中查看余额
"
);
console
.
log
(
"
请填写验证码
"
);
setTimeout
(()
=>
{
if
(
this_
.
VerifyCode
==
""
)
{
this_
.
BackToMini
(
"
UserMain
"
);
weui
.
topTips
(
"
请填写验证码
"
);
},
1500
);
return
;
}
else
{
}
setTimeout
((
res
)
=>
{
if
(
limitClick
)
{
this_
.
depositResults
();
return
;
},
2000
);
}
else
{
}
limitClick
=
true
;
}
setTimeout
(()
=>
{
}
else
{
limitClick
=
false
;
loading
.
hide
();
},
3000
);
weui
.
topTips
(
res8
.
message
);
}
}
let
loading
=
weui
.
loading
(
"
请稍后
"
);
},
times
=
0
;
error
:
function
(
err
)
{
if
(
opeType
==
0
)
{
loading
.
hide
();
//充值
},
let
params
=
{
});
businessNo
:
businessNo
,
},
otpOrderNo
:
otpOrderNo
,
//充值/提现方法
fromAccNo
:
payCardNumber
,
//付款账户
DoNextStep
()
{
otpValue
:
this
.
VerifyCode
,
//验证码
let
this_
=
this
;
transAmt
:
this
.
inputOtherM
*
1
,
//交易金额
console
.
log
(
"
请填写验证码
"
);
schoolId
:
bankInfo
.
schoolId
,
if
(
this_
.
VerifyCode
==
""
)
{
userId
:
userID
,
weui
.
topTips
(
"
请填写验证码
"
);
sessionid
:
sessionID
,
return
;
wechattype
:
1
,
}
};
if
(
limitClick
)
{
$
.
ajax
({
return
;
url
:
gHost
+
"
/bank-wechat/recharge
"
,
}
else
{
type
:
"
POST
"
,
limitClick
=
true
;
contentType
:
"
application/x-www-form-urlencoded
"
,
setTimeout
(()
=>
{
data
:
params
,
limitClick
=
false
;
success
:
function
(
res5
)
{
},
3000
);
if
(
res5
.
code
==
"
10000
"
)
{
}
if
(
res5
.
errCode
&&
res5
.
errCode
==
"
TI009
"
)
{
let
loading
=
weui
.
loading
(
"
请稍后
"
);
loading
.
hide
();
times
=
0
;
weui
.
topTips
(
res5
.
results
.
errMsg
);
if
(
opeType
==
0
)
{
setTimeout
(
function
()
{
//充值
$
(
"
.RechargeException
"
).
siblings
().
hide
();
let
params
=
{
$
(
"
.RechargeException
"
).
show
();
businessNo
:
businessNo
,
});
otpOrderNo
:
otpOrderNo
,
return
;
fromAccNo
:
payCardNumber
,
//付款账户
}
otpValue
:
this
.
VerifyCode
,
//验证码
if
(
transAmt
:
this
.
inputOtherM
*
1
,
//交易金额
res5
.
results
.
orderStatus
==
3
||
schoolId
:
bankInfo
.
schoolId
,
res5
.
results
.
orderStatus
==
4
userId
:
userID
,
)
{
sessionid
:
sessionID
,
//orderStatus 0:初始值,1:已提交,2:未知,3:失败,4:成功,5:成功未打款
wechattype
:
1
,
if
(
res5
.
results
.
orderStatus
==
3
)
{
};
loading
.
hide
();
$
.
ajax
({
weui
.
topTips
(
res5
.
results
.
errMsg
);
url
:
gHost
+
"
/bank-wechat/recharge
"
,
}
else
{
type
:
"
POST
"
,
loading
.
hide
();
contentType
:
"
application/x-www-form-urlencoded
"
,
weui
.
toast
(
"
充值成功!
"
,
1500
);
data
:
params
,
}
success
:
function
(
res5
)
{
setTimeout
(()
=>
{
if
(
res5
.
code
==
"
10000
"
)
{
location
.
reload
();
if
(
res5
.
errCode
&&
res5
.
errCode
==
"
TI009
"
)
{
},
2000
);
loading
.
hide
();
}
else
{
weui
.
topTips
(
res5
.
results
.
errMsg
);
setTimeout
(()
=>
{
setTimeout
(
function
()
{
// loading.hide();
$
(
"
.RechargeException
"
).
siblings
().
hide
();
this_
.
depositResults
();
$
(
"
.RechargeException
"
).
show
();
},
2000
);
});
}
return
;
}
else
{
}
loading
.
hide
();
if
(
weui
.
topTips
(
res5
.
message
);
res5
.
results
.
orderStatus
==
3
||
}
res5
.
results
.
orderStatus
==
4
},
)
{
error
:
function
(
err
)
{
//orderStatus 0:初始值,1:已提交,2:未知,3:失败,4:成功,5:成功未打款
loading
.
hide
();
if
(
res5
.
results
.
orderStatus
==
3
)
{
},
loading
.
hide
();
});
weui
.
topTips
(
res5
.
results
.
errMsg
);
}
else
if
(
opeType
==
1
)
{
}
else
{
//提现
loading
.
hide
();
let
params
=
{
weui
.
toast
(
"
充值成功!
"
,
1500
);
accountName
:
bankInfo
.
trueName
,
}
amount
:
$
(
"
.TxClsTx
"
)[
0
].
value
*
1
,
setTimeout
(()
=>
{
businessNo
:
businessNo
,
location
.
reload
();
fromAccountName
:
bankInfo
.
trueName
,
},
2000
);
fromAccountNo
:
bankInfo
.
acctNoArray
,
}
else
{
otpOrderNo
:
otpOrderNo
,
setTimeout
(()
=>
{
otpValue
:
$
(
"
.VerifyCode
"
)[
0
].
value
,
//验证码
// loading.hide();
toAccountNo
:
payCardNumber
,
this_
.
depositResults
();
schoolId
:
bankInfo
.
schoolId
,
},
2000
);
userId
:
userID
,
}
sessionid
:
sessionID
,
}
else
{
wechattype
:
1
,
loading
.
hide
();
};
weui
.
topTips
(
res5
.
message
);
$
.
ajax
({
}
url
:
gHost
+
"
/bank-wechat/transfer/withdrawal
"
,
},
type
:
"
POST
"
,
error
:
function
(
err
)
{
contentType
:
"
application/x-www-form-urlencoded
"
,
loading
.
hide
();
data
:
params
,
},
success
:
function
(
res6
)
{
});
if
(
res6
.
code
==
"
10000
"
)
{
}
else
if
(
opeType
==
1
)
{
orderSerialNo
=
res6
.
results
.
orderSerialNo
;
//提现
if
(
res6
.
results
.
status
==
1
||
res6
.
results
.
status
==
0
)
{
let
params
=
{
//状态 0:失败;1:成功;2:处理中 返回处理中,需要调用“提现(转账)结果查询”接口查结果
accountName
:
bankInfo
.
trueName
,
if
(
res6
.
results
.
status
==
0
)
{
amount
:
$
(
"
.TxClsTx
"
)[
0
].
value
*
1
,
loading
.
hide
();
businessNo
:
businessNo
,
weui
.
topTips
(
res6
.
results
.
bizMsg
);
fromAccountName
:
bankInfo
.
trueName
,
}
else
{
fromAccountNo
:
bankInfo
.
acctNoArray
,
loading
.
hide
();
otpOrderNo
:
otpOrderNo
,
weui
.
toast
(
"
提现成功!
"
,
1500
);
otpValue
:
$
(
"
.VerifyCode
"
)[
0
].
value
,
//验证码
}
toAccountNo
:
payCardNumber
,
setTimeout
(()
=>
{
schoolId
:
bankInfo
.
schoolId
,
location
.
reload
();
userId
:
userID
,
},
2000
);
sessionid
:
sessionID
,
}
else
{
wechattype
:
1
,
setTimeout
(()
=>
{
};
// loading.hide();
$
.
ajax
({
transferResults
();
url
:
gHost
+
"
/bank-wechat/transfer/withdrawal
"
,
},
2000
);
type
:
"
POST
"
,
}
contentType
:
"
application/x-www-form-urlencoded
"
,
}
else
{
data
:
params
,
loading
.
hide
();
success
:
function
(
res6
)
{
weui
.
topTips
(
res6
.
message
);
if
(
res6
.
code
==
"
10000
"
)
{
}
orderSerialNo
=
res6
.
results
.
orderSerialNo
;
},
if
(
res6
.
results
.
status
==
1
||
res6
.
results
.
status
==
0
)
{
error
:
function
(
err
)
{
//状态 0:失败;1:成功;2:处理中 返回处理中,需要调用“提现(转账)结果查询”接口查结果
loading
.
hide
();
if
(
res6
.
results
.
status
==
0
)
{
},
loading
.
hide
();
});
weui
.
topTips
(
res6
.
results
.
bizMsg
);
}
}
else
{
},
loading
.
hide
();
//充值/提现判断
weui
.
toast
(
"
提现成功!
"
,
1500
);
toDeposit
(
type
)
{
}
//type 0充值 1提现
setTimeout
(()
=>
{
let
this_
=
this
;
location
.
reload
();
businessNo
=
""
;
},
2000
);
otpOrderNo
=
""
;
}
else
{
opeType
=
type
;
setTimeout
(()
=>
{
if
(
type
==
0
)
{
// loading.hide();
if
(
this
.
Money
*
1
<
3
)
{
transferResults
();
weui
.
topTips
(
"
充值金额必须大于3元
"
);
},
2000
);
return
;
}
}
}
else
{
if
(
this
.
Money
*
1
>
this
.
RechargeMax
*
1
)
{
loading
.
hide
();
weui
.
topTips
(
`充值金额不能大于
${
this
.
RechargeMax
*
1
}
元`
);
weui
.
topTips
(
res6
.
message
);
return
;
}
}
},
}
else
{
error
:
function
(
err
)
{
if
(
$
(
"
.TxClsTx
"
)[
0
].
value
*
1
<
0.01
)
{
loading
.
hide
();
weui
.
topTips
(
"
提现金额须大于等于0.01元
"
);
},
return
;
});
}
}
if
(
$
(
"
.TxClsTx
"
)[
0
].
value
*
1
>
this
.
RechargeMax
*
1
)
{
},
weui
.
topTips
(
`提现金额不可大于账户余额`
);
//充值/提现判断
return
;
toDeposit
(
type
)
{
}
//type 0充值 1提现
}
let
this_
=
this
;
this
.
open
();
businessNo
=
""
;
},
otpOrderNo
=
""
;
//发送验证码
opeType
=
type
;
SendMsg
()
{
if
(
type
==
0
)
{
let
this_
=
this
;
if
(
this
.
Money
*
1
<
3
)
{
if
(
this_
.
CodeMsg
!=
"
获取验证码
"
)
return
false
;
weui
.
topTips
(
"
充值金额必须大于3元
"
);
let
loading
=
weui
.
loading
(
"
发送中
"
);
return
;
if
(
opeType
==
0
)
{
}
//充值
if
(
this
.
Money
*
1
>
this
.
RechargeMax
*
1
)
{
let
params
=
{
weui
.
topTips
(
`充值金额不能大于
${
this
.
RechargeMax
*
1
}
元`
);
fromAccNo
:
payCardNumber
,
//付款账户,
return
;
transAmt
:
this
.
Money
*
1
,
//交易金额
}
schoolId
:
bankInfo
.
schoolId
,
}
else
{
userId
:
userID
,
if
(
$
(
"
.TxClsTx
"
)[
0
].
value
*
1
<
0.01
)
{
sessionid
:
sessionID
,
weui
.
topTips
(
"
提现金额须大于等于0.01元
"
);
wechattype
:
1
,
return
;
};
}
$
.
ajax
({
if
(
$
(
"
.TxClsTx
"
)[
0
].
value
*
1
>
this
.
RechargeMax
*
1
)
{
url
:
gHost
+
"
/bank-wechat/otp/send/recharge
"
,
weui
.
topTips
(
`提现金额不可大于账户余额`
);
type
:
"
POST
"
,
return
;
contentType
:
"
application/x-www-form-urlencoded
"
,
}
data
:
params
,
}
success
:
function
(
res5
)
{
this
.
open
();
loading
.
hide
();
},
if
(
res5
.
code
==
"
10000
"
)
{
//发送验证码
otpOrderNo
=
res5
.
results
.
otpOrderNo
;
SendMsg
()
{
businessNo
=
res5
.
results
.
businessNo
;
let
this_
=
this
;
weui
.
toast
(
"
验证码已发送,请注意查收!
"
,
1000
);
if
(
this_
.
CodeMsg
!=
"
获取验证码
"
)
return
false
;
this_
.
IntervalFun
();
let
loading
=
weui
.
loading
(
"
发送中
"
);
MyTimer
=
window
.
setInterval
(
IntervalFun
,
1000
);
if
(
opeType
==
0
)
{
}
else
{
//充值
weui
.
topTips
(
res5
.
message
);
let
params
=
{
}
fromAccNo
:
payCardNumber
,
//付款账户,
},
transAmt
:
this
.
Money
*
1
,
//交易金额
error
:
function
(
err
)
{
schoolId
:
bankInfo
.
schoolId
,
loading
.
hide
();
userId
:
userID
,
},
sessionid
:
sessionID
,
});
wechattype
:
1
,
}
else
if
(
opeType
==
1
)
{
};
//提现
$
.
ajax
({
let
params
=
{
url
:
gHost
+
"
/bank-wechat/otp/send/recharge
"
,
accountNo
:
bankInfo
.
acctNoArray
,
//银行卡号
type
:
"
POST
"
,
mobileNo
:
mobileNo
,
//手机号
contentType
:
"
application/x-www-form-urlencoded
"
,
"
transferAccountBizKeyVO.accountName
"
:
bankInfo
.
trueName
,
//收款方户名
data
:
params
,
"
transferAccountBizKeyVO.amount
"
:
$
(
"
.TxClsTx
"
)[
0
].
value
*
1
,
//提现金额
success
:
function
(
res5
)
{
"
transferAccountBizKeyVO.fromAccountName
"
:
bankInfo
.
trueName
,
//转出户名
loading
.
hide
();
"
transferAccountBizKeyVO.fromAccountNo
"
:
bankInfo
.
acctNoArray
,
//转出卡号(互联网账户卡号)
if
(
res5
.
code
==
"
10000
"
)
{
"
transferAccountBizKeyVO.toAccountNo
"
:
payCardNumber
,
//收款方卡号(绑定卡卡号)
otpOrderNo
=
res5
.
results
.
otpOrderNo
;
schoolId
:
bankInfo
.
schoolId
,
businessNo
=
res5
.
results
.
businessNo
;
userId
:
userID
,
weui
.
toast
(
"
验证码已发送,请注意查收!
"
,
1000
);
sessionid
:
sessionID
,
this_
.
IntervalFun
();
wechattype
:
1
,
MyTimer
=
window
.
setInterval
(
IntervalFun
,
1000
);
};
}
else
{
$
.
ajax
({
weui
.
topTips
(
res5
.
message
);
url
:
gHost
+
"
/bank-wechat/otp/send/transfer/account
"
,
}
type
:
"
POST
"
,
},
contentType
:
"
application/x-www-form-urlencoded
"
,
error
:
function
(
err
)
{
data
:
params
,
loading
.
hide
();
success
:
function
(
res5
)
{
},
loading
.
hide
();
});
if
(
res5
.
code
==
"
10000
"
)
{
}
else
if
(
opeType
==
1
)
{
otpOrderNo
=
res5
.
results
.
otpOrderNo
;
//提现
businessNo
=
res5
.
results
.
businessNo
;
let
params
=
{
weui
.
toast
(
"
验证码已发送,请注意查收!
"
,
1000
);
accountNo
:
bankInfo
.
acctNoArray
,
//银行卡号
this_
.
IntervalFun
();
mobileNo
:
mobileNo
,
//手机号
MyTimer
=
window
.
setInterval
(
this_
.
IntervalFun
,
1000
);
"
transferAccountBizKeyVO.accountName
"
:
bankInfo
.
trueName
,
//收款方户名
}
else
{
"
transferAccountBizKeyVO.amount
"
:
$
(
"
.TxClsTx
"
)[
0
].
value
*
1
,
//提现金额
weui
.
topTips
(
res5
.
message
);
"
transferAccountBizKeyVO.fromAccountName
"
:
bankInfo
.
trueName
,
//转出户名
}
"
transferAccountBizKeyVO.fromAccountNo
"
:
bankInfo
.
acctNoArray
,
//转出卡号(互联网账户卡号)
},
"
transferAccountBizKeyVO.toAccountNo
"
:
payCardNumber
,
//收款方卡号(绑定卡卡号)
error
:
function
(
err
)
{
schoolId
:
bankInfo
.
schoolId
,
loading
.
hide
(
res5
.
message
);
userId
:
userID
,
},
sessionid
:
sessionID
,
});
wechattype
:
1
,
}
};
},
$
.
ajax
({
//换绑卡
url
:
gHost
+
"
/bank-wechat/otp/send/transfer/account
"
,
ChangeCardPay
(
bankName
,
bindCard
)
{
type
:
"
POST
"
,
let
this_
=
this
;
contentType
:
"
application/x-www-form-urlencoded
"
,
if
(
bindCard
==
payCardNumber
)
{
data
:
params
,
return
;
success
:
function
(
res5
)
{
}
loading
.
hide
();
var
loading
=
weui
.
loading
(
"
请稍后
"
);
if
(
res5
.
code
==
"
10000
"
)
{
$
.
ajax
({
otpOrderNo
=
res5
.
results
.
otpOrderNo
;
url
:
gHost
+
"
/bank-wechat/user/bank/change/bind
"
,
businessNo
=
res5
.
results
.
businessNo
;
type
:
"
POST
"
,
weui
.
toast
(
"
验证码已发送,请注意查收!
"
,
1000
);
contentType
:
"
application/x-www-form-urlencoded
"
,
this_
.
IntervalFun
();
data
:
{
MyTimer
=
window
.
setInterval
(
this_
.
IntervalFun
,
1000
);
schoolId
:
bankInfo
.
schoolId
,
}
else
{
userId
:
userID
,
weui
.
topTips
(
res5
.
message
);
sessionid
:
sessionID
,
}
wechattype
:
1
,
},
accountName
:
bankName
,
error
:
function
(
err
)
{
accountNo
:
bindCard
,
loading
.
hide
(
res5
.
message
);
},
},
success
:
function
(
res5
)
{
});
loading
.
hide
();
}
if
(
res5
.
code
==
"
10000
"
)
{
},
this_
.
HideHTML
(
"
showBindCardList
"
,
0
);
//换绑卡
this_
.
queryUserBankInfo
();
ChangeCardPay
(
bankName
,
bindCard
)
{
}
else
{
let
this_
=
this
;
weui
.
topTips
(
res5
.
message
);
if
(
bindCard
==
payCardNumber
)
{
}
return
;
},
}
error
:
function
(
err
)
{
var
loading
=
weui
.
loading
(
"
请稍后
"
);
loading
.
hide
();
$
.
ajax
({
},
url
:
gHost
+
"
/bank-wechat/user/bank/change/bind
"
,
});
type
:
"
POST
"
,
},
contentType
:
"
application/x-www-form-urlencoded
"
,
//查询一类卡绑定列表
data
:
{
queryBindCardList
()
{
schoolId
:
bankInfo
.
schoolId
,
let
this_
=
this
;
userId
:
userID
,
let
loading
=
weui
.
loading
(
"
请稍后
"
);
sessionid
:
sessionID
,
$
.
ajax
({
wechattype
:
1
,
url
:
gHost
+
"
/bank-wechat/query/account
"
,
accountName
:
bankName
,
type
:
"
POST
"
,
accountNo
:
bindCard
,
contentType
:
"
application/x-www-form-urlencoded
"
,
},
data
:
{
success
:
function
(
res5
)
{
schoolId
:
bankInfo
.
schoolId
,
loading
.
hide
();
userId
:
userID
,
if
(
res5
.
code
==
"
10000
"
)
{
sessionid
:
sessionID
,
this_
.
HideHTML
(
"
showBindCardList
"
,
0
);
wechattype
:
1
,
this_
.
queryUserBankInfo
();
},
}
else
{
success
:
function
(
res4
)
{
weui
.
topTips
(
res5
.
message
);
loading
.
hide
();
}
if
(
res4
.
code
==
"
10000
"
)
{
},
var
divList
=
""
;
error
:
function
(
err
)
{
var
choiceIndex
=
0
;
loading
.
hide
();
for
(
},
let
i
=
0
;
});
i
<
res4
.
results
.
accountList
[
0
].
bindcardList
.
length
;
},
i
++
//查询一类卡绑定列表
)
{
queryBindCardList
()
{
divList
+=
`<div onclick=ChangeCardPay('
${
let
this_
=
this
;
let
loading
=
weui
.
loading
(
"
请稍后
"
);
$
.
ajax
({
url
:
gHost
+
"
/bank-wechat/query/account
"
,
type
:
"
POST
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
data
:
{
schoolId
:
bankInfo
.
schoolId
,
userId
:
userID
,
sessionid
:
sessionID
,
wechattype
:
1
,
},
success
:
function
(
res4
)
{
loading
.
hide
();
if
(
res4
.
code
==
"
10000
"
)
{
var
divList
=
""
;
var
choiceIndex
=
0
;
for
(
let
i
=
0
;
i
<
res4
.
results
.
accountList
[
0
].
bindcardList
.
length
;
i
++
)
{
divList
+=
`<div onclick=ChangeCardPay('
${
res4
.
results
.
accountList
[
0
].
bindcardList
[
i
].
bankName
res4
.
results
.
accountList
[
0
].
bindcardList
[
i
].
bankName
}
','
${
res4
.
results
.
accountList
[
0
].
bindcardList
[
i
].
bindCardNo
}
')>
}
','
${
res4
.
results
.
accountList
[
0
].
bindcardList
[
i
].
bindCardNo
}
')>
<p>
${
<p>
${
...
@@ -906,860 +994,1198 @@ export default {
...
@@ -906,860 +994,1198 @@ export default {
}
</p>
}
</p>
<img class='myImg
${
i
}
BankListImg' src='img/choiceBank.png'>
<img class='myImg
${
i
}
BankListImg' src='img/choiceBank.png'>
</div>`
;
</div>`
;
if
(
if
(
res4
.
results
.
accountList
[
0
].
bindcardList
[
i
].
bindCardNo
==
res4
.
results
.
accountList
[
0
].
bindcardList
[
i
].
bindCardNo
==
payCardNumber
payCardNumber
)
{
)
{
choiceIndex
=
i
;
choiceIndex
=
i
;
}
}
}
}
$
(
"
.hideListCover
"
).
html
(
divList
);
$
(
"
.hideListCover
"
).
html
(
divList
);
$
(
`.myImg
${
choiceIndex
}
`
).
css
(
"
display
"
,
"
block
"
);
$
(
`.myImg
${
choiceIndex
}
`
).
css
(
"
display
"
,
"
block
"
);
$
(
"
.showBindCardList
"
).
css
(
"
display
"
,
"
block
"
);
$
(
"
.showBindCardList
"
).
css
(
"
display
"
,
"
block
"
);
}
else
{
}
else
{
weui
.
topTips
(
res4
.
message
);
weui
.
topTips
(
res4
.
message
);
}
}
},
},
error
:
function
(
err
)
{
error
:
function
(
err
)
{
loading
.
hide
();
loading
.
hide
();
},
},
});
});
},
},
//获取银行余额
//获取银行余额
queryBankInfo
()
{
queryBankInfo
()
{
let
this_
=
this
;
let
this_
=
this
;
let
loading
=
weui
.
loading
(
"
请稍后
"
);
let
loading
=
weui
.
loading
(
"
请稍后
"
);
$
.
ajax
({
$
.
ajax
({
url
:
gHost
+
"
/bank-wechat/query/balance
"
,
url
:
gHost
+
"
/bank-wechat/query/balance
"
,
type
:
"
POST
"
,
type
:
"
POST
"
,
timeout
:
8000
,
timeout
:
8000
,
contentType
:
"
application/x-www-form-urlencoded
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
data
:
bankInfo
,
data
:
bankInfo
,
success
:
function
(
res3
)
{
success
:
function
(
res3
)
{
loading
.
hide
();
loading
.
hide
();
if
(
res3
.
code
==
"
10000
"
)
{
if
(
res3
.
code
==
"
10000
"
)
{
if
(
res3
.
results
.
acctInfoList
==
null
)
{
if
(
res3
.
results
.
acctInfoList
==
null
)
{
weui
.
topTips
(
"
账户信息为空,余额查询失败
"
);
weui
.
topTips
(
"
账户信息为空,余额查询失败
"
);
}
else
{
}
else
{
this_
.
cardBalanceTx
=
(
this_
.
cardBalanceTx
=
(
res3
.
results
.
acctInfoList
[
0
].
hqBalanceDTOList
[
0
].
balance
*
1
res3
.
results
.
acctInfoList
[
0
].
hqBalanceDTOList
[
0
].
balance
*
1
).
toFixed
(
2
);
).
toFixed
(
2
);
$
(
"
.TxClsTx
"
).
attr
(
$
(
"
.TxClsTx
"
).
attr
(
"
placeholder
"
,
"
placeholder
"
,
`可提现金额
${(
`可提现金额
${(
res3
.
results
.
acctInfoList
[
0
].
hqBalanceDTOList
[
0
].
balance
*
1
res3
.
results
.
acctInfoList
[
0
].
hqBalanceDTOList
[
0
].
balance
*
1
).
toFixed
(
2
)}
元`
).
toFixed
(
2
)}
元`
);
);
this_
.
RechargeMax
=
(
this_
.
RechargeMax
=
(
2000
-
2000
-
(
(
res3
.
results
.
acctInfoList
[
0
].
hqBalanceDTOList
[
0
].
balance
*
1
res3
.
results
.
acctInfoList
[
0
].
hqBalanceDTOList
[
0
].
balance
*
1
).
toFixed
(
2
)
*
).
toFixed
(
2
)
*
1
1
).
toFixed
(
2
);
).
toFixed
(
2
);
}
}
}
else
{
}
else
{
weui
.
topTips
(
res3
.
message
);
weui
.
topTips
(
res3
.
message
);
}
}
},
},
error
:
function
(
err
)
{
error
:
function
(
err
)
{
loading
.
hide
();
loading
.
hide
();
},
},
complete
:
function
(
XMLHttpRequest
,
status
)
{
complete
:
function
(
XMLHttpRequest
,
status
)
{
loading
.
hide
();
loading
.
hide
();
if
(
status
==
"
timeout
"
)
{
if
(
status
==
"
timeout
"
)
{
weui
.
topTips
(
"
请求超时,余额查询失败
"
);
weui
.
topTips
(
"
请求超时,余额查询失败
"
);
}
}
},
},
});
});
},
},
//获取用户已填写银行信息
//获取用户已填写银行信息
queryUserBankInfo
()
{
queryUserBankInfo
()
{
let
this_
=
this
;
let
this_
=
this
;
let
loading
=
weui
.
loading
(
"
请稍后
"
);
let
loading
=
weui
.
loading
(
"
请稍后
"
);
$
.
ajax
({
$
.
ajax
({
url
:
gHost
+
"
/bank-wechat/user/bank/get
"
,
url
:
gHost
+
"
/bank-wechat/user/bank/get
"
,
type
:
"
POST
"
,
type
:
"
POST
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
data
:
{
data
:
{
schoolId
:
bankInfo
.
schoolId
,
schoolId
:
bankInfo
.
schoolId
,
userId
:
userID
,
userId
:
userID
,
sessionid
:
sessionID
,
sessionid
:
sessionID
,
wechattype
:
1
,
wechattype
:
1
,
},
},
success
:
function
(
res2
)
{
success
:
function
(
res2
)
{
if
(
res2
.
code
==
"
10000
"
)
{
if
(
res2
.
code
==
"
10000
"
)
{
bankInfo
.
acctNoArray
=
res2
.
results
.
accountNo
;
bankInfo
.
acctNoArray
=
res2
.
results
.
accountNo
;
bankInfo
.
idNo
=
res2
.
results
.
idNo
;
bankInfo
.
idNo
=
res2
.
results
.
idNo
;
bankInfo
.
trueName
=
res2
.
results
.
trueName
;
bankInfo
.
trueName
=
res2
.
results
.
trueName
;
payCardNumber
=
res2
.
results
.
bindCardNo
;
payCardNumber
=
res2
.
results
.
bindCardNo
;
$
(
"
.bankNameClass
"
).
html
(
$
(
"
.bankNameClass
"
).
html
(
`
${
res2
.
results
.
bindCardName
}
(
${
res2
.
results
.
bindCardNo
.
substr
(
`
${
res2
.
results
.
bindCardName
}
(
${
res2
.
results
.
bindCardNo
.
substr
(
-
4
-
4
)}
)`
)}
)`
);
);
$
(
"
.bankNameClass1
"
).
html
(
res2
.
results
.
bindCardName
+
"
(储蓄卡)
"
);
$
(
"
.bankNameClass1
"
).
html
(
res2
.
results
.
bindCardName
+
"
(储蓄卡)
"
);
$
(
"
.payCardEndNo
"
).
html
(
$
(
"
.payCardEndNo
"
).
html
(
"
尾号
"
+
res2
.
results
.
bindCardNo
.
substr
(
-
4
)
"
尾号
"
+
res2
.
results
.
bindCardNo
.
substr
(
-
4
)
);
);
$
(
"
.myPhoneTx
"
).
html
(
res2
.
results
.
mobileNo
);
$
(
"
.myPhoneTx
"
).
html
(
res2
.
results
.
mobileNo
);
mobileNo
=
res2
.
results
.
mobileNo
;
mobileNo
=
res2
.
results
.
mobileNo
;
this_
.
queryBankInfo
();
this_
.
queryBankInfo
();
}
else
{
}
else
{
weui
.
topTips
(
res2
.
message
);
weui
.
topTips
(
res2
.
message
);
}
}
},
},
error
:
function
(
err
)
{
error
:
function
(
err
)
{
loading
.
hide
();
loading
.
hide
();
},
},
});
});
},
},
//查询用户信息
//查询用户信息
QueryUserInfo
()
{
QueryUserInfo
()
{
let
this_
=
this
;
let
this_
=
this
;
let
loading
=
weui
.
loading
(
"
请稍后
"
);
let
loading
=
weui
.
loading
(
"
请稍后
"
);
$
.
ajax
({
$
.
ajax
({
url
:
gHost
+
"
/wechat/svweapp/QueryPersonalInfo
"
,
url
:
gHost
+
"
/wechat/svweapp/QueryPersonalInfo
"
,
type
:
"
POST
"
,
type
:
"
POST
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
data
:
{
data
:
{
userid
:
userID
,
userid
:
userID
,
sessionid
:
sessionID
,
sessionid
:
sessionID
,
wechattype
:
1
,
wechattype
:
1
,
},
},
success
:
function
(
res1
)
{
success
:
function
(
res1
)
{
loading
.
hide
();
loading
.
hide
();
if
(
res1
.
code
==
"
10000
"
)
{
if
(
res1
.
code
==
"
10000
"
)
{
bankInfo
.
schoolId
=
res1
.
results
.
schoolid
;
bankInfo
.
schoolId
=
res1
.
results
.
schoolid
;
bankInfo
.
userId
=
res1
.
results
.
id
;
bankInfo
.
userId
=
res1
.
results
.
id
;
$
(
"
.userNameTx
"
).
html
(
res1
.
results
.
name
);
$
(
"
.userNameTx
"
).
html
(
res1
.
results
.
name
);
$
(
"
.schoolNameTx
"
).
html
(
res1
.
results
.
schoolname
);
$
(
"
.schoolNameTx
"
).
html
(
res1
.
results
.
schoolname
);
$
(
"
.ClsNameTx
"
).
html
(
$
(
"
.ClsNameTx
"
).
html
(
res1
.
results
.
gradename
+
res1
.
results
.
classname
res1
.
results
.
gradename
+
res1
.
results
.
classname
);
);
if
(
res1
.
results
.
usertype
==
1
)
{
if
(
res1
.
results
.
usertype
==
1
)
{
$
(
"
.StudentCls
"
).
css
(
"
display
"
,
"
block
"
);
$
(
"
.StudentCls
"
).
css
(
"
display
"
,
"
block
"
);
$
(
"
.TeacherCls
"
).
css
(
"
display
"
,
"
none
"
);
$
(
"
.TeacherCls
"
).
css
(
"
display
"
,
"
none
"
);
}
else
{
}
else
{
$
(
"
.StudentCls
"
).
css
(
"
display
"
,
"
none
"
);
$
(
"
.StudentCls
"
).
css
(
"
display
"
,
"
none
"
);
$
(
"
.TeacherCls
"
).
css
(
"
display
"
,
"
block
"
);
$
(
"
.TeacherCls
"
).
css
(
"
display
"
,
"
block
"
);
}
}
this_
.
queryUserBankInfo
();
this_
.
queryUserBankInfo
();
}
else
{
}
else
{
weui
.
topTips
(
res1
.
message
);
weui
.
topTips
(
res1
.
message
);
setTimeout
(()
=>
{
setTimeout
(()
=>
{
this_
.
BackToMini
(
"
UserMain
"
);
this_
.
BackToMini
(
"
UserMain
"
);
},
1500
);
},
1500
);
}
}
},
},
error
:
function
(
err
)
{
error
:
function
(
err
)
{
loading
.
hide
();
loading
.
hide
();
},
},
});
});
},
},
// 充值账户异常资料补充
// 充值账户异常资料补充
// recharge/acctErrorUpdateResource
// recharge/acctErrorUpdateResource
acctErrorUpdateResource
()
{
acctErrorUpdateResource
()
{
acctErrorUpdateParms
.
businessNo
=
wefileId
.
businessNo
;
//业务流水号
acctErrorUpdateParms
.
businessNo
=
wefileId
.
businessNo
;
//业务流水号
acctErrorUpdateParms
.
schoolId
=
bankInfo
.
schoolId
;
acctErrorUpdateParms
.
schoolId
=
bankInfo
.
schoolId
;
acctErrorUpdateParms
.
userId
=
userID
;
acctErrorUpdateParms
.
userId
=
userID
;
acctErrorUpdateParms
.
homeAddress
=
acctErrorUpdateParms
.
homeAddress
=
acctErrorUpdateParms
.
homeAddress
+
acctErrorUpdateParms
.
homeAddress
+
acctErrorUpdateParms
.
StreetInformation
;
acctErrorUpdateParms
.
StreetInformation
;
let
{
backSideImgId
,
frontSideImgId
,
homeAddress
,
occupation
}
=
let
{
acctErrorUpdateParms
;
backSideImgId
,
acctErrorUpdateParms
.
sessionid
=
sessionID
;
frontSideImgId
,
acctErrorUpdateParms
.
wechattype
=
1
;
homeAddress
,
if
(
!
occupation
)
{
occupation
weui
.
topTips
(
"
请选择职业信息
"
);
}
=
return
;
acctErrorUpdateParms
;
}
acctErrorUpdateParms
.
sessionid
=
sessionID
;
if
(
!
homeAddress
)
{
acctErrorUpdateParms
.
wechattype
=
1
;
weui
.
topTips
(
"
请选择家庭住址
"
);
if
(
!
occupation
)
{
return
;
weui
.
topTips
(
"
请选择职业信息
"
);
}
return
;
}
if
(
!
backSideImgId
)
{
if
(
!
homeAddress
)
{
weui
.
topTips
(
"
请上传反面身份证图片
"
);
weui
.
topTips
(
"
请选择家庭住址
"
);
return
;
return
;
}
}
if
(
!
frontSideImgId
)
{
weui
.
topTips
(
"
请上传正面身份证图片
"
);
if
(
!
backSideImgId
)
{
return
;
weui
.
topTips
(
"
请上传反面身份证图片
"
);
}
return
;
let
loading
=
weui
.
loading
(
"
信息更新中,请稍后
"
);
}
return
new
Promise
((
resolve
,
reject
)
=>
{
if
(
!
frontSideImgId
)
{
$
.
ajax
({
weui
.
topTips
(
"
请上传正面身份证图片
"
);
url
:
gHost
+
"
/bank-wechat/recharge/acctErrorUpdateResource
"
,
return
;
type
:
"
POST
"
,
}
contentType
:
"
application/x-www-form-urlencoded
"
,
let
loading
=
weui
.
loading
(
"
信息更新中,请稍后
"
);
data
:
acctErrorUpdateParms
,
return
new
Promise
((
resolve
,
reject
)
=>
{
timeout
:
8000
,
//超时时间设置,单位毫秒
$
.
ajax
({
success
:
function
(
res
)
{
url
:
gHost
+
"
/bank-wechat/recharge/acctErrorUpdateResource
"
,
loading
.
hide
();
type
:
"
POST
"
,
if
(
res
.
code
==
"
000000
"
)
{
contentType
:
"
application/x-www-form-urlencoded
"
,
weui
.
topTips
(
"
信息更新成功
"
,
{
data
:
acctErrorUpdateParms
,
duration
:
3000
,
//3秒后消失
timeout
:
8000
,
//超时时间设置,单位毫秒
className
:
"
weui-toptips_success
"
,
//自定义类名
success
:
function
(
res
)
{
callback
:
function
()
{
loading
.
hide
();
//回调函数
if
(
res
.
code
==
"
000000
"
)
{
console
.
log
(
"
close
"
);
weui
.
topTips
(
"
信息更新成功
"
,
{
window
.
location
.
reload
();
duration
:
3000
,
//3秒后消失
},
className
:
"
weui-toptips_success
"
,
//自定义类名
});
callback
:
function
()
{
resolve
(
res
);
//回调函数
}
else
{
console
.
log
(
"
close
"
);
weui
.
topTips
(
"
信息更新失败,
"
+
res
.
message
);
window
.
location
.
reload
();
loading
.
hide
();
},
reject
(
res
.
message
);
});
}
resolve
(
res
);
},
}
else
{
error
:
function
(
err
)
{
weui
.
topTips
(
"
信息更新失败,
"
+
res
.
message
);
loading
.
hide
();
loading
.
hide
();
reject
(
err
);
reject
(
res
.
message
);
},
}
});
},
});
error
:
function
(
err
)
{
},
loading
.
hide
();
//点击上传文件
reject
(
err
);
uploaderInput
(
e
,
CredType
)
{
},
let
fileInfo
=
e
[
0
];
});
let
fileTypeList
=
fileInfo
.
name
.
split
(
"
.
"
);
});
let
fileType
=
fileTypeList
[
fileTypeList
.
length
-
1
];
},
if
(
!
(
fileType
==
"
jpg
"
||
fileType
==
"
png
"
))
{
//点击上传文件
weui
.
topTips
(
"
不符合的文件格式,请重新选择
"
);
uploaderInput
(
e
,
CredType
)
{
return
;
let
fileInfo
=
e
[
0
];
}
let
fileTypeList
=
fileInfo
.
name
.
split
(
"
.
"
);
let
formData
=
new
FormData
();
let
fileType
=
fileTypeList
[
fileTypeList
.
length
-
1
];
formData
.
append
(
"
project
"
,
wefileId
.
project
);
if
(
!
(
fileType
==
"
jpg
"
||
fileType
==
"
png
"
))
{
formData
.
append
(
"
file
"
,
fileInfo
);
weui
.
topTips
(
"
不符合的文件格式,请重新选择
"
);
formData
.
append
(
"
fileName
"
,
fileInfo
.
name
);
return
;
formData
.
append
(
"
expiredTime
"
,
wefileId
.
expiredTime
);
}
formData
.
append
(
"
uuid
"
,
wefileId
.
uuid
);
let
formData
=
new
FormData
();
formData
.
append
(
"
wefileToken
"
,
wefileId
.
wefileToken
);
formData
.
append
(
"
project
"
,
wefileId
.
project
);
formData
.
append
(
"
wefileUrl
"
,
wefileId
.
wefileUrl
);
formData
.
append
(
"
file
"
,
fileInfo
);
formData
.
append
(
"
sessionid
"
,
sessionID
);
formData
.
append
(
"
fileName
"
,
fileInfo
.
name
);
formData
.
append
(
"
wechattype
"
,
1
);
formData
.
append
(
"
expiredTime
"
,
wefileId
.
expiredTime
);
this
.
UploadIDCardInfo
(
wefileId
.
wefileUrl
,
formData
,
CredType
);
formData
.
append
(
"
uuid
"
,
wefileId
.
uuid
);
},
formData
.
append
(
"
wefileToken
"
,
wefileId
.
wefileToken
);
// 【获取上传影像token接口】中已经返回了请求地址
formData
.
append
(
"
wefileUrl
"
,
wefileId
.
wefileUrl
);
UploadIDCardInfo
(
url
,
formData
,
type
)
{
formData
.
append
(
"
sessionid
"
,
sessionID
);
let
loading
=
weui
.
loading
(
"
请稍后,正在上传
"
);
formData
.
append
(
"
wechattype
"
,
1
);
return
new
Promise
((
resolve
,
reject
)
=>
{
this
.
UploadIDCardInfo
(
wefileId
.
wefileUrl
,
formData
,
CredType
);
return
new
Promise
((
resolve
,
reject
)
=>
{
},
$
.
ajax
({
// 【获取上传影像token接口】中已经返回了请求地址
url
:
UploadIDCardInfo
(
url
,
formData
,
type
)
{
gHost
+
let
loading
=
weui
.
loading
(
"
请稍后,正在上传
"
);
`/bank-wechat-server/wefile/upload?wechattype=1&sessionid=
${
sessionID
}
`
,
return
new
Promise
((
resolve
,
reject
)
=>
{
type
:
"
post
"
,
return
new
Promise
((
resolve
,
reject
)
=>
{
data
:
formData
,
$
.
ajax
({
processData
:
false
,
url
:
gHost
+
contentType
:
false
,
`/bank-wechat-server/wefile/upload?wechattype=1&sessionid=
${
sessionID
}
`
,
success
:
function
(
res
)
{
type
:
"
post
"
,
console
.
log
(
res
);
data
:
formData
,
if
(
res
.
code
==
"
10000
"
)
{
processData
:
false
,
if
(
type
==
1
)
{
contentType
:
false
,
acctErrorUpdateParms
.
frontSideImgId
=
res
.
results
;
success
:
function
(
res
)
{
}
else
{
console
.
log
(
res
);
acctErrorUpdateParms
.
backSideImgId
=
res
.
results
;
if
(
res
.
code
==
"
10000
"
)
{
}
if
(
type
==
1
)
{
weui
.
topTips
(
"
上传成功
"
,
{
acctErrorUpdateParms
.
frontSideImgId
=
res
.
results
;
duration
:
3000
,
//3秒后消失
}
else
{
className
:
"
weui-toptips_success
"
,
//自定义类名
acctErrorUpdateParms
.
backSideImgId
=
res
.
results
;
callback
:
function
()
{},
}
});
weui
.
topTips
(
"
上传成功
"
,
{
loading
.
hide
();
duration
:
3000
,
//3秒后消失
resolve
(
res
);
className
:
"
weui-toptips_success
"
,
//自定义类名
}
else
{
callback
:
function
()
{},
weui
.
topTips
(
res
.
message
);
});
loading
.
hide
();
loading
.
hide
();
reject
(
res
.
message
);
resolve
(
res
);
}
}
else
{
},
weui
.
topTips
(
res
.
message
);
error
:
function
(
err
)
{
loading
.
hide
();
loading
.
hide
();
reject
(
res
.
message
);
weui
.
topTips
(
"
上传失败!请检查
"
);
}
reject
(
err
);
},
},
error
:
function
(
err
)
{
});
loading
.
hide
();
});
weui
.
topTips
(
"
上传失败!请检查
"
);
});
reject
(
err
);
},
},
getWefileId
(
fileType
=
"
jpg/png/jpeg
"
)
{
});
let
loading
=
weui
.
loading
(
"
请稍后
"
);
});
return
new
Promise
((
resolve
,
reject
)
=>
{
});
$
.
ajax
({
},
url
:
gHost
+
"
/bank-wechat/wefile/wefileId
"
,
getWefileId
(
fileType
=
"
jpg/png/jpeg
"
)
{
type
:
"
post
"
,
let
loading
=
weui
.
loading
(
"
请稍后
"
);
data
:
{
return
new
Promise
((
resolve
,
reject
)
=>
{
Authorization
:
this
.
getQueryParams
(
"
seesionID
"
),
$
.
ajax
({
businessNo
:
businessNo
,
url
:
gHost
+
"
/bank-wechat/wefile/wefileId
"
,
fileType
:
fileType
,
//jpg/png/doc/docx/txt/pdf/ppt/xls/xlsx/pptx/jpeg
type
:
"
post
"
,
schoolId
:
bankInfo
.
schoolId
,
data
:
{
userId
:
userID
,
Authorization
:
this
.
getQueryParams
(
"
seesionID
"
),
sessionid
:
sessionID
,
businessNo
:
businessNo
,
wechattype
:
1
,
fileType
:
fileType
,
//jpg/png/doc/docx/txt/pdf/ppt/xls/xlsx/pptx/jpeg
},
schoolId
:
bankInfo
.
schoolId
,
success
:
function
(
res
)
{
userId
:
userID
,
loading
.
hide
();
sessionid
:
sessionID
,
if
(
res
.
code
==
"
10000
"
)
{
wechattype
:
1
,
wefileId
=
res
.
results
;
},
resolve
(
res
.
results
);
success
:
function
(
res
)
{
}
else
{
loading
.
hide
();
reject
(
res
.
message
);
if
(
res
.
code
==
"
10000
"
)
{
}
wefileId
=
res
.
results
;
},
resolve
(
res
.
results
);
error
:
function
(
err
)
{
}
else
{
loading
.
hide
();
reject
(
res
.
message
);
reject
(
err
);
}
},
},
});
error
:
function
(
err
)
{
});
loading
.
hide
();
},
reject
(
err
);
//街道信息
},
StreetInformation
(
e
)
{
});
let
value
=
$
(
e
)[
0
].
value
;
});
console
.
log
(
value
);
},
acctErrorUpdateParms
.
StreetInformation
=
value
;
//街道信息
},
StreetInformation
(
e
)
{
//立即更新
let
value
=
$
(
e
)[
0
].
value
;
UpdateRechargeException
()
{
console
.
log
(
value
);
this
.
acctErrorUpdateResource
();
acctErrorUpdateParms
.
StreetInformation
=
value
;
},
},
// query/getOccupationList职业信息接口
//立即更新
getOccupationList
()
{
UpdateRechargeException
()
{
let
loading
=
weui
.
loading
(
"
请稍后
"
);
this
.
acctErrorUpdateResource
();
return
new
Promise
((
resolve
,
reject
)
=>
{
},
$
.
ajax
({
// query/getOccupationList职业信息接口
url
:
gHost
+
"
/bank-wechat/query/getOccupationList
"
,
getOccupationList
()
{
type
:
"
post
"
,
let
loading
=
weui
.
loading
(
"
请稍后
"
);
data
:
{
return
new
Promise
((
resolve
,
reject
)
=>
{
sessionid
:
sessionID
,
$
.
ajax
({
wechattype
:
1
,
url
:
gHost
+
"
/bank-wechat/query/getOccupationList
"
,
},
type
:
"
post
"
,
headers
:
{
data
:
{
Authorization
:
getQueryParams
(
"
seesionID
"
),
sessionid
:
sessionID
,
},
wechattype
:
1
,
success
:
function
(
res
)
{
},
loading
.
hide
();
headers
:
{
if
(
res
.
code
==
"
10000
"
)
{
Authorization
:
getQueryParams
(
"
seesionID
"
),
resolve
(
res
.
results
);
},
}
else
{
success
:
function
(
res
)
{
reject
(
res
.
message
);
loading
.
hide
();
}
if
(
res
.
code
==
"
10000
"
)
{
},
resolve
(
res
.
results
);
error
:
function
(
err
)
{
}
else
{
loading
.
hide
();
reject
(
res
.
message
);
reject
(
err
);
}
},
},
});
error
:
function
(
err
)
{
});
loading
.
hide
();
},
reject
(
err
);
//获取参数
},
getQueryParams
(
params
)
{
});
var
query
=
window
.
location
.
search
.
substring
(
1
);
});
var
vars
=
query
.
split
(
"
&
"
);
},
for
(
var
i
=
0
;
i
<
vars
.
length
;
i
++
)
{
//获取参数
var
pair
=
vars
[
i
].
split
(
"
=
"
);
getQueryParams
(
params
)
{
if
(
pair
[
0
]
==
params
)
{
var
query
=
window
.
location
.
search
.
substring
(
1
);
return
pair
[
1
];
var
vars
=
query
.
split
(
"
&
"
);
}
for
(
var
i
=
0
;
i
<
vars
.
length
;
i
++
)
{
}
var
pair
=
vars
[
i
].
split
(
"
=
"
);
return
false
;
if
(
pair
[
0
]
==
params
)
{
},
return
pair
[
1
];
},
}
};
}
return
false
;
},
},
};
</
script
>
</
script
>
<
style
scoped
lang=
"scss"
>
<
style
scoped
lang=
"scss"
>
html
,
html
,
body
,
body
,
page
{
page
{
width
:
750rpx
;
width
:
750rpx
;
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#fafafa
100%
);
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#fafafa
100%
);
}
}
.contentBox
{
.userInfoBox
{
width
:
670rpx
;
display
:
flex
;
height
:
376rpx
;
flex-direction
:
column
;
margin
:
0
auto
;
width
:
calc
(
100%
-
64rpx
);
}
height
:
150rpx
;
margin
:
0
32rpx
;
.contentDiv
{
margin-top
:
30rpx
;
height
:
100%
;
background
:
linear-gradient
(
270deg
,
#f4f4f4
0%
,
#ebebeb
100%
);
// margin-top: 36rpx;
border-radius
:
16px
;
border-radius
:
15rpx
;
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31)
.
png
");
.firstLine
{
background-repeat: no-repeat;
display
:
flex
;
background-size: 100% 100%;
flex-direction
:
row
;
width
:
calc
(
100%
-
68rpx
);
position: relative;
height
:
56rpx
;
top: 36rpx;
line-height
:
56rpx
;
}
margin
:
0
34rpx
;
margin-top
:
28rpx
;
.HidenText {
overflow
:
hidden
;
margin-top: 147rpx;
}
view
{
white-space
:
nowrap
;
.HidenText,
}
.Balance {
padding-left: 46rpx;
.avatar
{
padding-right: 40rpx;
width
:
56rpx
;
display: flex;
height
:
56rpx
;
justify-content: space-between;
uni-image
{
font-size: 28rpx;
width
:
56rpx
;
color: #ffffff;
height
:
56rpx
;
}
}
}
.Balance {
margin-top: 20rpx;
.name
{
}
margin-left
:
17rpx
;
font-size
:
36rpx
;
.Recharge {
font-weight
:
600
;
display: flex;
color
:
rgba
(
0
,
0
,
0
,
0
.85
);
justify-content: space-between;
}
margin-top: 70rpx;
}
view
:last-child
{
margin-left
:
10rpx
;
.Recharge .leftdiv {
align-self
:
center
;
width: 192rpx;
align-items
:
center
;
height: 67rpx;
padding
:
0
8rpx
;
font-size: 48rpx;
height
:
40rpx
;
font-family: PingFangSC-Semibold, PingFang SC;
line-height
:
40rpx
;
font-weight: 600;
background
:
rgba
(
0
,
0
,
0
,
0
.08
);
color: #010101;
border-radius
:
4rpx
;
line-height: 67rpx;
font-size
:
26rpx
;
}
font-weight
:
500
;
color
:
rgba
(
0
,
0
,
0
,
0
.5
);
.Recharge .rightdiv {
}
height: 67rpx;
}
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
.secondLine
{
font-weight: 400;
display
:
flex
;
color: #999999;
width
:
calc
(
100%
-
62rpx
);
line-height: 67rpx;
margin
:
0
31rpx
;
}
margin-top
:
8rpx
;
height
:
37rpx
;
.Recharge .rightdiv image {
line-height
:
37rpx
;
position: relative;
font-size
:
26rpx
;
width: 20rpx;
color
:
rgba
(
0
,
0
,
0
,
0
.45
);
height: 20rpx;
}
}
}
.headview {
.contentWrapper
{
display: flex;
width
:
100%
;
justify-content: space-between;
display
:
flex
;
padding-left: 40rpx;
flex-direction
:
column
;
padding-right: 40rpx;
}
padding-top: 36rpx;
.balanceWrapper
{
}
width
:
calc
(
100%
-
144rpx
);
margin
:
0
32rpx
;
.headview .schoolname {
margin-top
:
24rpx
;
width: 252rpx;
height
:
249rpx
;
height: 50rpx;
padding
:
40rpx
40rpx
0
;
font-size: 36rpx;
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/user/bankBg.png")
;
font-family: PingFangSC-Medium, PingFang SC;
background-repeat
:
no-repeat
;
font-weight: 500;
background-size
:
100%
100%
;
color: #ffffff;
position
:
relative
;
line-height: 50rpx;
display
:
flex
;
}
flex-direction
:
column
;
.headview .IconCls {
.firstLine
{
width: 170rpx;
display
:
flex
;
height: 48rpx;
justify-content
:
space-between
;
background: #20946d;
border-radius: 25rpx;
.left
{
view
:first-child
{
font-size: 24rpx;
height
:
33rpx
;
font-weight: 400;
font-size
:
24rpx
;
color: #ffffff;
font-weight
:
600
;
line-height: 48rpx;
color
:
rgba
(
255
,
255
,
255
,
0
.85
);
text-align: center;
line-height
:
33rpx
;
}
}
.MoneyBox {
view
:last-child
{
display: flex;
height
:
84rpx
;
justify-content: space-between;
font-size
:
60rpx
;
flex-wrap: wrap;
font-weight
:
600
;
height: auto;
color
:
#ffffff
;
color: #333333;
line-height
:
84rpx
;
}
}
}
.choiceClass {
background: #01bc73 !important;
.right
{
color: #fff;
width
:
60rpx
;
}
height
:
60rpx
;
align-self
:
flex-start
;
.MoneyBox view {
width: 206rpx;
.icon
{
height: 133rpx;
width
:
60rpx
;
background: #f5f5f5;
height
:
60rpx
;
border-radius: 8rpx;
}
margin-top: 26rpx;
}
text-align: center;
}
position: relative;
.lastLine
{
}
display
:
flex
;
width
:
100%
;
.depotMoney .value {
justify-content
:
space-between
;
font-size: 48rpx;
font-family: PingFangSC-Semibold, PingFang SC;
view
:first-child
{
font-weight: 600;
height
:
60rpx
;
line-height: 133rpx;
font-size
:
40rpx
;
text-align: center;
font-weight
:
600
;
}
color
:
#ffffff
;
line-height
:
60rpx
;
.depotMoney .tips {
}
// width: 79rpx;
height: 33rpx;
.right
{
background: linear-gradient(180deg, #fa6400 0%, #fd9d00 100%);
width
:
140rpx
;
border-radius: 4rpx;
height
:
60rpx
;
font-size: 18rpx;
line-height
:
60rpx
;
font-weight: 500;
font-size
:
30rpx
;
padding: 4rpx;
font-weight
:
600
;
text-align: center;
color
:
#04b871
;
float: right;
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/user/cashBtn.png")
;
position: absolute;
background-repeat
:
no-repeat
;
right: 0rpx;
background-size
:
cover
;
line-height: 33rpx;
text-align
:
center
;
}
}
.OtherMoney {
.btn
{
display: flex;
width
:
140rpx
;
justify-content: center;
height
:
60rpx
;
color: #999999;
}
font-size: 28rpx;
}
font-family: PingFangSC-Regular, PingFang SC;
}
font-weight: 400;
color: #999999;
.accountlist
{
line-height: 40rpx;
width
:
100%
;
height
:
100%
;
margin-top: 26rpx;
}
}
.showBindCardList
{
.OtherMoney view:nth-child(2) {
width
:
100%
;
width: 30rpx;
height
:
100%
;
height: 30rpx;
background: #f0f0f0;
.choiceBox
{
border-radius: 50%;
text-align
:
center
;
text-align: center;
font-weight
:
bold
;
line-height: 30rpx;
height
:
100rpx
;
margin-top: 7rpx;
line-height
:
100rpx
;
margin-left: 5rpx;
padding
:
0
;
}
border-bottom
:
1rpx
solid
#e6e6e6
;
}
.payType {
height: 98rpx;
.cardsList
{
line-height: 98rpx;
width
:
100%
;
display: flex;
height
:
calc
(
100%
-
260rpx
);
justify-content: space-between;
overflow-y
:
scroll
;
}
}
.payType view:nth-child(1) {
.ListItem
{
width: 120rpx;
border-bottom
:
1rpx
solid
#e6e6e6
;
height: 42rpx;
font-size
:
30rpx
;
font-size: 30rpx;
padding
:
25rpx
0
;
font-family: PingFangSC-Regular, PingFang SC;
background
:
#fff
;
font-weight: 400;
position
:
relative
;
color: #666666;
text-align
:
center
;
line-height: 98rpx;
}
}
.changeCard
{
.payType view::nth-child(2) {
margin
:
0
auto
;
width: 225rpx;
margin-top
:
40rpx
;
height: 45rpx;
height
:
40rpx
;
font-size: 32rpx;
font-size
:
28rpx
;
font-family: PingFangSC-Medium, PingFang SC;
font-weight
:
400
;
font-weight: 500;
color
:
#04B871
;
color: #333333;
line-height
:
40rpx
;
line-height: 45rpx;
text-align
:
center
;
}
}
}
.switchbankCard {
width: 224px;
.SubmittedSuccessfully
{
height: 40rpx;
width
:
400rpx
!
important
;
font-size: 28rpx;
height
:
200rpx
!
important
;
font-family: PingFangSC-Regular, PingFang SC;
margin
:
0
auto
!
important
;
font-weight: 400;
background
:
#000000
;
color: #999999;
opacity
:
0
.8
;
line-height: 40rpx;
border-radius
:
8rpx
;
margin-top: 12rpx;
}
}
.cardNum
{
.arrow {
width
:
574rpx
;
transform: rotate(-45deg);
margin
:
0
auto
;
top: -1rpx;
display
:
flex
;
border: solid #999999;
justify-content
:
space-between
;
border-width: 0 1rpx 1rpx 0;
padding-top
:
36rpx
;
display: inline-block;
font-size
:
24rpx
;
padding: 8rpx;
position: relative;
.cardNumleft
{
}
font-family
:
PingFang
SC
;
font-weight
:
500
;
.DepositID {
color
:
#ffffff
;
width: 630rpx;
}
height: 92rpx;
background: #04ba73;
.cardNumright
{
border-radius: 8rpx;
font-family
:
PingFang
SC
;
margin: 0 auto;
font-weight
:
500
;
text-align: center;
text-decoration
:
underline
;
color
:
#ffffff
;
bottom: 30rpx;
}
position: fixed;
}
left: 0;
right: 0;
.RechargeDetailed
{
}
text-align
:
center
;
// width: 118rpx;
.DepositID span {
height
:
32rpx
;
height: 50rpx;
margin
:
0
auto
;
font-size: 36rpx;
font-size
:
30rpx
;
font-family: PingFangSC-Medium, PingFang SC;
font-family
:
PingFang
SC
;
font-weight: 500;
font-weight
:
500
;
color: #ffffff;
text-decoration
:
underline
;
line-height: 92rpx;
color
:
#36a8ff
;
}
margin-top
:
50rpx
;
}
.MyPhoneCls {
position: fixed;
.contentBox
{
width: 562rpx;
width
:
670rpx
;
height: 497rpx;
height
:
376rpx
;
left: 0;
margin
:
0
auto
;
right: 0;
}
top: 460rpx;
margin: 0 auto;
.contentDiv
{
font-size: 30rpx;
height
:
100%
;
background: #fff;
// margin-top: 36rpx;
border-radius: 8rpx;
border-radius
:
15rpx
;
}
background-image
:
url("https://xiaopay2020.oss-cn-shenzhen.aliyuncs.com/static/weapp/images/xiaopaycard (31)
.
png
");
background-repeat: no-repeat;
.closePhoneBox {
background-size: 100% 100%;
width: 35rpx;
height: 35rpx;
position: relative;
background: #7e7e7e;
top: 36rpx;
position: relative;
}
left: 522rpx;
top: -52rpx;
.HidenText {
line-height: 30rpx;
margin-top: 147rpx;
text-align: center;
}
color: #bebebe;
border-radius: 100%;
.HidenText,
border: 2px solid #bebebe;
.Balance {
}
padding-left: 46rpx;
padding-right: 40rpx;
.doBtnTx {
display: flex;
width: 506rpx;
justify-content: space-between;
height: 92rpx;
background: #04ba73;
font-size: 28rpx;
border-radius: 8rpx;
color: #ffffff;
color: #ffffff;
}
position: absolute;
.Balance {
left: 0;
margin-top: 20rpx;
right: 0;
}
margin: 0 auto;
bottom: 38rpx;
.Recharge {
}
display: flex;
justify-content: space-between;
.MyPhoneCls input {
margin-top: 70rpx;
border: none;
}
outline: none;
height: 80rpx;
.Recharge .leftdiv {
line-height: 80rpx;
width: 192rpx;
padding-left: 50rpx;
height: 67rpx;
}
font-size: 48rpx;
font-family: PingFangSC-Semibold, PingFang SC;
.PhoneNum,
font-weight: 600;
.VerifyCode {
color: #010101;
width: 506rpx;
line-height: 67rpx;
height: 80rpx;
}
line-height: 60rpx;
background: #f7f6fb;
.Recharge .rightdiv {
margin: 0 auto;
height: 67rpx;
margin-top: 20rpx;
font-size: 28rpx;
}
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
.VerifyCode {
color: #999999;
display: flex;
line-height: 67rpx;
justify-content: space-between;
}
}
.Recharge .rightdiv image {
.VerifyCode input {
position: relative;
width: 200rpx;
width: 20rpx;
}
height: 20rpx;
}
.CodeMsg {
color: #01bc73;
.headview {
background: #f7f6fb;
display: flex;
font-size: 28rpx;
justify-content: space-between;
font-weight: 600;
padding-left: 40rpx;
line-height: 80rpx;
padding-right: 40rpx;
letter-spacing: 3rpx;
}
padding-top: 36rpx;
}
.placeholderInput {
color: #aaaaaa;
.headview .schoolname {
font-size: 32rpx;
width: 252rpx;
font-weight: 500;
height: 50rpx;
letter-spacing: 3rpx;
font-size: 36rpx;
// padding-left: 50rpx;
font-family: PingFangSC-Medium, PingFang SC;
height: 80rpx;
font-weight: 500;
}
color: #ffffff;
line-height: 50rpx;
.OtherTitle {
}
height: 67rpx;
font-size: 48rpx;
.headview .IconCls {
font-family: PingFangSC-Semibold, PingFang SC;
width: 170rpx;
font-weight: 600;
height: 48rpx;
color: #010101;
background: #20946d;
line-height: 67rpx;
border-radius: 25rpx;
padding-top: 60rpx;
font-size: 24rpx;
}
font-weight: 400;
color: #ffffff;
.inputOtherM {
line-height: 48rpx;
display: flex;
text-align: center;
height: 100rpx;
}
margin-top: 40rpx;
}
.moneyWrapper {
margin-top: 10rpx;
.inputOtherM input {
width: 100%;
border: none;
display: flex;
outline: none;
flex-wrap: wrap;
height: 50rpx;
padding-left: 16rpx;
.moneyItem {
font-size: 72rpx;
width: 210rpx;
font-weight: 600;
height: 120rpx;
}
background: #f8f8f8;
border-radius: 12rpx;
.inputOtherM span:nth-child(1) {
display: flex;
width: 72rpx;
justify-content: center;
font-size: 80rpx;
margin-right: 18rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 600;
margin-bottom: 24rpx;
color: #010101;
line-height: 100rpx;
view {
}
align-self: center;
color: #333333;
.OtherLine {
}
width: 631rpx;
height: 1rpx;
view:first-child {
background-color: #cccccc;
font-size: 40rpx;
margin-top: 19rpx;
font-weight: 500;
}
}
.depositImg {
view:last-child {
width: 14rpx;
font-size: 30rpx;
vertical-align: middle;
}
margin-right: 8rpx;
}
}
.moneyItem:nth-child(3n) {
.Recharge_ {
margin-right: 0;
height: 40rpx;
}
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
.active {
font-weight: 400;
border: 3rpx solid #04b871;
color: #333333;
line-height: 40rpx;
view {
margin-top: 40rpx;
color: #04b871;
}
}
}
.Recharge_ span:nth-child(2) {
font-size: 28rpx;
.other {
font-family: PingFangSC-Semibold, PingFang SC;
width: 444rpx;
font-weight: 600;
height: 120rpx;
color: #fa6400;
line-height: 120rpx;
}
text-align: center;
background: #f8f8f8;
.placeholderinputOtherM {
border-radius: 12rpx;
height: 50rpx;
font-family: PingFangSC-Semibold, PingFang SC;
/deep/.uni-input-wrapper {
font-weight: 600;
position: absolute;
color: #010101;
width: 444rpx;
line-height: 50rpx;
height: 120rpx;
}
font-size: 40rpx;
font-weight: 500;
// 异常处理
color: #333333;
.RechargeException {
}
padding-top: 20rpx;
}
/deep/.uni-input-input {
height: 120rpx;
.weui-label {
line-height: 120rpx;
// width: 118rpx;
}
height: 42rpx;
}
font-size: 30rpx;
}
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
.MoneyBox {
color: #3d3d3d;
display: flex;
line-height: 42rpx;
justify-content: space-between;
font-weight: bold;
flex-wrap: wrap;
margin-left: 30rpx;
height: auto;
}
color: #333333;
}
.tiptext {
height: 1.06rem;
.choiceClass {
font-size: 0.75rem;
background: #01bc73 !important;
font-family: PingFangSC-Regular, PingFang SC;
color: #fff;
font-weight: 400;
}
color: #03bc73;
line-height: 1.06rem;
.MoneyBox view {
margin-bottom: 0.625rem;
width: 206rpx;
text-align: center;
height: 133rpx;
}
background: #f5f5f5;
border-radius: 8rpx;
.bottomDetail {
margin-top: 26rpx;
width: 628rpx;
text-align: center;
height: 88rpx;
color: white;
position: relative;
// position: fixed;
}
// left: 0;
// right: 0;
.depotMoney .value {
margin: 0 auto;
font-size: 48rpx;
background-color: #03bc73;
font-family: PingFangSC-Semibold, PingFang SC;
text-align: center;
font-weight: 600;
line-height: 88rpx;
line-height: 133rpx;
text-align: center;
margin-top: 84rpx;
}
}
.depotMoney .tips {
.RechargeException input::placeholder {
// width: 79rpx;
color: #a1a4a8;
height: 33rpx;
}
background: linear-gradient(180deg, #fa6400 0%, #fd9d00 100%);
border-radius: 4rpx;
.RechargeException .weui-cell {
font-size: 18rpx;
height: 4rem;
font-weight: 500;
padding: 0 !important;
padding: 4rpx;
}
text-align: center;
float: right;
.idCardPhoto1,
position: absolute;
.idCardPhoto2 {
right: 0rpx;
width: 388rpx;
line-height: 33rpx;
height: 224rpx;
}
margin: 0 auto;
margin-top: 20rpx;
.OtherMoney {
}
display: flex;
justify-content: center;
.idCardPhoto1 image,
color: #999999;
.idCardPhoto2 image {
font-size: 28rpx;
width: 100%;
font-family: PingFangSC-Regular, PingFang SC;
height: 100%;
font-weight: 400;
position: relative;
color: #999999;
}
line-height: 40rpx;
.weui-toptips_success {
margin-top: 26rpx;
background-color: #03bc73 !important;
}
}
.OtherMoney view:nth-child(2) {
.positionCam {
width: 30rpx;
height: 32rpx;
height: 30rpx;
font-size: 22rpx;
background: #f0f0f0;
font-family: PingFang-SC-Medium, PingFang-SC;
border-radius: 50%;
font-weight: 500;
text-align: center;
color: #6d7278;
line-height: 30rpx;
line-height: 32rpx;
margin-top: 7rpx;
text-align: center;
margin-left: 5rpx;
position: relative;
}
top: -29px;
}
.paytype {
display: flex;
margin-top: 39rpx;
width: 100%;
height: 40rpx;
justify-content: space-between;
font-size: 28rpx;
.left {
font-weight: 500;
color: rgba(0, 0, 0, 0.4);
}
.right {
color: rgba(0, 0, 0, 0.85);
.van-icon {
font-size: 28rpx;
color: #161616;
}
}
}
.payType {
height: 98rpx;
line-height: 98rpx;
display: flex;
justify-content: space-between;
}
.payType view:nth-child(1) {
width: 120rpx;
height: 42rpx;
font-size: 30rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #666666;
line-height: 98rpx;
}
.payType view::nth-child(2) {
width: 225rpx;
height: 45rpx;
font-size: 32rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #333333;
line-height: 45rpx;
}
.switchbankCard {
width: 224px;
height: 40rpx;
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #999999;
line-height: 40rpx;
margin-top: 12rpx;
}
.arrow {
transform: rotate(-45deg);
top: -1rpx;
border: solid #999999;
border-width: 0 1rpx 1rpx 0;
display: inline-block;
padding: 8rpx;
position: relative;
}
.DepositID {
width: 630rpx;
height: 92rpx;
background: #04ba73;
border-radius: 8rpx;
margin: 0 auto;
text-align: center;
bottom: 30rpx;
position: fixed;
left: 0;
right: 0;
}
.DepositID span {
height: 50rpx;
font-size: 36rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #ffffff;
line-height: 92rpx;
}
.MyPhoneCls {
position: fixed;
width: 562rpx;
height: 497rpx;
left: 0;
right: 0;
top: 460rpx;
margin: 0 auto;
font-size: 30rpx;
background: #fff;
border-radius: 8rpx;
}
.closePhoneBox {
width: 35rpx;
height: 35rpx;
background: #7e7e7e;
position: relative;
left: 522rpx;
top: -52rpx;
line-height: 30rpx;
text-align: center;
color: #bebebe;
border-radius: 100%;
border: 2px solid #bebebe;
}
.doBtnTx {
width: 506rpx;
height: 92rpx;
background: #04ba73;
border-radius: 8rpx;
color: #ffffff;
position: absolute;
left: 0;
right: 0;
margin: 0 auto;
bottom: 38rpx;
}
.MyPhoneCls input {
border: none;
outline: none;
height: 80rpx;
line-height: 80rpx;
padding-left: 50rpx;
}
.PhoneNum,
.VerifyCode {
width: 506rpx;
height: 80rpx;
line-height: 60rpx;
background: #f7f6fb;
margin: 0 auto;
margin-top: 20rpx;
}
.VerifyCode {
display: flex;
justify-content: space-between;
}
.VerifyCode input {
width: 200rpx;
}
.CodeMsg {
color: #01bc73;
background: #f7f6fb;
font-size: 28rpx;
font-weight: 600;
line-height: 80rpx;
letter-spacing: 3rpx;
}
.placeholderInput {
color: #aaaaaa;
font-size: 32rpx;
font-weight: 500;
letter-spacing: 3rpx;
// padding-left: 50rpx;
height: 80rpx;
}
.OtherTitle {
height: 67rpx;
font-size: 48rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #010101;
line-height: 67rpx;
padding-top: 60rpx;
}
.inputOtherM {
display: flex;
height: 100rpx;
margin-top: 40rpx;
}
.inputOtherM input {
border: none;
outline: none;
height: 50rpx;
padding-left: 16rpx;
font-size: 72rpx;
font-weight: 600;
}
.inputOtherM span:nth-child(1) {
width: 72rpx;
font-size: 80rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #010101;
line-height: 100rpx;
}
.OtherLine {
width: 631rpx;
height: 1rpx;
background-color: #cccccc;
margin-top: 19rpx;
}
.depositImg {
width: 14rpx;
vertical-align: middle;
margin-right: 8rpx;
}
.Recharge_ {
height: 40rpx;
font-size: 28rpx;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #333333;
line-height: 40rpx;
margin-top: 40rpx;
}
.Recharge_ span:nth-child(2) {
font-size: 28rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #fa6400;
}
.placeholderinputOtherM {
height: 50rpx;
font-family: PingFangSC-Semibold, PingFang SC;
font-weight: 600;
color: #010101;
line-height: 50rpx;
}
// 异常处理
.RechargeException {
padding-top: 20rpx;
}
.weui-label {
// width: 118rpx;
height: 42rpx;
font-size: 30rpx;
font-family: PingFangSC-Medium, PingFang SC;
font-weight: 500;
color: #3d3d3d;
line-height: 42rpx;
font-weight: bold;
margin-left: 30rpx;
}
.tiptext {
height: 1.06rem;
font-size: 0.75rem;
font-family: PingFangSC-Regular, PingFang SC;
font-weight: 400;
color: #03bc73;
line-height: 1.06rem;
margin-bottom: 0.625rem;
text-align: center;
}
.bottomDetail {
width: 628rpx;
height: 88rpx;
color: white;
// position: fixed;
// left: 0;
// right: 0;
margin: 0 auto;
background-color: #03bc73;
text-align: center;
line-height: 88rpx;
margin-top: 84rpx;
}
.RechargeException input::placeholder {
color: #a1a4a8;
}
.RechargeException .weui-cell {
height: 4rem;
padding: 0 !important;
}
.idCardPhoto1,
.idCardPhoto2 {
width: 388rpx;
height: 224rpx;
margin: 0 auto;
margin-top: 20rpx;
}
.idCardPhoto1 image,
.idCardPhoto2 image {
width: 100%;
height: 100%;
position: relative;
}
.weui-toptips_success {
background-color: #03bc73 !important;
}
.positionCam {
height: 32rpx;
font-size: 22rpx;
font-family: PingFang-SC-Medium, PingFang-SC;
font-weight: 500;
color: #6d7278;
line-height: 32rpx;
text-align: center;
position: relative;
top: -29px;
}
</
style
>
</
style
>
src/pages/commonProblem/commonProblem.vue
0 → 100644
View file @
ea105639
<
template
>
<view
class=
"commonProblem"
>
<view
class=
"itemWrapper"
>
<view
class=
"title"
>
使用规则
</view>
<view
class=
"content"
>
<view
@
click=
"toDetail('使用规则', 1, 1)"
>
余额储存在哪里?
</view>
<view
@
click=
"toDetail('使用规则',1, 2)"
>
为什么我的余额充足却消费失败?
</view>
</view>
</view>
<view
class=
"itemWrapper"
>
<view
class=
"title"
>
充值问题
</view>
<view
class=
"content"
>
<view
@
click=
"toDetail('充值问题',2, 1)"
>
充值失败后我的钱去哪了?
</view>
<view
@
click=
"toDetail('充值问题',2, 2)"
>
充值的上限是多少?
</view>
</view>
</view>
<view
class=
"itemWrapper"
>
<view
class=
"title"
>
提现问题
</view>
<view
class=
"content"
>
<view
@
click=
"toDetail('提现问题',3, 1)"
>
充值金额是否可以提现?
</view>
<view
@
click=
"toDetail('提现问题',3, 2)"
>
提现申请成功后,多久可以到账?
</view>
<view
@
click=
"toDetail('提现问题',3, 3)"
>
为什么线上提现会失败?
</view>
</view>
</view>
<view
class=
"itemWrapper"
>
<view
class=
"title"
>
其他问题
</view>
<view
class=
"content"
>
<view
@
click=
"toDetail('其他问题',4, 1)"
>
为什么电子校园卡激活收到银行的短信?
</view>
<view
@
click=
"toDetail('其他问题',4, 2)"
>
电子校园卡内的余额为什么会调整更新?
</view>
</view>
</view>
</view>
</
template
>
<
script
>
import
{
Dialog
,
Toast
}
from
"
vant
"
;
import
keyboardPackage
from
"
@/components/keyboard-package/keyboard-package.vue
"
;
import
cityData
from
"
@/common/js/city.js
"
;
var
gHost
=
"
https://
"
+
window
.
location
.
host
;
if
(
window
.
location
.
protocol
!=
"
https:
"
)
{
gHost
=
"
https://fpdev.xiaopay.net
"
;
// gHost = "/api";
}
export
default
{
components
:
{
},
name
:
"
commonProblem
"
,
data
()
{
return
{
}
},
onLoad
:
function
(
options
)
{
},
created
:
function
()
{},
mounted
:
function
()
{},
methods
:
{
// 跳转问题详情界面
toDetail
(
title
,
parent
,
sub
){
uni
.
navigateTo
({
url
:
`../problemDetail/problemDetail?title=
${
title
}
&parent=
${
parent
}
&sub=
${
sub
}
`
})
}
},
};
</
script
>
<
style
lang=
"scss"
>
html
,
body
,
page
{
width
:
750rpx
;
background
:
linear-gradient
(
180deg
,
#ffffff
0%
,
#fafafa
100%
);
}
.commonProblem
{
width
:
100%
;
height
:
100%
;
min-height
:
100vh
;
display
:
flex
;
flex-direction
:
column
;
.itemWrapper
{
width
:
calc
(
100%
-
64rpx
);
margin
:
30rpx
32rpx
0
;
padding-bottom
:
30rpx
;
border-bottom
:
1rpx
solid
#CCCCCC
;
display
:
flex
;
justify-content
:
space-between
;
.title
{
width
:
180rpx
;
font-size
:
30rpx
;
align-self
:
center
;
font-weight
:
600
;
color
:
#333333
;
}
.content
{
width
:
calc
(
100%
-
200rpx
);
display
:
flex
;
flex-direction
:
column
;
font-size
:
28rpx
;
color
:
#888888
;
line-height
:
50rpx
;
margin-left
:
20rpx
;
}
}
.itemWrapper
:first-child
{
margin-top
:
50rpx
;
}
}
</
style
>
src/pages/problemDetail/problemDetail.vue
0 → 100644
View file @
ea105639
<
template
>
<view
class=
"problemDetail"
>
<van-collapse
v-model=
"activeName"
accordion
>
<van-collapse-item
title=
"余额储存在哪里?"
v-if=
"parent == 1"
name=
"1-1"
>
<span>
为了保障用户资金安全、存储合规,用户充值金额均存在
</span><span
class=
"red"
>
用户以本人名义
</span><span>
开立的银行电子账户(即电子校园卡)中。
</span>
</van-collapse-item>
<van-collapse-item
title=
"为什么我的余额充足却消费失败?"
v-if=
"parent == 1"
name=
"1-2"
>
<p>
以下情况可能导致支付失败:
</p>
<p>
1.单笔支付超100
</p>
<p>
2.可能因用户个人原因(非正常操作、违规操作等),导致账户被开户银行进行司法冻结。具体可咨询开户银行客户热线
</p>
<p>
工商银行:95588
</p>
<p>
交通银行:95559
</p>
<p>
平安银行:95511
</p>
<p>
渤海银行:95541
</p>
</van-collapse-item>
<van-collapse-item
title=
"充值失败后我的钱去哪了?"
v-if=
"parent == 2"
name=
"2-1"
>
充值失败后,充值金额将在7个工作日内退回用户开户时指定的银行卡账户中。
</van-collapse-item>
<van-collapse-item
title=
"充值的上限是多少?"
v-if=
"parent == 2"
name=
"2-2"
>
根据人民银行关于II/III类户使用相关法规限制,III类户可用金额上限2000,II类户可用金额上限10000。
</van-collapse-item>
<van-collapse-item
title=
"充值金额是否可以提现?"
v-if=
"parent == 3"
name=
"3-1"
>
充值金额可随时发起提现。
</van-collapse-item>
<van-collapse-item
title=
"提现申请成功后,多久可以到账?"
v-if=
"parent == 3"
name=
"3-2"
>
提现到账时间受到人民银行相关支付系统稳定性影响,无法准确预估。一般提现到账时间为2个小时。
</van-collapse-item>
<van-collapse-item
title=
"为什么线上提现会失败?"
v-if=
"parent == 3"
name=
"3-3"
>
<p>
提现失败的原因可能有:
</p>
<p>
1.超出当日提现次数
</p>
<p>
2.由于用户个人问题导致的账户出款功能受限制等
</p>
<p>
具体可咨询客服400-9656-210
</p>
</van-collapse-item>
<van-collapse-item
title=
"为什么电子校园卡激活收到银行的短信?"
v-if=
"parent == 4"
name=
"4-1"
>
电子校园卡账户由银行II/III账户支持。
</van-collapse-item>
<van-collapse-item
title=
"电子校园卡内的余额为什么会调整更新?"
v-if=
"parent == 4"
name=
"4-2"
>
账户中的实际金额以银行II/III类户账户中的余额为准,当您在银行进行提现等操作时,真实余额将会同步更新。如对明细有疑问,请致电银行客户热线
</van-collapse-item>
</van-collapse>
</view>
</
template
>
<
script
>
export
default
{
data
()
{
return
{
activeName
:
'
1-1
'
,
parent
:
1
,
sub
:
1
}
},
onLoad
:
function
(
options
)
{
const
{
title
,
parent
,
sub
}
=
options
;
// 设置标题
uni
.
setNavigationBarTitle
({
title
:
title
})
this
.
parent
=
parent
;
this
.
sub
=
sub
;
this
.
activeName
=
parent
+
"
-
"
+
sub
;
},
methods
:
{
change
(
e
)
{
console
.
log
(
e
);
}
}
}
</
script
>
<
style
lang=
"scss"
>
.problemDetail
{
width
:
100%
;
height
:
100%
;
min-height
:
calc
(
100vh
-
88rpx
);
.content
{
padding
:
30rpx
;
.red
{
color
:
red
;
}
}
.text
{
font-size
:
28rpx
;
color
:
#666666
;
line-height
:
40rpx
;
}
}
</
style
>
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