|
|
@@ -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);
|
|
|
}
|