yumaochao

fix: somebug

... ... @@ -172,12 +172,4 @@ export struct LiveEmptyComponent {
}
return imageString
}
isShowButton() {
if (this.emptyType === 1 || this.emptyType === 9 || this.emptyType === 15) {
return true
} else {
return false
}
}
}
... ...