容我喝一杯82年的可乐压压惊
2020-03-17 本文已影响0人
一蓑烟雨_龙哥
我测试一下
btnDoActivity.setVisibility(View.GONE);
if (dLicense == null) {
dLicense = new DrivingLicense();
}
String plate = etPlate.getText().toString().trim();
if (plate == null || plate.length() == 0) {
Utils.showToast(getContext(), "请填写车牌号");
return;
}