Commit 8e1056de authored by GuanHua's avatar GuanHua

fix:修改获取钱包余额参数,修改线下转账支付方式样式问题

parent 0ca4ecdc
......@@ -175,7 +175,7 @@
&_content {
display: flex;
margin-top: 24px;
margin-top: 28px;
.content_text {
flex: 1;
......
......@@ -44,6 +44,7 @@ const BablancePayWay: React.FC<BablancePayWayPropsType> = (props) => {
const fetchBalanceInfo = () => {
let param = {
payType: orderInfo.ruleConfigurationId,
parentMemberId: orderInfo.supplyMembersId,
parentMemberRoleId: orderInfo.supplyMembersRoleId
}
......
......@@ -22,6 +22,7 @@
.bank_payway_upload_dragger {
position: relative;
margin-top: 20px;
overflow: hidden;
}
.bank_payway_upload {
......
......@@ -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()
}, 5000)
}, 8000)
}
} else {
message.error(res.message)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment