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
陈智峰
jinfa-platform
Commits
d2a39371
Commit
d2a39371
authored
Nov 27, 2020
by
前端-钟卫鹏
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of
http://10.0.0.22:3000/lingxi/lingxi-business-paltform
into dev
parents
dce56f71
e566f995
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
index.tsx
...all/components/FindMore/components/shoppingNews/index.tsx
+1
-1
index.tsx
src/pages/lxMall/pay/components/wechat/index.tsx
+1
-1
index.tsx
src/pages/lxMall/purchaseOnline/index.tsx
+1
-1
list.tsx
src/pages/lxMall/purchaseOnline/list.tsx
+1
-1
list.tsx
src/pages/lxMall/shopList/list.tsx
+1
-1
No files found.
src/pages/lxMall/components/FindMore/components/shoppingNews/index.tsx
View file @
d2a39371
...
...
@@ -43,7 +43,7 @@ const ShoppingNews: React.FC = () => {
item
.
map
((
item
,
index
)
=>
(
<
div
className=
{
styles
.
popular_buy_dynamic_list_item
}
key=
{
`popular_buy_dynamic_list_item_${index}`
}
>
<
div
className=
{
styles
.
popular_buy_dynamic_list_item_header
}
>
<
Link
to=
{
`/memberCenter/tranactionAbility/enquiry
Submit/viewEnquiryDetail
?id=${item.id}`
}
>
{
item
.
details
}
</
Link
>
<
Link
to=
{
`/memberCenter/tranactionAbility/enquiry
Offer/enquirySearch/preview
?id=${item.id}`
}
>
{
item
.
details
}
</
Link
>
<
div
className=
{
cx
(
styles
.
status_tag
,
item
.
state
===
1
?
styles
.
success
:
''
)
}
>
{
item
.
state
===
1
?
'已完成'
:
'比价中'
}
</
div
>
</
div
>
<
div
className=
{
styles
.
popular_buy_dynamic_list_item_content
}
>
...
...
src/pages/lxMall/pay/components/wechat/index.tsx
View file @
d2a39371
...
...
@@ -81,7 +81,7 @@ const WechatPayWay: React.FC<WechatPayWayPropsType> = (props) => {
checkCount
++
checkTimer
=
setTimeout
(()
=>
{
checkPayState
()
},
8
000
)
},
5
000
)
}
}
else
{
message
.
error
(
res
.
message
)
...
...
src/pages/lxMall/purchaseOnline/index.tsx
View file @
d2a39371
...
...
@@ -31,7 +31,7 @@ const PurchaseOnline: React.FC<PurchaseOnlinePropsType> = (props) => {
const
[
loading
,
setLoading
]
=
useState
<
boolean
>
(
true
)
const
[
commodityList
,
setCommodityList
]
=
useState
<
GetOrderRequisitionFormOnlineShoppingListResponseDetail
[]
>
([])
const
[
current
,
setCurrent
]
=
useState
<
number
>
(
1
)
const
[
pageSize
]
=
useState
<
number
>
(
2
0
)
const
[
pageSize
]
=
useState
<
number
>
(
2
1
)
const
[
totalCount
,
setTotalCount
]
=
useState
<
number
>
(
0
)
const
filterConfig
=
[
FILTER_TYPE
.
category
,
FILTER_TYPE
.
useArea
]
...
...
src/pages/lxMall/purchaseOnline/list.tsx
View file @
d2a39371
...
...
@@ -31,7 +31,7 @@ const CommodityList: React.FC<CommodityListPropsType> = (props) => {
commodityList
.
map
((
item
,
index
)
=>
(
<
div
key=
{
item
.
id
}
className=
{
cx
(
styles
.
purchase_list_item
,
styles
.
row
)
}
>
<
div
className=
{
styles
.
purchase_list_item_title
}
>
<
Link
to=
{
`/memberCenter/tranactionAbility/enquiryOffer/
toAddSubmitList/rfq
/preview?id=${item.id}`
}
>
{
item
.
details
}
</
Link
>
<
Link
to=
{
`/memberCenter/tranactionAbility/enquiryOffer/
enquirySearch
/preview?id=${item.id}`
}
>
{
item
.
details
}
</
Link
>
</
div
>
<
div
className=
{
styles
.
purchase_list_item_info_box
}
>
<
div
className=
{
styles
.
purchase_list_item_info_line
}
>
...
...
src/pages/lxMall/shopList/list.tsx
View file @
d2a39371
...
...
@@ -52,7 +52,7 @@ const CommodityList: React.FC<CommodityListPropsType> = (props) => {
<
div
className=
{
styles
.
shop_list_info_box
}
>
<
div
className=
{
styles
.
shop_list_info_name
}
>
<
Link
to=
{
`/shop?shopId=${btoa(JSON.stringify({ shopId: item.id, memberId: item.memberId }))}`
}
>
{
item
.
memberName
}
</
Link
>
<
span
className=
{
styles
.
shop_list_info_city
}
>
{
item
.
memberShopA
reas
}
</
span
>
<
span
className=
{
styles
.
shop_list_info_city
}
>
{
item
.
a
reas
}
</
span
>
</
div
>
<
div
className=
{
styles
.
shop_list_info_about
}
>
<
div
className=
{
styles
.
shop_list_info_about_item
}
>
...
...
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