Commit 2290f6d8 authored by wildfirecode's avatar wildfirecode

1

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