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
9b5133ae
Commit
9b5133ae
authored
Jan 04, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 店铺收藏列表字段显示问题
parent
3ea320e2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
shops.tsx
src/pages/systemSetting/collection/shops.tsx
+4
-4
No files found.
src/pages/systemSetting/collection/shops.tsx
View file @
9b5133ae
...
...
@@ -54,7 +54,7 @@ const Shops: React.FC = () => {
if
(
res
.
code
===
1000
)
{
// fetchPurchaseList()
fetchCollectShopList
()
resolve
()
resolve
(
true
)
}
else
{
reject
()
}
...
...
@@ -96,12 +96,12 @@ const Shops: React.FC = () => {
<
div
className=
{
styles
.
shop_header_info_content_about
}
>
<
div
className=
{
styles
.
shop_header_info_content_about_item
}
>
<
i
className=
{
styles
.
icon
}
><
img
src=
{
shop_icon
}
/></
i
>
<
span
className=
{
styles
.
red
}
>
{
item
.
registerYears
}
</
span
>
<
span
className=
{
styles
.
red
}
>
{
item
.
registerYears
||
0
}
</
span
>
<
span
>
年
</
span
>
</
div
>
<
div
className=
{
styles
.
shop_header_info_content_about_item
}
>
<
i
className=
{
styles
.
icon
}
><
img
src=
{
credit_icon
}
/></
i
>
<
span
>
{
item
.
integral
}
</
span
>
<
span
>
{
item
.
creditPoint
||
0
}
</
span
>
</
div
>
</
div
>
...
...
@@ -112,7 +112,7 @@ const Shops: React.FC = () => {
{
/* <i className={cx(styles.level_icon, styles.level3)}></i> */
}
<
div
className=
{
styles
.
rate_wrap
}
>
<
span
>
满意度:
</
span
>
<
Rate
disabled
defaultValue=
{
item
.
satisfied
}
/>
<
Rate
disabled
defaultValue=
{
item
.
avgTradeCommentStar
||
0
}
/>
</
div
>
</
div
>
<
div
className=
{
cx
(
styles
.
shops_list_item_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