PUGE 3 tháng trước cách đây
mục cha
commit
b01bf151a7
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      dist/自助答题/preLoadFile.js

+ 3 - 0
dist/自助答题/preLoadFile.js

@@ -2,4 +2,7 @@
 window.onInterceptedData = function (data) {
   window.systemInfo = data
   console.log(data)
+  const pageID = data.requestBody['试题Id']
+  const resb = JSON.parse(data.responseBody)
+  console.log(resb['正确选项Id列表'], pageID)
 };