3.30解决bug

This commit is contained in:
zoujiandong
2026-03-30 16:12:38 +08:00
parent e3a852cb43
commit 7180e176eb
28 changed files with 429 additions and 425 deletions
+9 -9
View File
@@ -424,15 +424,15 @@ onLoad(() => {
loadGuideTypes();
loadSearchLibrary();
loadGuideTags();
uni.sendNativeEvent("portraitReport",{
msg:{
event_nickname: "list_page",
page_type: "诊疗指南",
},
},
(ret) => {
console.log(ret);
});
// uni.sendNativeEvent("portraitReport",{
// msg:{
// event_nickname: "list_page",
// page_type: "诊疗指南",
// },
// },
// (ret) => {
// console.log(ret);
// });
});
onShow(() => {});