Compare commits
	
		
			No commits in common. "51b3a212e86d21d9c7d3fa75e3ba821b11e01b01" and "23a127b0d3bd7c951877fea02825176a29ed8931" have entirely different histories.
		
	
	
		
			51b3a212e8
			...
			23a127b0d3
		
	
		
| @ -11,7 +11,7 @@ useHead({ | |||||||
|   ], |   ], | ||||||
| }) | }) | ||||||
| 
 | 
 | ||||||
| const route = useRoute() | 
 | ||||||
| // 添加路由中间件来处理过渡方向 | // 添加路由中间件来处理过渡方向 | ||||||
| const router = useRouter() | const router = useRouter() | ||||||
| const slideDirection = ref('slide-left') | const slideDirection = ref('slide-left') | ||||||
| @ -37,6 +37,7 @@ if (to.path==='/'){ | |||||||
| 
 | 
 | ||||||
| // 提供过渡名称给页面组件 | // 提供过渡名称给页面组件 | ||||||
| provide('slideDirection', slideDirection) | provide('slideDirection', slideDirection) | ||||||
|  | 
 | ||||||
| </script> | </script> | ||||||
| 
 | 
 | ||||||
| <template> | <template> | ||||||
| @ -49,7 +50,7 @@ provide('slideDirection', slideDirection) | |||||||
|       <NuxtLayout> |       <NuxtLayout> | ||||||
|         <NuxtPage :transition="{ |         <NuxtPage :transition="{ | ||||||
|         name: slideDirection |         name: slideDirection | ||||||
|       }" keepalive /> |       }"/> | ||||||
|       </NuxtLayout> |       </NuxtLayout> | ||||||
|     </VanConfigProvider> |     </VanConfigProvider> | ||||||
|   </client-only> |   </client-only> | ||||||
|  | |||||||
| @ -11,7 +11,6 @@ const router = useRouter(); | |||||||
| const route = useRoute(); | const route = useRoute(); | ||||||
| const { locale } = useI18n() | const { locale } = useI18n() | ||||||
| definePageMeta({ | definePageMeta({ | ||||||
|   keepalive: true, |  | ||||||
|   i18n: 'login.title' |   i18n: 'login.title' | ||||||
| }) | }) | ||||||
| const loadingRef=ref({ | const loadingRef=ref({ | ||||||
|  | |||||||
| @ -113,8 +113,7 @@ export const liveStore = createGlobalState(() => { | |||||||
|     const WS_TYPES = { |     const WS_TYPES = { | ||||||
|         TIP: 'tip', |         TIP: 'tip', | ||||||
|         STOP_ARTWORK: 'stopArtwork', |         STOP_ARTWORK: 'stopArtwork', | ||||||
|         OVER: 'over', |         OVER: 'over' | ||||||
|         CHANGEPRICEINFO : 'changePriceInfo' |  | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|     const TIP_TYPES = { |     const TIP_TYPES = { | ||||||
| @ -225,9 +224,6 @@ export const liveStore = createGlobalState(() => { | |||||||
|                         } |                         } | ||||||
|                     )) |                     )) | ||||||
|                     break |                     break | ||||||
|                 case WS_TYPES.CHANGEPRICEINFO: |  | ||||||
|                     message.warning(t('live_room.text11')) |  | ||||||
|                     break |  | ||||||
|             } |             } | ||||||
| 
 | 
 | ||||||
|             }) |             }) | ||||||
|  | |||||||
| @ -230,8 +230,7 @@ | |||||||
|     "text7": "Please wait for the next lot", |     "text7": "Please wait for the next lot", | ||||||
|     "text8": "Sorry, bidding unsuccessful", |     "text8": "Sorry, bidding unsuccessful", | ||||||
|     "text9": "Bidding ended", |     "text9": "Bidding ended", | ||||||
|     "text10": "Bidding ended, thank you for participating", |     "text10": "Bidding ended, thank you for participating" | ||||||
|     "text11": "The bidding table has been updated" |  | ||||||
|   }, |   }, | ||||||
|   "personal": { |   "personal": { | ||||||
|     "title": "Please fill in your personal information", |     "title": "Please fill in your personal information", | ||||||
|  | |||||||
| @ -230,8 +230,7 @@ | |||||||
|     "text7": "次のロットをお待ちください", |     "text7": "次のロットをお待ちください", | ||||||
|     "text8": "申し訳ありません、落札失敗", |     "text8": "申し訳ありません、落札失敗", | ||||||
|     "text9": "入札終了", |     "text9": "入札終了", | ||||||
|     "text10": "入札終了、ご参加ありがとうございました", |     "text10": "入札終了、ご参加ありがとうございました" | ||||||
|     "text11": "入札テーブルが更新されました" |  | ||||||
|   }, |   }, | ||||||
|   "personal": { |   "personal": { | ||||||
|     "title": "個人情報を入力してください", |     "title": "個人情報を入力してください", | ||||||
|  | |||||||
| @ -230,8 +230,7 @@ | |||||||
|     "text7": "请期待下个拍品", |     "text7": "请期待下个拍品", | ||||||
|     "text8": "很遗憾,竞拍失败", |     "text8": "很遗憾,竞拍失败", | ||||||
|     "text9": "竞拍结束", |     "text9": "竞拍结束", | ||||||
|     "text10": "竞拍结束,谢谢参与", |     "text10": "竞拍结束,谢谢参与" | ||||||
|     "text11": "竞价表已更新" |  | ||||||
|   }, |   }, | ||||||
|   "personal": { |   "personal": { | ||||||
|     "title": "请填写个人相关信息", |     "title": "请填写个人相关信息", | ||||||
|  | |||||||
| @ -281,8 +281,7 @@ | |||||||
|     "text7": "請期待下個拍品", |     "text7": "請期待下個拍品", | ||||||
|     "text8": "很遺憾,競拍失敗", |     "text8": "很遺憾,競拍失敗", | ||||||
|     "text9": "競拍結束", |     "text9": "競拍結束", | ||||||
|     "text10": "競拍結束,謝謝參與", |     "text10": "競拍結束,謝謝參與" | ||||||
|     "text11": "競價表已更新" |  | ||||||
|   }, |   }, | ||||||
|   "personal": { |   "personal": { | ||||||
|     "title": "請填寫個人相關信息", |     "title": "請填寫個人相關信息", | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user