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
ee16ea61
Commit
ee16ea61
authored
Nov 29, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
b9e23711
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
3 deletions
+26
-3
src/pages/BankModule/Recharge/Recharge.vue
src/pages/BankModule/Recharge/Recharge.vue
+26
-3
No files found.
src/pages/BankModule/Recharge/Recharge.vue
View file @
ee16ea61
...
...
@@ -278,6 +278,11 @@
},
mounted
:
function
()
{
},
onShow
:
function
()
{
if
(
bankInfo
.
userId
)
{
this
.
queryBankInfo
();
}
},
methods
:
{
// 更换银行卡
...
...
@@ -513,8 +518,26 @@
wx
.
showModal
({
title
:
'
充值申请已提交
'
,
content
:
'
银行处理需要1-5分钟时间,充值结果以余额查询为准。
'
,
showCancel
:
false
showCancel
:
false
,
success
:
function
()
{
let
accountNo
=
this_
.
bankInfo_
.
accountNo
accountNo
=
accountNo
.
slice
(
accountNo
.
length
-
4
,
accountNo
.
length
);
let
thiTime
=
new
Date
();
let
str
=
''
if
(
thiTime
.
getMinutes
()
+
20
>=
60
)
{
str
=
thiTime
.
getHours
()
+
1
+
'
:
'
+
(
60
-
thiTime
.
getMinutes
())
}
else
{
str
=
thiTime
.
getHours
()
+
'
:
'
+
thiTime
.
getMinutes
()
}
uni
.
navigateTo
({
url
:
`../../recharging/recharging?bankName=
${
this_
.
accountEnum
[
this_
.
bankInfo_
.
accountType
+
''
]}
&bankNumber=
${
accountNo
}
&time=
${
str
}
&money=
${(
amount
*
1
).
toFixed
(
2
)}
`
})
}
})
// 20211129
this_
.
RechargeSmsorderNoInfo
=
{}
}
else
{
...
...
@@ -673,11 +696,11 @@
let
this_
=
this
;
let
loading
=
weui
.
loading
(
'
请稍后
'
);
$
.
ajax
({
url
:
gHost
+
'
/bank-wechat/
icbc/account/bindcard
/bindingList
'
,
url
:
gHost
+
'
/bank-wechat/
user/bank
/bindingList
'
,
type
:
"
POST
"
,
contentType
:
"
application/x-www-form-urlencoded
"
,
data
:
{
mediumId
:
bankInfo
.
accountNo
,
cardNo
:
bankInfo
.
accountNo
,
schoolId
:
bankInfo
.
schoolId
,
userId
:
userID
,
sessionid
:
sessionID
,
...
...
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