|
@@ -52,7 +52,7 @@ import com.sheep.gamegroup.view.activity.ActCreditCardTaskList;
|
|
|
import com.sheep.gamegroup.view.activity.ActCreditCardWeb;
|
|
import com.sheep.gamegroup.view.activity.ActCreditCardWeb;
|
|
|
import com.sheep.gamegroup.view.activity.ActDownloadWelfareList;
|
|
import com.sheep.gamegroup.view.activity.ActDownloadWelfareList;
|
|
|
import com.sheep.gamegroup.view.activity.ActExchangeCMCC;
|
|
import com.sheep.gamegroup.view.activity.ActExchangeCMCC;
|
|
|
-import com.sheep.gamegroup.view.activity.ActFootMark;
|
|
|
|
|
|
|
+import com.sheep.gamegroup.view.activity.ActFootPrint;
|
|
|
import com.sheep.gamegroup.view.activity.ActGameAccount;
|
|
import com.sheep.gamegroup.view.activity.ActGameAccount;
|
|
|
import com.sheep.gamegroup.view.activity.ActGameAgencyRecharge;
|
|
import com.sheep.gamegroup.view.activity.ActGameAgencyRecharge;
|
|
|
import com.sheep.gamegroup.view.activity.ActGameCenter;
|
|
import com.sheep.gamegroup.view.activity.ActGameCenter;
|
|
@@ -970,7 +970,7 @@ public class Jump2View {
|
|
|
intent.putExtra(IJumpWeb.KEY_TITLE, TextUtils.isEmpty(title) ? "加载中..." : title);
|
|
intent.putExtra(IJumpWeb.KEY_TITLE, TextUtils.isEmpty(title) ? "加载中..." : title);
|
|
|
intent.putExtra(IJumpWeb.KEY_NEEDJSINTERACT, jumpWeb.needJsInteract());
|
|
intent.putExtra(IJumpWeb.KEY_NEEDJSINTERACT, jumpWeb.needJsInteract());
|
|
|
//判断是否注入js
|
|
//判断是否注入js
|
|
|
- boolean hasJsUrl = TextUtils.isEmpty(jumpWeb.getJsUrl());
|
|
|
|
|
|
|
+ boolean hasJsUrl = !TextUtils.isEmpty(jumpWeb.getJsUrl());
|
|
|
if(hasJsUrl){
|
|
if(hasJsUrl){
|
|
|
intent.putExtra(IJumpWeb.KEY_JSURL, jumpWeb.getJsUrl());
|
|
intent.putExtra(IJumpWeb.KEY_JSURL, jumpWeb.getJsUrl());
|
|
|
}
|
|
}
|
|
@@ -2274,9 +2274,9 @@ public class Jump2View {
|
|
|
/**
|
|
/**
|
|
|
* 小绵羊3.4.5新增--跳转到足迹界面
|
|
* 小绵羊3.4.5新增--跳转到足迹界面
|
|
|
*/
|
|
*/
|
|
|
- public void goActFootMark() {
|
|
|
|
|
|
|
+ public void goActFootPrint() {
|
|
|
Activity activity = ActivityManager.getInstance().currentActivity();
|
|
Activity activity = ActivityManager.getInstance().currentActivity();
|
|
|
- Intent intent = new Intent(activity, ActFootMark.class);
|
|
|
|
|
|
|
+ Intent intent = new Intent(activity, ActFootPrint.class);
|
|
|
activity.startActivity(intent);
|
|
activity.startActivity(intent);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|