3.31画像提交

This commit is contained in:
zoujiandong
2026-03-31 13:07:16 +08:00
parent 7180e176eb
commit 5f9a346960
27 changed files with 419 additions and 419 deletions
+9 -9
View File
@@ -139,15 +139,15 @@
return true;
});
onLoad(() => {
// 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);
});
})
// 分页相关状态
const currentPage = ref(1);