Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
ydLife
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sweet Zhang
ydLife
Commits
ee96314e
Commit
ee96314e
authored
Jan 12, 2023
by
sunchao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
海报bug修复&公告佣金显示问题
parent
09a902da
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
6 deletions
+10
-6
src/app/my/commission/commission.component.scss
+6
-4
src/app/my/mk-material-detail/mk-material-detail.component.ts
+3
-2
src/app/my/product/product.component.scss
+1
-0
No files found.
src/app/my/commission/commission.component.scss
View file @
ee96314e
...
...
@@ -20,17 +20,19 @@
display
:
flex
;
width
:
600px
;
align-items
:
center
;
height
:
40px
;
//
height: 40px;
// border: 1px #333 solid;
// border-bottom: none;
li
{
width
:
15%
;
text-align
:
center
;
border
:
1px
#333
solid
;
height
:
40px
;
line-height
:
40px
;
border
:
1px
#333
solid
;
height
:
50px
;
border-right
:
none
;
border-bottom
:
none
;
display
:
flex
;
align-items
:
center
;
justify-content
:
center
;
}
li
.name
,
li
.pay
{
width
:
20%
;
...
...
src/app/my/mk-material-detail/mk-material-detail.component.ts
View file @
ee96314e
...
...
@@ -234,8 +234,9 @@ export class MkMaterialDetailComponent implements OnInit {
}
// 0是有plan,1是无plan
if
(
posterInfo
.
isPlan
==
'0'
)
{
if
(
posterInfo
.
productCategoryId
==
'2'
)
{
if
(
posterInfo
.
productCategoryId
==
'1'
||
posterInfo
.
productCategoryId
==
'4'
){
this
.
shareInfo
.
url
=
`
${
environment
.
DOMAINNAME
}
/pdetail/
${
this
.
materialItemId
}
?shareCode=
${
shareCodeUuid
}
&type=7`
;
}
else
if
(
posterInfo
.
productCategoryId
==
'2'
)
{
this
.
shareInfo
.
url
=
`
${
environment
.
DOMAINNAME
}
/hProductDetail/
${
this
.
materialItemId
}
?shareCode=
${
shareCodeUuid
}
&type=7`
;
}
else
if
(
posterInfo
.
productCategoryId
==
'5'
)
{
this
.
shareInfo
.
url
=
`
${
environment
.
DOMAINNAME
}
/hProductDetail/
${
this
.
materialItemId
}
?shareCode=
${
shareCodeUuid
}
&type=9`
;
...
...
src/app/my/product/product.component.scss
View file @
ee96314e
...
...
@@ -168,6 +168,7 @@
}
li
:last-child
{
border-bottom
:
0
;
padding-bottom
:
50px
;
}
.productInfoContent
{
h3
{
...
...
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