| 
														
															@@ -400,7 +400,7 @@ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </template> 
														 | 
														
														 | 
														
															 </template> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <script setup> 
														 | 
														
														 | 
														
															 <script setup> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															-import { ref, watch, reactive, defineProps, defineEmits, onMounted, nextTick, provide } from "vue"; 
														 | 
														
														 | 
														
															 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+import { ref, watch, reactive, defineProps, defineEmits, onMounted, nextTick, provide, onUnmounted } from "vue"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { postPublish, verifyPaypalResult, syncChainTokenRechargeRecord, getCurrencyInfoByCode } from "@/http/publishApi"; 
														 | 
														
														 | 
														
															 import { postPublish, verifyPaypalResult, syncChainTokenRechargeRecord, getCurrencyInfoByCode } from "@/http/publishApi"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { getInviteGuildInfo, saveInviteGuildInfo } from "@/http/discordApi"; 
														 | 
														
														 | 
														
															 import { getInviteGuildInfo, saveInviteGuildInfo } from "@/http/discordApi"; 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 import { payCalcFee, getPayConfig } from "@/http/pay"; 
														 | 
														
														 | 
														
															 import { payCalcFee, getPayConfig } from "@/http/pay"; 
														 | 
													
												
											
										
											
												
													
														 | 
														
															@@ -1382,6 +1382,10 @@ onMounted(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															         getCurrencyInfo(); 
														 | 
														
														 | 
														
															         getCurrencyInfo(); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															     }, 10000) 
														 | 
														
														 | 
														
															     }, 10000) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 }); 
														 | 
														
														 | 
														
															 }); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+ 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+onUnmounted(() => { 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+    clearInterval(timer.value); 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 
														 | 
														
														 | 
														
															+}) 
														 | 
													
												
											
												
													
														| 
														 | 
														
															 </script> 
														 | 
														
														 | 
														
															 </script> 
														 | 
													
												
											
												
													
														| 
														 | 
														
															  
														 | 
														
														 | 
														
															  
														 | 
													
												
											
												
													
														| 
														 | 
														
															 <style lang="scss" scoped> 
														 | 
														
														 | 
														
															 <style lang="scss" scoped> 
														 |