Commit 987e602b36e3f39906a660ee7df3634b8c2bfa06
1 parent
ea26507283
Exists in
master
and in
2 other branches
版本
Showing 1 changed file with 3 additions and 3 deletions
littleApp_child/pages/CheckReport/CheckReport.wxml
View file @
987e602
| ... | ... | @@ -49,21 +49,21 @@ |
| 49 | 49 | </navigator> |
| 50 | 50 | </view> |
| 51 | 51 | <view class="report_list_item_bg"> |
| 52 | - <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=1{{'&checkTime=' + yearText + monthText}}"> | |
| 52 | + <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=1{{'&checkTime=' + yearText + monthText + '&patientId=' + currentPID}}"> | |
| 53 | 53 | <image src="../../source/erkejiancha.png"></image> |
| 54 | 54 | <!-- <view class="greenColor report_list_item_dot"></view> --> |
| 55 | 55 | <label>儿科检查</label> |
| 56 | 56 | </navigator> |
| 57 | 57 | </view> |
| 58 | 58 | <view class="report_list_item_bg"> |
| 59 | - <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=2{{'&checkTime=' + yearText + monthText}}"> | |
| 59 | + <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=2{{'&checkTime=' + yearText + monthText + '&patientId=' + currentPID}}"> | |
| 60 | 60 | <image src="../../source/yibanjiancha.png"></image> |
| 61 | 61 | <!-- <view class="greenColor report_list_item_dot"></view> --> |
| 62 | 62 | <label>一般检查</label> |
| 63 | 63 | </navigator> |
| 64 | 64 | </view> |
| 65 | 65 | <view class="report_list_item_bg"> |
| 66 | - <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=3{{'&checkTime=' + yearText + monthText}}"> | |
| 66 | + <navigator class="report_list_item" url="../checkTabList/checkTabList?current_index=3{{'&checkTime=' + yearText + monthText + '&patientId=' + currentPID}}"> | |
| 67 | 67 | <image src="../../source/fuzhujiancha.png"></image> |
| 68 | 68 | <!-- <view class="greenColor report_list_item_dot"></view> --> |
| 69 | 69 | <label>辅助检查</label> |