|  | @@ -32,7 +32,7 @@ export default class Comment extends Component {
 | 
	
		
			
				|  |  |    }
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    getList (otherObj) {
 | 
	
		
			
				|  |  | -    Taro.api.room.apisalelist({show_status: 1}).then(res => {
 | 
	
		
			
				|  |  | +    Taro.api.room.apisalelist({show_status: 1, page_size: 99}).then(res => {
 | 
	
		
			
				|  |  |        const list = res.list || []
 | 
	
		
			
				|  |  |        const arrIndex = Math.floor(Math.random() * list.length)
 | 
	
		
			
				|  |  |        this.setState({
 |