Commit b3b56844 authored by wildfirecode's avatar wildfirecode

1

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