收藏出错
来源:
一个随便的名字
2017-03-16
写回答
2回答
-
Parry
2017-03-16
你那参数是什么情况。
042017-03-16 -
一个随便的名字
提问者
2017-03-16
addUserCollection() {
var myFetchOptions = {
method: 'GET'
};
fetch("http://newsapi.gugujiankong.com/Handler.ashx?action=uc&userid=" + localStorage.userid + "&uniquekey=" + this.props.uniquekey, myFetchOptions).then(response => response.json()).then(json => {
//收藏成功以后进行一下全局的提醒
notification['success']({message: 'ReactNews提醒', description: '收藏此文章成功'});
});
};
00
相似问题