Browse Source

modeId取值修改

1178232204@qq.com 3 years ago
parent
commit
fc8be7dfd7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/js/appealUserPage.js

+ 1 - 1
src/js/appealUserPage.js

@@ -438,7 +438,7 @@ $(function () {
         "casesEntryMsg": info.msg,
         "casesEntryName": info.msg,
         "checkId": info.userId,
-        "modeId": info.casesId,
+        "modeId": $("#subMenu [code=" + global_activeTab + "]").attr("mode"),
         "modeName": info.casesName,
         "remark": info.explainInfo,
         "value": info.score,