tenggouwa 7 anos atrás
pai
commit
3e0fb9228b
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      src/views/agent/applyAgent.vue

+ 6 - 0
src/views/agent/applyAgent.vue

@@ -292,6 +292,12 @@ export default{
             if(res.data.info.status == 0){//待审核
               this.getjindu = 2;
               this.showG = true;
+              this.$notify({
+                title: '提示',
+                message: '您的申请正在审核中!',
+                type: 'warning',
+                duration:'2000'
+              });
             }else if(res.data.info.status == 1){//以通过
               this.getjindu = 3;
               this.showG = true;