Auto Submit

dev_local_v9_test1
autosubmit 1 year ago
parent b0222dae71
commit 55ba044cc6

@ -26,7 +26,7 @@
display: block !important;
}
</style><script>if(document.domain !== "www.educoder.net") document.title = '';</script>
<script src="/react/build/umi.97a23e22.js"></script>
<script src="/react/build/umi.4261bef1.js"></script>
<script src="/react/build/js/public.js"></script>
</body>
</html>

@ -13532,6 +13532,7 @@ var ShixunDetail = function ShixunDetail(_ref) {
disabled: disabled,
max: questionInfo === null || questionInfo === void 0 ? void 0 : questionInfo.item_bank_num,
size: "large",
precision: 0,
className: "ml10 mr10",
value: (questionInfo === null || questionInfo === void 0 ? void 0 : questionInfo.item_bank_count) || 1,
onChange: function onChange(value) {
@ -13553,6 +13554,7 @@ var ShixunDetail = function ShixunDetail(_ref) {
disabled: disabled,
min: 0,
max: 100,
precision: 1,
size: "large",
className: "ml10 mr10",
value: questionInfo === null || questionInfo === void 0 ? void 0 : questionInfo.score,

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save