|
@@ -958,7 +958,7 @@ $(function () {
|
|
|
RVC.GuideController.gotoPage(result.nextStep);
|
|
|
});
|
|
|
} else {
|
|
|
- utilStartAlertDialog("操作失败:[" + result.result + "] " + result.additionalMsg);
|
|
|
+ utilStartAlertDialog("操作失败:[0x" + result.result.toString(16) + "] " + result.additionalMsg);
|
|
|
}
|
|
|
} else {
|
|
|
RVC.HealthmanagerEntityCtrl.commErrorCallback(ret);
|