diff --git a/buyer/src/pages/home/memberCenter/Distribution.vue b/buyer/src/pages/home/memberCenter/Distribution.vue index b2b7eabe..c4a913b6 100644 --- a/buyer/src/pages/home/memberCenter/Distribution.vue +++ b/buyer/src/pages/home/memberCenter/Distribution.vue @@ -178,21 +178,9 @@
@@ -449,16 +437,6 @@ export default { if (res.success) this.logData = res.result; }); }, - //申诉 - repaying(){ - submitRecruitApplication({ agreementAccepted: true }).then((res) => { - this.applyLoading = false; - if (res.success) { - Message.success("申诉已提交,请等待管理员审核"); - // this.status = 1; - } - }); - }, distribution() { // 获取分销员信息 distribution() @@ -473,8 +451,6 @@ export default { this.status = 0; } else if (type === "RETREAT") { this.status = 4; - } else if (type === "APPEAL") { - this.status = 5; } else { this.status = 1; }