Commit 9a6404d4 by Sweet Zhang

产品库

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