| 
														
															@@ -129,8 +129,10 @@ const setActiveTab = () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }) 
														 | 
														
														 | 
														
															     }) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															-const getNFTListMine = () => { 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    if(!props.userInfo.accessToken) return; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+const getNFTListMine = (isNeedProps = true) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    if(isNeedProps) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        if(!props.userInfo.accessToken) return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     nftListMine({ 
														 | 
														
														 | 
														
															     nftListMine({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         params: NFTReqParams.params, 
														 | 
														
														 | 
														
															         params: NFTReqParams.params, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }).then((res) => { 
														 | 
														
														 | 
														
															     }).then((res) => { 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -170,6 +172,7 @@ const msgListener = (req, sender, sendResponse) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     switch (req.actionType) { 
														 | 
														
														 | 
														
															     switch (req.actionType) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         case 'CONTENT_POPUP_PAGE_SHOW': 
														 | 
														
														 | 
														
															         case 'CONTENT_POPUP_PAGE_SHOW': 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             init(); 
														 | 
														
														 | 
														
															             init(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            getNFTListMine(false); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															             break; 
														 | 
														
														 | 
														
															             break; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     } 
														 | 
														
														 | 
														
															     } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -179,9 +182,22 @@ const init = () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     setMessageCount(); 
														 | 
														
														 | 
														
															     setMessageCount(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 } 
														 | 
														
														 | 
														
															 } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+const onPageVisbile = () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    document.addEventListener('visibilitychange', function () { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        let isHidden = document.hidden; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        if (!isHidden) { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            setTimeout(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+                getNFTListMine(false); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+            }, 1200) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        } 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+} 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 onMounted(() => { 
														 | 
														
														 | 
														
															 onMounted(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     onMessage(); 
														 | 
														
														 | 
														
															     onMessage(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     init(); 
														 | 
														
														 | 
														
															     init(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    onPageVisbile() 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }); 
														 | 
														
														 | 
														
															 }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 onBeforeUnmount(() => { 
														 | 
														
														 | 
														
															 onBeforeUnmount(() => { 
														 |