易百珑1.4功能。
This commit is contained in:
parent
1392ec4220
commit
25a37c55dd
|
@ -192,8 +192,8 @@ public class ChooseVersionActivity extends BaseActivity {
|
|||
map.put("standardCodes", deviceModelsBean.getStandardCodes());
|
||||
map.put("deviceType", deviceType);
|
||||
map.put("deviceModel", deviceModel);
|
||||
if (null != getIntent().getExtras().get("version")) {
|
||||
map.put("version", getIntent().getExtras().get("version").toString());
|
||||
if (!chooseValue.isEmpty()) {
|
||||
map.put("version", chooseValue);
|
||||
}
|
||||
util.requestGetByAsy(NetWorkUrl.DEIVCE_AIDEVICE_LIST, map, new NetWorkUtil.ReqCallBack() {
|
||||
@Override
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue