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
5026b480
Commit
5026b480
authored
May 08, 2021
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
5de40c62
eb394d49
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
15 deletions
+3
-15
index.tsx
src/pages/lxMall/commodityDetail/index.tsx
+1
-1
index.tsx
src/pages/lxMall/components/ShopHeader/index.tsx
+1
-12
list.less
src/pages/lxMall/pointsMall/list.less
+1
-2
No files found.
src/pages/lxMall/commodityDetail/index.tsx
View file @
5026b480
...
...
@@ -117,7 +117,7 @@ const CommodityDetail = (props) => {
const
param
:
any
=
{
current
:
1
,
pageSize
:
10
,
categoryId
c
ustomerCategoryId
:
c
ategoryId
}
let
headers
=
{}
let
getListFn
...
...
src/pages/lxMall/components/ShopHeader/index.tsx
View file @
5026b480
...
...
@@ -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 @
5026b480
...
...
@@ -93,4 +93,4 @@
}
}
}
\ No newline at end of file
}
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