yumaochao

fix: somebug

@@ -172,12 +172,4 @@ export struct LiveEmptyComponent { @@ -172,12 +172,4 @@ export struct LiveEmptyComponent {
172 } 172 }
173 return imageString 173 return imageString
174 } 174 }
175 -  
176 - isShowButton() {  
177 - if (this.emptyType === 1 || this.emptyType === 9 || this.emptyType === 15) {  
178 - return true  
179 - } else {  
180 - return false  
181 - }  
182 - }  
183 } 175 }