|  | @@ -43,9 +43,9 @@ export default defineComponent({
 | 
											
												
													
														|  |            </Tabs>
 |  |            </Tabs>
 | 
											
												
													
														|  |          </TheSticky>
 |  |          </TheSticky>
 | 
											
												
													
														|  |  
 |  |  
 | 
											
												
													
														|  | -        {this.active === 'buy' && <List height={this.height} />}
 |  | 
 | 
											
												
													
														|  | 
 |  | +        {this.active === 'buy' && <List height={this.height} key={'buy'} />}
 | 
											
												
													
														|  |          {this.active === 'refund' && (
 |  |          {this.active === 'refund' && (
 | 
											
												
													
														|  | -          <List height={this.height} type="refund" />
 |  | 
 | 
											
												
													
														|  | 
 |  | +          <List height={this.height} type="refund" key={'refund'} />
 | 
											
												
													
														|  |          )}
 |  |          )}
 | 
											
												
													
														|  |        </div>
 |  |        </div>
 | 
											
												
													
														|  |      )
 |  |      )
 |