Commit cd9f3969b3f8bc3176889c331a0efa875e267bec

Authored by luoye
1 parent 9b1eb71738

no message

Showing 1 changed file with 5 additions and 5 deletions

littleApp_child/pages/CheckReport/CheckReport.wxml View file @ cd9f396
... ... @@ -22,7 +22,7 @@
22 22 <view class="infoBar">
23 23 <view class="infoView">
24 24 <text class="titleText">出生日期</text>
25   - <text class="timeText">{{userData.checkhospital}}</text>
  25 + <text class="timeText">{{userData.birth}}</text>
26 26 </view>
27 27 <view class="infoView">
28 28 <text class="titleText">月龄</text>
29 29  
30 30  
31 31  
... ... @@ -43,28 +43,28 @@
43 43 <view class="report_list_bg">
44 44 <scroll-view class="report_list_scroll" scroll-x="true">
45 45 <view class="report_list_item_bg">
46   - <navigator class="report_list_item" url="../checkTabList/checkTabList?curren_index=0{{'&checkTime=' + yearText + monthText}}">
  46 + <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=0{{'&checkTime=' + yearText + monthText}}">
47 47 <image src="../../source/wenzhenjiancha.png"></image>
48 48 <!-- <view class="greenColor report_list_item_dot"></view> -->
49 49 <label>问诊检查</label>
50 50 </navigator>
51 51 </view>
52 52 <view class="report_list_item_bg">
53   - <navigator class="report_list_item" url="../checkTabList/checkTabList?curren_index=1{{'&checkTime=' + yearText + monthText}}">
  53 + <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=1{{'&checkTime=' + yearText + monthText}}">
54 54 <image src="../../source/erkejiancha.png"></image>
55 55 <!-- <view class="greenColor report_list_item_dot"></view> -->
56 56 <label>儿科检查</label>
57 57 </navigator>
58 58 </view>
59 59 <view class="report_list_item_bg">
60   - <navigator class="report_list_item" url="../checkTabList/checkTabList?curren_index=2{{'&checkTime=' + yearText + monthText}}">
  60 + <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=2{{'&checkTime=' + yearText + monthText}}">
61 61 <image src="../../source/yibanjiancha.png"></image>
62 62 <!-- <view class="greenColor report_list_item_dot"></view> -->
63 63 <label>一般检查</label>
64 64 </navigator>
65 65 </view>
66 66 <view class="report_list_item_bg">
67   - <navigator class="report_list_item" url="../checkTabList/checkTabList?curren_index=3{{'&checkTime=' + yearText + monthText}}">
  67 + <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=3{{'&checkTime=' + yearText + monthText}}">
68 68 <image src="../../source/fuzhujiancha.png"></image>
69 69 <!-- <view class="greenColor report_list_item_dot"></view> -->
70 70 <label>辅助检查</label>