mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 01:46:44 +08:00
提交
This commit is contained in:
@@ -147,7 +147,10 @@
|
||||
} else {
|
||||
$this.follow.list.splice(this.cancelIndex,1);
|
||||
}
|
||||
this.$refs.messager.show({message:'停止关注成功',type:'info'});
|
||||
uni.showToast({
|
||||
title:'停止关注成功'
|
||||
})
|
||||
// this.$refs.messager.show({message:'停止关注成功',type:'info'});
|
||||
}
|
||||
})
|
||||
},
|
||||
@@ -226,7 +229,7 @@
|
||||
});
|
||||
});
|
||||
} else {
|
||||
this.$message.error(res.message);
|
||||
// this.$message.error(res.message);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user