|
@ -853,7 +853,7 @@ public class DetailsFragment extends Fragment implements View.OnClickListener, O
|
853
|
853
|
private AlignTextView detail_park_cost;
|
854
|
854
|
private AlignTextView detail_remark;
|
855
|
855
|
private AlignTextView detail_zhan_name;
|
856
|
|
private ImageView chat_share_bar;
|
|
856
|
// private ImageView chat_share_bar;
|
857
|
857
|
private LinearLayout red_paper_bag_top;
|
858
|
858
|
private AlignTextView detail_time;
|
859
|
859
|
public static TextView detail_list_num;
|
|
@ -887,8 +887,8 @@ public class DetailsFragment extends Fragment implements View.OnClickListener, O
|
887
|
887
|
detail_zhan_pic = (ImageView) v.findViewById(R.id.detail_zhan_pic);
|
888
|
888
|
|
889
|
889
|
detail_zhan_name = (AlignTextView) v.findViewById(R.id.detail_zhan_name);
|
890
|
|
chat_share_bar = v.findViewById(R.id.chat_share_bar);
|
891
|
|
chat_share_bar.setOnClickListener(this);
|
|
890
|
// chat_share_bar = v.findViewById(R.id.chat_share_bar);
|
|
891
|
// chat_share_bar.setOnClickListener(this);
|
892
|
892
|
red_paper_bag_top = v.findViewById(R.id.red_paper_bag_top);
|
893
|
893
|
detail_grade = (TextView) v.findViewById(R.id.detail_grade);
|
894
|
894
|
detail_picnum = (TextView) v.findViewById(R.id.detail_picnum);
|
|
@ -967,12 +967,12 @@ public class DetailsFragment extends Fragment implements View.OnClickListener, O
|
967
|
967
|
MobclickAgent.onEvent(getActivity(), "0209");
|
968
|
968
|
startActivity(new Intent(getActivity(), ChargingQianDaoActivity.class));
|
969
|
969
|
break;
|
970
|
|
case R.id.chat_share_bar: // 聊聊入口
|
971
|
|
MobclickAgent.onEvent(getContext(), "1122");
|
972
|
|
Intent i = new Intent(getContext(), ChatActivity.class);//聊聊页面
|
973
|
|
i.setFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION);
|
974
|
|
startActivity(i);
|
975
|
|
break;
|
|
970
|
// case R.id.chat_share_bar: // 聊聊入口
|
|
971
|
// MobclickAgent.onEvent(getContext(), "1122");
|
|
972
|
// Intent i = new Intent(getContext(), ChatActivity.class);//聊聊页面
|
|
973
|
// i.setFlags(Intent.FLAG_ACTIVITY_NO_ANIMATION);
|
|
974
|
// startActivity(i);
|
|
975
|
// break;
|
976
|
976
|
case R.id.parking_icon: // 停车位相关操作
|
977
|
977
|
LatLng latLng = new LatLng(Double.parseDouble(poi_wei), Double.parseDouble(poi_jing));
|
978
|
978
|
if ("1".equals(freeStatus)) { // 有状态的站点
|