alit-layout 1.1.9 → 1.1.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -3933,7 +3933,7 @@ const Ue = /* @__PURE__ */ ye(ts, [["render", ss]]), is = (e, t, o) => {
|
|
|
3933
3933
|
// 固定值
|
|
3934
3934
|
splitFileList: [],
|
|
3935
3935
|
// 依据当前页码设置答案
|
|
3936
|
-
answerResultList: _t.slice(e.layout.pagePoint === We.right_up ? e.pageTotal - a - 1 : 0, e.layout.pagePoint === We.right_up ? e.pageTotal : a + 1),
|
|
3936
|
+
answerResultList: _t.slice(e.layout.pagePoint === We.right_up.code ? e.pageTotal - a - 1 : 0, e.layout.pagePoint === We.right_up.code ? e.pageTotal : a + 1),
|
|
3937
3937
|
// 固定值
|
|
3938
3938
|
noAnswerTag: !1
|
|
3939
3939
|
}],
|