|
|
@ -104,7 +104,6 @@ public class JPInfoActivity extends BaseActivity { |
|
|
intent.putExtra("type",view.getTag().toString()); |
|
|
intent.putExtra("type",view.getTag().toString()); |
|
|
intent.putExtra("title",newsBeanListsystem.get(finalI).getTitle()); |
|
|
intent.putExtra("title",newsBeanListsystem.get(finalI).getTitle()); |
|
|
startActivity(intent); |
|
|
startActivity(intent); |
|
|
jpcontent.removeAllViews(); |
|
|
|
|
|
} |
|
|
} |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
@ -113,4 +112,10 @@ public class JPInfoActivity extends BaseActivity { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
|
protected void onPause() { |
|
|
|
|
|
super.onPause(); |
|
|
|
|
|
jpcontent.removeAllViews(); |
|
|
|
|
|
} |
|
|
} |
|
|
} |