This commit is contained in:
zhaofang
2022-11-16 14:51:16 +08:00
parent 4caa17aadb
commit 0fdce434dc
5 changed files with 28 additions and 12 deletions

View File

@@ -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);
}
});
},