3.25提交

This commit is contained in:
zoujiandong
2026-03-25 17:33:54 +08:00
parent 18c7f7386d
commit 8a879df4b4
32 changed files with 571 additions and 64 deletions
+9
View File
@@ -263,6 +263,15 @@ onBackPress(() => {
if(opts.name){
name.value = opts.name;
}
uni.sendNativeEvent("portraitReport",{
msg:{
event_nickname: "list_page",
page_type: "积分商城",
},
},
(ret) => {
console.log(ret);
});
});
// 方法
const goBack = () => {