Commit 25c2c561 by sunchao

医疗服务链接跳转

parent d3a554a8
<div class="wrapper">
<div class="list">
<img src="assets/images/list_01.png" alt="">
<img src="assets/images/list_01.png" alt="" (click)="jumpToChunYu()">
</div>
<div class="list">
<img img src="assets/images/list_02.png" alt="">
......
......@@ -8,10 +8,7 @@
max-width: 100%;
box-shadow: 0 0px 10px #e4e3e3;
border-radius: 5px;
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
}
}
\ No newline at end of file
......@@ -6,14 +6,18 @@ import { Component, OnInit } from '@angular/core';
styleUrls: ['./medical-service.component.scss']
})
export class MedicalServiceComponent implements OnInit {
practitionerId:any;
constructor() { }
ngOnInit() {
this.practitionerId = JSON.parse(localStorage.getItem('lifeCustomerInfo'))['practitionerId'];
}
jumpUrl() {
window.location.href = `https://${window.location.host}/mk/ydviphexincoupon`
}
jumpToChunYu(){
window.location.href = `https://h5.futurebaobei.com/h5/product/detail/1?channel=yindun&channelStaff=${this.practitionerId}`
}
}
......@@ -174,7 +174,7 @@
医疗服务
<span style="color: #666666;font-size: 14px;" routerLink="medical_service">查看更多</span>
</h3>
<img id="medical" src="assets/images/list_01.png">
<img id="medical" src="assets/images/list_01.png" (click)="jumpToChunYu()">
<!-- <img style="border-radius: 10px;width: 48%;" src="assets/images/yindunvipmember.jpg" (click)="jumpUrl()"> -->
</div>
<div class="health_wrapper" style="padding: 12px 10px 12px 10px;">
......
......@@ -300,10 +300,7 @@ ul,ol{
margin-bottom: 10px;
img{
max-width: 44%;
image-rendering: -moz-crisp-edges; /* Firefox */
image-rendering: -o-crisp-edges; /* Opera */
image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}
// .iconfont{
// color: #ff002a;
......
......@@ -355,4 +355,9 @@ export class MyCenterHomeComponent implements OnInit, AfterViewInit {
}
})
}
//跳转到春雨医生
jumpToChunYu(){
window.location.href = `https://h5.futurebaobei.com/h5/product/detail/1?channel=yindun&channelStaff=${this.lifeCustomerInfo.practitionerId}`
}
}

91.7 KB | W: | H:

457 KB | W: | H:

src/assets/images/list_01.png
src/assets/images/list_01.png
src/assets/images/list_01.png
src/assets/images/list_01.png
  • 2-up
  • Swipe
  • Onion skin

24.4 KB | W: | H:

100 KB | W: | H:

src/assets/images/list_02.png
src/assets/images/list_02.png
src/assets/images/list_02.png
src/assets/images/list_02.png
  • 2-up
  • Swipe
  • Onion skin

74.5 KB | W: | H:

367 KB | W: | H:

src/assets/images/list_03.png
src/assets/images/list_03.png
src/assets/images/list_03.png
src/assets/images/list_03.png
  • 2-up
  • Swipe
  • Onion skin
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