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
f2bb0391
Commit
f2bb0391
authored
Jul 26, 2021
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
717fae2a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
5 deletions
+18
-5
pages/IcbcModule/Recharge/Recharge.vue
pages/IcbcModule/Recharge/Recharge.vue
+18
-5
static/images/tijiaos.png
static/images/tijiaos.png
+0
-0
No files found.
pages/IcbcModule/Recharge/Recharge.vue
View file @
f2bb0391
...
@@ -344,10 +344,6 @@
...
@@ -344,10 +344,6 @@
},
},
// 充值
// 充值
async
ExchangeRecharge
()
{
async
ExchangeRecharge
()
{
Toast
({
message
:
'
自定义图片
'
,
icon
:
'
https://img.yzcdn.cn/vant/logo.png
'
,
});
let
amount
,
let
amount
,
bindMedium
,
bindMedium
,
summary
;
summary
;
...
@@ -397,7 +393,15 @@
...
@@ -397,7 +393,15 @@
loading
.
clear
();
loading
.
clear
();
if
(
res5
.
code
==
"
10000
"
)
{
if
(
res5
.
code
==
"
10000
"
)
{
this_
.
close
();
this_
.
close
();
this_
.
ExchangeRechargeQuery
(
res5
.
results
.
flowId
,
res5
.
results
.
corpSerno
);
Toast
({
className
:
'
SubmittedSuccessfully
'
,
message
:
'
充值申请提交成功
'
,
icon
:
require
(
'
../../../static/images/tijiaos.png
'
),
});
setTimeout
(
function
()
{
this_
.
ExchangeRechargeQuery
(
res5
.
results
.
flowId
,
res5
.
results
.
corpSerno
);
},
2000
)
}
else
{
}
else
{
weui
.
topTips
(
res5
.
message
)
weui
.
topTips
(
res5
.
message
)
}
}
...
@@ -699,6 +703,15 @@
...
@@ -699,6 +703,15 @@
background
:
linear-gradient
(
180deg
,
#FFFFFF
0%
,
#FAFAFA
100%
);
background
:
linear-gradient
(
180deg
,
#FFFFFF
0%
,
#FAFAFA
100%
);
}
}
.SubmittedSuccessfully
{
width
:
400rpx
!
important
;
height
:
200rpx
!
important
;
margin
:
0
auto
!
important
;
background
:
#000000
;
opacity
:
0
.8
;
border-radius
:
8rpx
;
}
.cardNum
{
.cardNum
{
width
:
574rpx
;
width
:
574rpx
;
margin
:
0
auto
;
margin
:
0
auto
;
...
...
static/images/tijiaos.png
0 → 100644
View file @
f2bb0391
2.07 KB
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