3.25提交
This commit is contained in:
@@ -178,6 +178,12 @@ const goBack = () => {
|
||||
};
|
||||
onLoad((options) => {
|
||||
from.value = options.from;
|
||||
uni.sendNativeEvent("portraitReport",{
|
||||
msg:{
|
||||
event_nickname: "list_page",
|
||||
page_type: "我的二维码",
|
||||
},
|
||||
});
|
||||
})
|
||||
|
||||
// 页面显示时拉取用户信息,并尽量把图片转成 base64,避免 html2canvas 跨域污染
|
||||
|
||||
Reference in New Issue
Block a user