|
|
@@ -416,12 +416,14 @@ public class HomeFragmentPR extends BaseFragment { |
|
|
|
intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); |
|
|
|
intent.putExtra("id", goodid); |
|
|
|
startActivity(intent); |
|
|
|
qupenren.setVisibility(View.GONE); |
|
|
|
break; |
|
|
|
case 99: |
|
|
|
Intent intent1 = new Intent(getContext(), CookingSimulatedActivity.class); |
|
|
|
intent1.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); |
|
|
|
intent1.putExtra("id", goodid); |
|
|
|
startActivity(intent1); |
|
|
|
qupenren.setVisibility(View.GONE); |
|
|
|
break; |
|
|
|
case 4: //打开查看窗体 |
|
|
|
qupenren.SetData(item, myClickListener); |
|
|
|