Commit 9b1eb717389c80696a6298af60db39c6315620e0
1 parent
5c44a7870c
Exists in
master
and in
2 other branches
nonono
Showing 1 changed file with 4 additions and 4 deletions
littleApp_child/pages/CheckReport/CheckReport.wxml
View file @
9b1eb71
| ... | ... | @@ -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="../checkTableList/checkTableList?currenIndex=0{{'&checkTime=' + yearText + monthText}}"> | |
| 46 | + <navigator class="report_list_item" url="../checkTabList/checkTabList?curren_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="../checkTableList/checkTableList?currenIndex=1{{'&checkTime=' + yearText + monthText}}"> | |
| 53 | + <navigator class="report_list_item" url="../checkTabList/checkTabList?curren_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="../checkTableList/checkTableList?currenIndex=2{{'&checkTime=' + yearText + monthText}}"> | |
| 60 | + <navigator class="report_list_item" url="../checkTabList/checkTabList?curren_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="../checkTableList/checkTableList?currenIndex=3{{'&checkTime=' + yearText + monthText}}"> | |
| 67 | + <navigator class="report_list_item" url="../checkTabList/checkTabList?curren_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> |