fix: fill pku3 srs (pan bailin)

pull/225/head
Septs 2021-12-24 18:41:48 +08:00
parent 1d6df79e17
commit 1c5f4d665c
No known key found for this signature in database
GPG Key ID: 6EC3B9D7E6EE828F
2 changed files with 28 additions and 6 deletions

View File

@ -3,4 +3,26 @@ title: 北医三院|潘柏林
weight: 33
---
[SRS 术前提交材料](pre-commit.pdf)
{{< doctor-image src="https://i1.hdslb.com/bfs/face/6af7bb2e35d8a6521041d552cd07d9e6a9eb3142.jpg" >}}
医生名字:[潘柏林](https://www.haodf.com/doctor/227082.html)
所在医院:[北京大学第三医院](https://amap.com/place/B000A7CGSS)
官方媒体账号:<https://space.bilibili.com/2085711307>
## 前置条件
- 易性症诊断证明
- 《本人申请书》并进行公证
- 《父母知情声明》并进行公证
- 个人情况简介及手术申请
- 未在婚姻状态证明
- 个人身份证复印件(正反面)
- 个人及家属户口本复印件(整本正反面)
详情参见:[SRS 术前提交材料](pre-commit.pdf)
## 费用构成
缺乏报告

View File

@ -1,6 +1,6 @@
{{- $img := .Page.Resources.GetMatch (printf "*%s*" (.Get "src")) -}}
{{- if gt $img.Width 200 }}{{ $img = $img.Resize "200x q90" }}{{ end -}}
{{- if gt $img.Height 270 }}{{ $img = $img.Resize "x270 q90" }}{{ end -}}
{{- with $img -}}
<img src="{{ .Permalink }}" width="{{ .Width }}" height="{{ .Height }}" alt="Doctor">
{{- $src := .Get "src" -}}
{{- $img := .Page.Resources.GetMatch (printf "*%s*" $src) -}}
{{- if eq $img nil -}}{{ $img = resources.GetRemote $src }}{{- end -}}
{{- with $img.Fit "300x300 q95" -}}
<img src="{{ .Permalink }}" width="{{ .Width }}" height="{{ .Height }}">
{{- end -}}