Explorar o código

中信银行web地址修改

zengjiebin %!s(int64=8) %!d(string=hai) anos
pai
achega
75f13a5821
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

+ 2 - 1
app/src/main/java/com/sheep/gamegroup/util/Jump2View.java

@@ -260,7 +260,8 @@ public class Jump2View {
      */
     public void goZhongXinWeb(Context context, String url){
         Intent intent = new Intent(context, ActZhongXinWeb.class);
-        intent.putExtra(KFIntentKeys.EXTRA_WEBVIEW_URL, url == null ? "https://creditcard.ecitic.com/citiccard/newwap/pages/AppCreditCard/applayCard-process.html?pid=CS0165&sid=SJO741421" : null);
+//        intent.putExtra(KFIntentKeys.EXTRA_WEBVIEW_URL, url == null ? "https://creditcard.ecitic.com/citiccard/newwap/pages/AppCreditCard/applayCard-process.html?pid=CS0165&sid=SJO741421" : null);
+        intent.putExtra(KFIntentKeys.EXTRA_WEBVIEW_URL, url == null ? "http://creditcard.ecitic.com/h5/shenqing/shanghu/yika.html?sid=SJO741421" : null);
         intent.putExtra(KFIntentKeys.EXTRA_WEBVIEW_TITLE, "中信银行-信用卡申请流程");
         context.startActivity(intent);
     }