Explorar o código

没问题还原

seimin %!s(int64=2) %!d(string=hai) anos
pai
achega
e7ee882b33
Modificáronse 1 ficheiros con 1 adicións e 3 borrados
  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
       .subscribe((data:any) => {
3107
       .subscribe((data:any) => {
3108
         this.hideAppraiseBx();
3108
         this.hideAppraiseBx();
3109
         if (data.state == 200) {
3109
         if (data.state == 200) {
3110
-          if(this.isShowBx){
3111
-            this.getBxlb();
3112
-          }
3110
+          this.getBxlb();
3113
           this.showPromptModal("评价", true, "");
3111
           this.showPromptModal("评价", true, "");
3114
         } else {
3112
         } else {
3115
           this.showPromptModal("评价", false, "");
3113
           this.showPromptModal("评价", false, "");