患者12.12

This commit is contained in:
zoujiandong
2023-12-12 10:59:15 +08:00
parent fcd9d6ccad
commit 2eefc1929f
3 changed files with 10 additions and 9 deletions
+1 -1
View File
@@ -218,7 +218,7 @@ Page({
province_id:province_id,
city_id:city_id,
sort_order: sort_order,
is_online,
is_first_online:is_online,
keyword:keyword,
is_search_welfare_reception: is_search_welfare_reception,
page:page,
+3 -3
View File
@@ -62,13 +62,13 @@ Page({
pathography_id:options.pathography_id
})
this.handlepathographyDetail(options.pathography_id);
};
};
if(options.index){
this.setData({
index:options.index
})
}
};
},
/**
* 生命周期函数--监听页面初次渲染完成
*/