|
|
@ -210,8 +210,19 @@ export default { |
|
|
this.isCanEvaluation = true; |
|
|
this.isCanEvaluation = true; |
|
|
} |
|
|
} |
|
|
} else if (code == 1) { |
|
|
} else if (code == 1) { |
|
|
this.code = 4; |
|
|
|
|
|
this.statusShow = true; |
|
|
|
|
|
|
|
|
if (res.msg == "已过期") { |
|
|
|
|
|
//已过期 |
|
|
|
|
|
this.code = 3; |
|
|
|
|
|
this.statusShow = true; |
|
|
|
|
|
} else if (res.msg == "不可重复评价") { |
|
|
|
|
|
//不可重复评价 |
|
|
|
|
|
this.code = 2; |
|
|
|
|
|
this.statusShow = true; |
|
|
|
|
|
} else if (res.msg == "账号不一致") { |
|
|
|
|
|
//账号不一致 |
|
|
|
|
|
this.code = 4; |
|
|
|
|
|
this.statusShow = true; |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
} |
|
|
} |
|
|
|