Kaynağa Gözat

修改提现金额

xiongxiaohe 8 yıl önce
ebeveyn
işleme
32a748adcb

+ 3 - 1
app/src/main/java/com/sheep/jiuyan/samllsheep/page/WithdrawActivity.java

@@ -117,7 +117,7 @@ public class WithdrawActivity extends BaseActivity implements View.OnClickListen
                 @Override
                 public void otherCode(int code, String string) {
                     hideProgress();
-                    if (code == 406) {
+                    if (code == 404) {
                          android.app.AlertDialog alertDialog = new android.app.AlertDialog.Builder(WithdrawActivity.this)
                                 .setTitle("温馨提示!")
                                 .setMessage("未绑定微信号不能体现哟!")
@@ -135,6 +135,8 @@ public class WithdrawActivity extends BaseActivity implements View.OnClickListen
                     }else {
                         showMsgDialog(string);
                     }
+
+
                 }
             });