Commit 59a07640 authored by 任建锋's avatar 任建锋

--

parent 8623e043
......@@ -41,10 +41,12 @@ Component({
}).catch(res => {
if(res&&res.code=="430008"){
//不能领取自己的卡片
DataCenter.joinmemberpanelText="不能领取自己的卡牌哦~"
this.props.onTapHiddenPanelEvent(e);
DataCenter.sorryMsgText="不能领取自己的卡牌哦~"
this.showPanel("sorrypanel");
}else if(res&&res.code=="430011"){
//卡片已被领取
this.props.onTapHiddenPanelEvent(e);
DataCenter.sorryMsgText="手速太慢啦\n该卡牌已被其他好友截胡领走啦..."
this.showPanel("sorrypanel");
}else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment