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
4d011208
Commit
4d011208
authored
Dec 18, 2020
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 禁止查询授信信息接口弹出提示
parent
ff482d7f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
.npmrc
.npmrc
+1
-1
index.tsx
src/pages/lxMall/order/payway/index.tsx
+2
-0
No files found.
.npmrc
View file @
4d011208
registry
= "http://10.0.0.19:7001
"
registry
="http://10.0.0.19:4873
"
# registry = "https://registry.npmjs.org/"
# registry = "https://registry.npmjs.org/"
src/pages/lxMall/order/payway/index.tsx
View file @
4d011208
...
@@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react'
...
@@ -2,6 +2,7 @@ import React, { useState, useEffect } from 'react'
import
cx
from
'classnames'
import
cx
from
'classnames'
import
{
PublicApi
}
from
'@/services/api'
import
{
PublicApi
}
from
'@/services/api'
import
{
GetPayCreditGetCreditResponse
}
from
'@/services/PayApi'
import
{
GetPayCreditGetCreditResponse
}
from
'@/services/PayApi'
import
{
message
}
from
'antd'
import
{
DownOutlined
}
from
'@ant-design/icons'
import
{
DownOutlined
}
from
'@ant-design/icons'
import
alipayIcon
from
'@/assets/imgs/alipay_icon.png'
import
alipayIcon
from
'@/assets/imgs/alipay_icon.png'
import
wechatIcon
from
'@/assets/imgs/wechat_icon.png'
import
wechatIcon
from
'@/assets/imgs/wechat_icon.png'
...
@@ -48,6 +49,7 @@ const PayWay: React.FC<PayWayProps> = (props) => {
...
@@ -48,6 +49,7 @@ const PayWay: React.FC<PayWayProps> = (props) => {
}
}
PublicApi
.
getPayCreditGetCredit
(
param
).
then
(
res
=>
{
PublicApi
.
getPayCreditGetCredit
(
param
).
then
(
res
=>
{
message
.
destroy
()
if
(
res
.
code
===
1000
)
{
if
(
res
.
code
===
1000
)
{
setCreditInfo
(
res
.
data
)
setCreditInfo
(
res
.
data
)
}
}
...
...
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