|
@@ -460,6 +460,15 @@ export default {
|
|
|
action: "答题页面",
|
|
|
detail: `end${typeof globalThis === "object" ? " " : " "}initData`,
|
|
|
});
|
|
|
+ this.logger({
|
|
|
+ action: "答题页面dimension",
|
|
|
+ scrollX: window.scrollX,
|
|
|
+ scrollY: window.scrollY,
|
|
|
+ clientHeight: document.documentElement.clientHeight,
|
|
|
+ clientWidth: document.documentElement.clientWidth,
|
|
|
+ windowHeight: window.outerHeight,
|
|
|
+ windowWidth: window.outerWidth,
|
|
|
+ });
|
|
|
|
|
|
exam.WEIXIN_ANSWER_ENABLED = weixinAnswerEnabled;
|
|
|
|