// 判断用车距离是否存在 public Boolean orderDistanceExist() { return orderpush.isExist(ORDDISTANCE); }
// 判断上车地点是否存在 public Boolean upNameExist() { return orderpush.isExist(UPNAME); }
// 订单类型是否存在 public Boolean orderTypeExist() { return orderpush.isExist(ORDERTYPE); }
// 判断用车时间是否存在 public Boolean useDateExist() { return orderpush.isExist(USEDATE); }
// 判断返回icon是否存在 public Boolean returnExist() { return driverDistriPage.isExist(BACK); }
// 判断特别提示是否存在 public Boolean specNameExist() { return orderpush.isExist(SPECNAME); }
// 判断备注是否存在 public Boolean reMarkExist() { return orderpush.isExist(REMARK); }
// 判断下车地点是否存在 public Boolean downNameExist() { return orderpush.isExist(DOWNAME); }
// 判断确定按钮是否存在 public Boolean okBtnExist() { return orderpush.isExist(OKBTN); }
// 判断接单设置按钮是否存在 public Boolean setBtnExist() { return orderpush.isExist(SETBTN); }
// 判断向上滑动地图问题是否存在 public Boolean moveUpExist() { return orderpush.isExist(MOVEUP, 0); }
// 判断特别提示TIP是否存在 public Boolean specTipExist() { return orderpush.isExist(SPECTIP); }
// 判断关闭按钮是否存在 public Boolean clsBtnExist() { return orderpush.isExist(CLSBTN); }
// 判断上车地点详情是否存在 public Boolean upDetailExist() { return orderpush.isExist(UPDETAIL); }
// 判断备注TIP是否存在 public Boolean reMarkTipExist() { return orderpush.isExist(REMARKTIP); }
// 判断上车地点TIP是否存在 public Boolean upTipExist() { return orderpush.isExist(UPTIP); }
// 判断浮动系数是否存在 public Boolean factorExist() { return orderpush.isExist(FACTOR); }
// 判断下车地点详情是否存在 public Boolean downDetailExist() { return orderpush.isExist(DOWNDETAIL); }
// 判断订单类型图标是否存在 public Boolean orderTypeImgExist() { return orderpush.isExist(ORDTYPEIMG); }
// 判断标题是否存在 public Boolean titleExist() { return driverDistriPage.isExist(TITLE); }
// 判断下车地点TIP是否存在 public Boolean downTupExist() { return orderpush.isExist(DOWNTIP); }