Commit ad06ee26 authored by wildfirecode's avatar wildfirecode

1

parent 3013960d
...@@ -10,7 +10,7 @@ export default (data?: Data, netname?: NetName) => { ...@@ -10,7 +10,7 @@ export default (data?: Data, netname?: NetName) => {
showToast('网络异常\n请隔一段时间再尝试'); showToast('网络异常\n请隔一段时间再尝试');
else if (data.code == '2002007013') else if (data.code == '2002007013')
showToast('元宝不足哦,快去玩游戏赢元宝吧'); showToast('元宝不足哦,快去玩游戏赢元宝吧');
else if (data.code == 'E1002070002') { else if (data.code == 'E1002070002' || data.code == 'E1002070001' ) {
showToast('游戏分数提交失败~\n如有疑问,请联系客服') showToast('游戏分数提交失败~\n如有疑问,请联系客服')
} }
else if (data.code == '600005') else if (data.code == '600005')
......
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