kun 19 1112 15:54
This commit is contained in:
@@ -998,12 +998,12 @@ export default {
|
||||
.then(res => {
|
||||
if (res.data.code === 200) {
|
||||
if (res.data.data.status === 0) {
|
||||
alert("您当前的社会状态为:黑名单!");
|
||||
alert("您当前社会组织状态为:活动异常,请与主管单位联系审核!");
|
||||
_this.$router.push({
|
||||
name: "project"
|
||||
});
|
||||
} else if (res.data.data.status === 3) {
|
||||
alert("您当前的社会状态为:待审核!");
|
||||
alert("您当前社会组织状态为:活动异常,请与主管单位联系审核!");
|
||||
_this.$router.push({
|
||||
name: "project"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user