Parcourir la source

#IQBX #comment [JS] 调整初始化失败返回内容

gifur il y a 3 ans
Parent
commit
8c97fe77d0
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      addin/res/ManagerDesktop/js/guide.js

+ 1 - 1
addin/res/ManagerDesktop/js/guide.js

@@ -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);