|
|
@ -236,7 +236,7 @@ export default { |
|
|
|
}) |
|
|
|
} else if (res.code !== 0) { |
|
|
|
return this.$message.error(res.msg) |
|
|
|
} else { |
|
|
|
} else if (this.dataForm.partyFlag === '1'){ |
|
|
|
this.$http.post('/app-user/user/addPerfectPoints/', postData).then(({ data: res }) => { |
|
|
|
}).catch(() => { }) |
|
|
|
this.$message({ |
|
|
|