3.30解决bug
This commit is contained in:
@@ -91,12 +91,12 @@ onLoad((options) => {
|
||||
let userInfo= uni.getStorageSync('userInfo')
|
||||
user_uuid.value = userInfo.uuid;
|
||||
loadFirstTwoPages();
|
||||
uni.sendNativeEvent("portraitReport",{
|
||||
msg:{
|
||||
event_nickname: "list_page",
|
||||
page_type: "我的鲜花",
|
||||
},
|
||||
});
|
||||
// uni.sendNativeEvent("portraitReport",{
|
||||
// msg:{
|
||||
// event_nickname: "list_page",
|
||||
// page_type: "我的鲜花",
|
||||
// },
|
||||
// });
|
||||
});
|
||||
onBackPress(() => {
|
||||
if(!from.value){
|
||||
|
||||
Reference in New Issue
Block a user