Commit ee96314e by sunchao

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

parent 09a902da
......@@ -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%;
......
......@@ -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`;
......
......@@ -168,6 +168,7 @@
}
li:last-child{
border-bottom: 0;
padding-bottom: 50px;
}
.productInfoContent {
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