Commit ee96314e by sunchao

海报bug修复&公告佣金显示问题

parent 09a902da
...@@ -20,17 +20,19 @@ ...@@ -20,17 +20,19 @@
display: flex; display: flex;
width: 600px; width: 600px;
align-items: center; align-items: center;
height: 40px; // height: 40px;
// border: 1px #333 solid; // border: 1px #333 solid;
// border-bottom: none; // border-bottom: none;
li{ li{
width: 15%; width: 15%;
text-align: center; text-align: center;
border:1px #333 solid; border: 1px #333 solid;
height: 40px; height: 50px;
line-height: 40px;
border-right: none; border-right: none;
border-bottom: none; border-bottom: none;
display: flex;
align-items: center;
justify-content: center;
} }
li.name,li.pay{ li.name,li.pay{
width: 20%; width: 20%;
......
...@@ -234,8 +234,9 @@ export class MkMaterialDetailComponent implements OnInit { ...@@ -234,8 +234,9 @@ export class MkMaterialDetailComponent implements OnInit {
} }
// 0是有plan,1是无plan // 0是有plan,1是无plan
if (posterInfo.isPlan == '0') { if (posterInfo.isPlan == '0') {
if(posterInfo.productCategoryId == '1' || posterInfo.productCategoryId == '4'){
if (posterInfo.productCategoryId == '2') { 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`; this.shareInfo.url = `${environment.DOMAINNAME}/hProductDetail/${this.materialItemId}?shareCode=${shareCodeUuid}&type=7`;
} else if (posterInfo.productCategoryId == '5') { } else if (posterInfo.productCategoryId == '5') {
this.shareInfo.url = `${environment.DOMAINNAME}/hProductDetail/${this.materialItemId}?shareCode=${shareCodeUuid}&type=9`; this.shareInfo.url = `${environment.DOMAINNAME}/hProductDetail/${this.materialItemId}?shareCode=${shareCodeUuid}&type=9`;
......
...@@ -168,6 +168,7 @@ ...@@ -168,6 +168,7 @@
} }
li:last-child{ li:last-child{
border-bottom: 0; border-bottom: 0;
padding-bottom: 50px;
} }
.productInfoContent { .productInfoContent {
h3 { h3 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment