Commit 1d6c8a26 authored by wildfirecode's avatar wildfirecode

1

parent 3d597f4e
......@@ -10,8 +10,8 @@ export default (data?: Data, netname?: NetName) => {
showToast('网络异常\n请隔一段时间再尝试');
else if (data.code == '2002007013')
showToast('元宝不足哦,快去玩游戏赢元宝吧');
else if (data.code == 'E100201001')
showToast('请登录后重试。')
else if (data.code == '600005')
showToast('体力值已达上限,不可购买')
else//其他异常
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