zengjiebin лет назад: 8
Родитель
Сommit
75f13a5821
1 измененных файлов с 2 добавлено и 1 удалено
  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){
     public void goZhongXinWeb(Context context, String url){
         Intent intent = new Intent(context, ActZhongXinWeb.class);
         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, "中信银行-信用卡申请流程");
         intent.putExtra(KFIntentKeys.EXTRA_WEBVIEW_TITLE, "中信银行-信用卡申请流程");
         context.startActivity(intent);
         context.startActivity(intent);
     }
     }