@@ -3107,9 +3107,7 @@ export class HushijiandanComponent implements OnInit {
.subscribe((data:any) => {
this.hideAppraiseBx();
if (data.state == 200) {
- if(this.isShowBx){
- this.getBxlb();
- }
+ this.getBxlb();
this.showPromptModal("评价", true, "");
} else {
this.showPromptModal("评价", false, "");