Browse Source

没问题还原

seimin 2 years ago
parent
commit
e7ee882b33
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/app/views/hushijiandan/hushijiandan.component.ts

+ 1 - 3
src/app/views/hushijiandan/hushijiandan.component.ts

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