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
e538fb4f
Commit
e538fb4f
authored
May 07, 2021
by
GuanHua
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 移除未引用图片
parent
f0702bfd
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
12 deletions
+1
-12
index.tsx
src/pages/lxMall/components/ShopHeader/index.tsx
+1
-12
list.less
src/pages/lxMall/pointsMall/list.less
+0
-0
No files found.
src/pages/lxMall/components/ShopHeader/index.tsx
View file @
e538fb4f
...
...
@@ -3,8 +3,6 @@ import { CaretDownOutlined } from '@ant-design/icons'
import
{
Rate
,
Input
,
Button
,
message
}
from
'antd'
import
{
history
,
Link
}
from
'umi'
import
isEmpty
from
'lodash/isEmpty'
import
shop_icon
from
'@/assets/imgs/shop_icon.png'
import
credit_icon
from
'@/assets/imgs/credit_icon.png'
import
ImageBox
from
'@/components/ImageBox'
import
ShopCredit
from
'../ShopCredit'
import
styles
from
'./index.less'
...
...
@@ -107,15 +105,6 @@ const ShopHeader: React.FC<ShopHeaderPropsType> = (props) => {
</
div
>
<
div
className=
{
styles
.
shop_header_info_content_about
}
>
<
ShopCredit
creditPoint=
{
shopInfo
?.
creditPoint
||
0
}
/>
{
/* <div className={styles.shop_header_info_content_about_item}>
<i className={styles.icon}><img src={shop_icon} /></i>
<span className={styles.red}>{shopInfo?.registerYears}</span>
<span>年</span>
</div> */
}
{
/* <div className={styles.shop_header_info_content_about_item}>
<i className={styles.icon}><img src={credit_icon} /></i>
<span>{shopInfo?.creditPoint || 0}</span>
</div> */
}
</
div
>
</
div
>
<
div
className=
{
styles
.
shop_info
}
>
...
...
@@ -128,7 +117,7 @@ const ShopHeader: React.FC<ShopHeaderPropsType> = (props) => {
<
div
className=
{
styles
.
shop_info_list
}
>
<
div
className=
{
styles
.
shop_info_list_item
}
>
<
div
className=
{
styles
.
label
}
>
信誉:
</
div
>
<
div
className=
{
styles
.
breif
}
>
{
shopInfo
?.
creditPoint
||
0
}
</
div
>
<
div
className=
{
styles
.
breif
}
>
<
ShopCredit
creditPoint=
{
shopInfo
?.
creditPoint
||
0
}
/>
</
div
>
</
div
>
<
div
className=
{
styles
.
shop_info_list_item
}
>
<
div
className=
{
styles
.
label
}
>
注册资本:
</
div
>
...
...
src/pages/lxMall/pointsMall/list.less
View file @
e538fb4f
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