kun 19 1112 15:54

This commit is contained in:
沈学坤
2019-11-12 15:53:58 +08:00
parent d56cee75c2
commit ef39693c10
2 changed files with 170 additions and 129 deletions

View File

@@ -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"
});