Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
8e1056de
Commit
8e1056de
authored
Nov 20, 2020
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:修改获取钱包余额参数,修改线下转账支付方式样式问题
parent
0ca4ecdc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
3 deletions
+5
-3
index.less
src/pages/lxMall/components/FindMore/index.less
+1
-1
index.tsx
src/pages/lxMall/pay/components/balance/index.tsx
+1
-0
index.less
src/pages/lxMall/pay/components/transfer/index.less
+1
-0
index.tsx
src/pages/lxMall/pay/components/wechat/index.tsx
+2
-2
No files found.
src/pages/lxMall/components/FindMore/index.less
View file @
8e1056de
...
...
@@ -175,7 +175,7 @@
&_content {
display: flex;
margin-top: 2
4
px;
margin-top: 2
8
px;
.content_text {
flex: 1;
...
...
src/pages/lxMall/pay/components/balance/index.tsx
View file @
8e1056de
...
...
@@ -44,6 +44,7 @@ const BablancePayWay: React.FC<BablancePayWayPropsType> = (props) => {
const
fetchBalanceInfo
=
()
=>
{
let
param
=
{
payType
:
orderInfo
.
ruleConfigurationId
,
parentMemberId
:
orderInfo
.
supplyMembersId
,
parentMemberRoleId
:
orderInfo
.
supplyMembersRoleId
}
...
...
src/pages/lxMall/pay/components/transfer/index.less
View file @
8e1056de
...
...
@@ -22,6 +22,7 @@
.bank_payway_upload_dragger {
position: relative;
margin-top: 20px;
overflow: hidden;
}
.bank_payway_upload {
...
...
src/pages/lxMall/pay/components/wechat/index.tsx
View file @
8e1056de
...
...
@@ -64,7 +64,7 @@ const WechatPayWay: React.FC<WechatPayWayPropsType> = (props) => {
}
const
checkPayState
=
()
=>
{
if
(
checkCount
<
12
)
{
if
(
checkCount
<
20
)
{
let
param
=
{
id
:
Number
(
orderId
),
paymentInformationId
:
payInfo
.
paymentInformationId
,
...
...
@@ -82,7 +82,7 @@ const WechatPayWay: React.FC<WechatPayWayPropsType> = (props) => {
checkCount
++
checkTimer
=
setTimeout
(()
=>
{
checkPayState
()
},
5
000
)
},
8
000
)
}
}
else
{
message
.
error
(
res
.
message
)
...
...
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