| 
														
															@@ -54,6 +54,7 @@ watch( 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     () => props.userInfo, 
														 | 
														
														 | 
														
															     () => props.userInfo, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     (newVal) => { 
														 | 
														
														 | 
														
															     (newVal) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         getNFTListMine(); 
														 | 
														
														 | 
														
															         getNFTListMine(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+        setMessageCount(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 
														 | 
														
														 | 
														
															     }, 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     { 
														 | 
														
														 | 
														
															     { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         deep: true 
														 | 
														
														 | 
														
															         deep: true 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -106,6 +107,7 @@ let NFTReqParams = { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const emits = defineEmits(["tabbarClick"]); 
														 | 
														
														 | 
														
															 const emits = defineEmits(["tabbarClick"]); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const tabbarHandler = (params, index) => { 
														 | 
														
														 | 
														
															 const tabbarHandler = (params, index) => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    unReadCountTask.value = 0; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     setMessageCount(); 
														 | 
														
														 | 
														
															     setMessageCount(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     currentTab.value.index = index; 
														 | 
														
														 | 
														
															     currentTab.value.index = index; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     currentTab.value.path = params.path; 
														 | 
														
														 | 
														
															     currentTab.value.path = params.path; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -128,7 +130,6 @@ const setActiveTab = () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }; 
														 | 
														
														 | 
														
															 }; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 const getNFTListMine = () => { 
														 | 
														
														 | 
														
															 const getNFTListMine = () => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-    console.log(props.userInfo.accessToken) 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     if(!props.userInfo.accessToken) return; 
														 | 
														
														 | 
														
															     if(!props.userInfo.accessToken) return; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     nftListMine({ 
														 | 
														
														 | 
														
															     nftListMine({ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         params: NFTReqParams.params, 
														 | 
														
														 | 
														
															         params: NFTReqParams.params, 
														 |