Commit 8623e043 authored by 任建锋's avatar 任建锋

--

parent 0b6bf543
...@@ -42,7 +42,7 @@ Component({ ...@@ -42,7 +42,7 @@ Component({
if(res&&res.code=="430008"){ if(res&&res.code=="430008"){
//不能领取自己的卡片 //不能领取自己的卡片
DataCenter.joinmemberpanelText="不能领取自己的卡牌哦~" DataCenter.joinmemberpanelText="不能领取自己的卡牌哦~"
this.showPanel("joinmemberpanel"); this.showPanel("sorrypanel");
}else if(res&&res.code=="430011"){ }else if(res&&res.code=="430011"){
//卡片已被领取 //卡片已被领取
DataCenter.sorryMsgText="手速太慢啦\n该卡牌已被其他好友截胡领走啦..." DataCenter.sorryMsgText="手速太慢啦\n该卡牌已被其他好友截胡领走啦..."
......
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