Merge branch 'zcwy0428-zsx' into dev0731

# Conflicts:
#	pages/study/exam.vue
#	unpackage/dist/build/h5/index.html
This commit is contained in:
zhangsir
2024-05-07 15:42:23 +08:00
4 changed files with 13 additions and 11 deletions

View File

@@ -352,16 +352,16 @@
}
})
},
throttle(func, delay) {
let lastExecTime = 0;
return function (...args) {
const now = Date.now();
if (now - lastExecTime >= delay) {
func.apply(this, args);
lastExecTime = now;
}
};
},
throttle(func, delay) {
let lastExecTime = 0;
return function (...args) {
const now = Date.now();
if (now - lastExecTime >= delay) {
func.apply(this, args);
lastExecTime = now;
}
};
},
present(){
let $this=this;
let score=this.countTest();

View File

@@ -19,4 +19,4 @@
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.a39f8d57.js></script><script src=/mobile/static/js/index.e908138f.js></script></body></html>
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors.a39f8d57.js></script><script src=/mobile/static/js/index.312c157f.js></script></body></html>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long