|
|
@@ -127,8 +127,6 @@
|
|
|
formData.append("account_id", uid);
|
|
|
|
|
|
_this.$axios.post('/api/index/User/LeavingMessage', formData).then(res => {
|
|
|
- console.log(res.data);
|
|
|
- return false;
|
|
|
if (res.data.code == 1) {
|
|
|
_this.$message.success('留言成功')
|
|
|
_this.$emit('value', 10);
|