Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
A
az-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
李智书
az-uniapp-wechat-web
Commits
85fd766a
Commit
85fd766a
authored
Aug 20, 2021
by
符伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
工商充值页面修改
parent
d07096a4
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
pages/IcbcModule/Recharge/Recharge.vue
pages/IcbcModule/Recharge/Recharge.vue
+7
-6
No files found.
pages/IcbcModule/Recharge/Recharge.vue
View file @
85fd766a
...
...
@@ -589,7 +589,7 @@
//获取银行余额
queryBankInfo
()
{
let
this_
=
this
;
let
loading
=
weui
.
loading
(
'
请稍后
'
);
//
let loading = weui.loading('请稍后');
$
.
ajax
({
url
:
gHost
+
'
/bank-wechat/icbc/account/balance/balanceQuery
'
,
type
:
"
POST
"
,
...
...
@@ -603,7 +603,7 @@
wechattype
:
1
,
},
success
:
function
(
res3
)
{
loading
.
hide
();
//
loading.hide();
if
(
res3
.
code
==
"
10000
"
)
{
if
(
res3
.
results
.
accountBalance
==
null
)
{
weui
.
topTips
(
"
账户信息为空,余额查询失败
"
);
...
...
@@ -620,10 +620,10 @@
}
},
error
:
function
(
err
)
{
loading
.
hide
();
//
loading.hide();
},
complete
:
function
(
XMLHttpRequest
,
status
)
{
loading
.
hide
();
//
loading.hide();
if
(
status
==
'
timeout
'
)
{
weui
.
topTips
(
"
请求超时,余额查询失败
"
);
}
...
...
@@ -633,7 +633,7 @@
//获取用户已填写银行信息
queryUserBankInfo
()
{
let
this_
=
this
;
let
loading
=
weui
.
loading
(
'
请稍后
'
);
//
let loading = weui.loading('请稍后');
$
.
ajax
({
url
:
gHost
+
'
/bank-wechat/user/bank/get
'
,
type
:
"
POST
"
,
...
...
@@ -648,6 +648,7 @@
if
(
res2
.
code
==
"
10000
"
)
{
if
(
!
res2
.
results
)
{
weui
.
topTips
(
"
获取用户银行信息失败!
"
)
// loading.hide();
return
}
bankInfo
=
res2
.
results
;
...
...
@@ -1092,7 +1093,7 @@
.ContenInfo {
text-align: center;
width: 383rpx;
//
width: 383rpx;
height: 159rpx;
margin: 0 auto;
font-size: 32rpx;
...
...
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