Commit 9a6404d4 by Sweet Zhang

产品库

parent 312ecb2e
......@@ -122,7 +122,7 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
{ no: 24, subtitle: '目标设置', icon: 'set', path: '', routerLink: 'target',showSubMenu:true },
{ no: 25, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:true},
{ no: 26, subtitle: '', icon: 'default', path: '', routerLink: '' ,showSubMenu:true}
],
isShow: true
},
......@@ -132,7 +132,7 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
{ no: 5, subtitle: '保险ABC', icon: 'abc', path: `https://${window.location.host}/issue`, routerLink: '' ,showSubMenu:true},
{ no: 6, subtitle: '培训课件', icon: 'train', path: '', routerLink: 'training',showSubMenu:true },
{ no: 11, subtitle: '文件下载', icon: 'download', path: 'https://www.ydinsurance.cn/?page_id=13957', routerLink: 'fileUpload',showSubMenu:true },
{ no: 17, subtitle: '产品库', icon: 'product', path: 'https://www.ydinsurance.cn/?page_id=14331', routerLink: '' ,showSubMenu:true}
{ no: 17, subtitle: '产品库', icon: 'product', path: '', routerLink: 'product' ,showSubMenu:true}
],
isShow: true
......@@ -245,7 +245,7 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
}
// 大家都在买产品查询列表
recommendPlanQuery() {
this.myService.queryproductlistbytag({ mdTagId: 97 }).subscribe(res => {
......@@ -372,7 +372,7 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
this.dotFlag = false;
}
}else{
alert(res['message'])
alert(res['message'])
}
})
}
......
......@@ -13,8 +13,7 @@
{{topItem.tagName}}
<span class="iconfont icon-xiangxia"></span>
</li>
<li>筛选 <img src="assets/images/product_select.png" alt="筛选" style="width: 16px;height:16px;"
(click)="allFilter()"></li>
<li (click)="allFilter()">筛选 <img src="assets/images/product_select.png" alt="筛选" style="width: 16px;height:16px;"></li>
</ul>
<div class="mask" *ngIf="filterSelectedFlag" (click)="filterSelectedFlag=false"></div>
<ul class="select_all slowRight" *ngIf="filterSelectedFlag">
......
.scrollContainer {
position: relative;
height: 100%;
.issueContainer {
display: flex;
......@@ -10,7 +11,7 @@
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
background: #F6F6F6;
position: fixed;
position: absolute;
left: 0;
top: 0;
li {
......@@ -66,13 +67,13 @@
.right_header {
display: flex;
padding: 0 15px;
width: calc(100% - 90px);
width: 100%;
height: 44px;
justify-content: space-between;
align-items: center;
color: #333;
border-bottom: 1px #f5f5f5 solid;
position: fixed;
position: absolute;
right: 0;
top: 0;
background: #fff;
......@@ -116,7 +117,7 @@
}
}
.productLists {
margin-top:44px;
margin-top: 44px;
> li {
padding-left: 16px;
border-bottom: 1px solid #dcdcdc;
......
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