Commit 3b3097b2 authored by wildfirecode's avatar wildfirecode

1

parent 8de0973e
...@@ -13,7 +13,7 @@ export default (data?: Data, netname?: NetName) => { ...@@ -13,7 +13,7 @@ export default (data?: Data, netname?: NetName) => {
else if (data.code == 'E100202007' || data.code == 'E100202008' || data.code == 'E100202009' || data.code == 'E100202010') else if (data.code == 'E100202007' || data.code == 'E100202008' || data.code == 'E100202009' || data.code == 'E100202010')
showToast('体力不足啦~\n邀请好友或去补给站获得体力吧'); showToast('体力不足啦~\n邀请好友或去补给站获得体力吧');
else if (data.code == 'E1002070002' || data.code == 'E1002070001') { else if (data.code == 'E1002070002' || data.code == 'E1002070001') {
showToast('操作失败~\n如有疑问,请联系客服') showToast('哎呀,萌狮开小差了!\n试试重新登录~')
} }
else if (data.code == '600005') else if (data.code == '600005')
showToast('体力值已达上限,不可购买') showToast('体力值已达上限,不可购买')
......
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