This commit is contained in:
joshen
2025-09-04 23:44:35 +08:00
parent 726f232be4
commit 9aca77cec6
82 changed files with 16 additions and 10 deletions

10
package-lock.json generated
View File

@@ -1,5 +1,13 @@
{
"name": "mobile",
"version": "1.0.0",
"lockfileVersion": 1
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "mobile",
"version": "1.0.0",
"license": "ISC"
}
}
}

View File

@@ -1736,7 +1736,7 @@ export default {
this.trueFalse = false
}
//console.log("当前播放11",itme);
//console.log("当前播放11"+itme);
console.log("当前播放11"+itme);
let intTime = parseInt(e.detail.currentTime);
if (intTime > this.videoPlayingTime) {
this.videoPlayingTime = intTime;
@@ -1764,12 +1764,12 @@ export default {
}
//以下是每隔10秒存储一下进度
let saveTime = Math.floor(intTime % 10);
// console.log(intTime,saveTime,'aa',this.curContent.studyItemId)
console.warn(intTime,saveTime,'aa',this.curContent.studyItemId)
if (this.preTime != intTime && saveTime == 0 && this.curContent.studyItemId != '') {
this.preTime = intTime;
this.curContent.lastStudyTime = intTime;
//记录播放时间
//console.log('记录播放时间:'+intTime);
console.log('记录播放时间:'+intTime);
let postData = {
itemId: this.curContent.studyItemId,
videoTime: intTime,

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.b01deae1.js></script><script src=/mobile/static/js/index.9d06cab6.js></script></body></html>
})();</script></head><body><div id=app></div><script src=/mobile/static/js/chunk-vendors1757000834407-aa74849232b3428e0ee8.js></script><script src=/mobile/static/js/index1757000834407-aa74849232b3428e0ee8.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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long