Browse Source

no message

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
cd4b5237cd
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/service-evaluation.vue

2
src/view/service-evaluation.vue

@ -224,7 +224,7 @@ export default {
this.statusShow = true; this.statusShow = true;
} else if (res.msg == "订单不存在") { } else if (res.msg == "订单不存在") {
// //
this.code = 4;
this.code = 5;
this.statusShow = true; this.statusShow = true;
} }
} }

Loading…
Cancel
Save