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
+6
View File
@@ -178,6 +178,12 @@ const goBack = () => {
};
onLoad((options) => {
from.value = options.from;
uni.sendNativeEvent("portraitReport",{
msg:{
event_nickname: "list_page",
page_type: "我的二维码",
},
});
})
// 页面显示时拉取用户信息,并尽量把图片转成 base64,避免 html2canvas 跨域污染