PersonalInfo.wxml 3.22 KB
  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
<view class="TopBar" style="height:140px">
<!--头像-->
<image class="avatar" bindtap="tapAvatar" src="{{userData.avatar.medium ? userData.avatar.medium : ''}}" background-size="cover"></image>
<!--用户名-->
<view class="top_name">
<view class="userName">{{userData.username}}么么么</view>
</view>
</view>
<view class="infoBar_title">分娩信息</view>
<view class="infoBar_content">
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">分娩日期:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">出生时间:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">分娩孕周:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">分娩方式:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">体重:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">身长:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">头围:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
</view>
<view class="infoBar_title">高危及诊断</view>
<view class="infoBar_content">
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">母亲高危因素:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">高危儿:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item_one">
<label class="infoBar_content_item_title">新生儿出院诊断:</label>
<label class="infoBar_content_item_text">2017.1.</label>
</view>
</view>
<view class="infoBar_title">院内系统</view>
<view class="infoBar_content">
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">就诊卡号:</label>
<label class="infoBar_content_item_text">22222222222222222222</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">住院号:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">建档医生:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">建档日期:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
<view class="infoBar_content_item">
<label class="infoBar_content_item_title">服务类型:</label>
<label class="infoBar_content_item_text">2017.1.1</label>
</view>
</view>