|
|
@@ -76,13 +76,44 @@ public class SettingMemberQuitInfoModel extends Model {
|
|
|
|
|
|
@Override
|
|
|
public void onApiReason(CoinResultBean resultBean) {
|
|
|
- onResult(new Event.Builder(Event.ERROR).string(resultBean.getReturnMessage()).build());
|
|
|
+// onResult(new Event.Builder(Event.ERROR).string(resultBean.getReturnMessage()).build());
|
|
|
+
|
|
|
+ // fixme 코인 임시 값
|
|
|
+ {
|
|
|
+ {
|
|
|
+ {
|
|
|
+ {
|
|
|
+ {
|
|
|
+ coinBean = new CoinBean();
|
|
|
+ coinBean.setCoin(999999999);
|
|
|
+ SettingModelHelper.getInstance().setCurrentCoin(coinBean.getCoin());
|
|
|
+ onResult(new Event.Builder(Event.RESULT).build());
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
|
|
|
@Override
|
|
|
public void onApiError(String errorMessage) {
|
|
|
- onResult(new Event.Builder(Event.ERROR).string(errorMessage).build());
|
|
|
-
|
|
|
+// onResult(new Event.Builder(Event.ERROR).string(errorMessage).build());
|
|
|
+
|
|
|
+ // fixme 코인 임시 값
|
|
|
+ {
|
|
|
+ {
|
|
|
+ {
|
|
|
+ {
|
|
|
+ {
|
|
|
+ coinBean = new CoinBean();
|
|
|
+ coinBean.setCoin(999999999);
|
|
|
+ SettingModelHelper.getInstance().setCurrentCoin(coinBean.getCoin());
|
|
|
+ onResult(new Event.Builder(Event.RESULT).build());
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
});
|
|
|
}
|