mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-06 17:36:45 +08:00
build
This commit is contained in:
10
package-lock.json
generated
10
package-lock.json
generated
@@ -1,5 +1,13 @@
|
|||||||
{
|
{
|
||||||
"name": "mobile",
|
"name": "mobile",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"lockfileVersion": 1
|
"lockfileVersion": 3,
|
||||||
|
"requires": true,
|
||||||
|
"packages": {
|
||||||
|
"": {
|
||||||
|
"name": "mobile",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1736,7 +1736,7 @@ export default {
|
|||||||
this.trueFalse = false
|
this.trueFalse = false
|
||||||
}
|
}
|
||||||
//console.log("当前播放11",itme);
|
//console.log("当前播放11",itme);
|
||||||
//console.log("当前播放11"+itme);
|
console.log("当前播放11"+itme);
|
||||||
let intTime = parseInt(e.detail.currentTime);
|
let intTime = parseInt(e.detail.currentTime);
|
||||||
if (intTime > this.videoPlayingTime) {
|
if (intTime > this.videoPlayingTime) {
|
||||||
this.videoPlayingTime = intTime;
|
this.videoPlayingTime = intTime;
|
||||||
@@ -1764,12 +1764,12 @@ export default {
|
|||||||
}
|
}
|
||||||
//以下是每隔10秒存储一下进度
|
//以下是每隔10秒存储一下进度
|
||||||
let saveTime = Math.floor(intTime % 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 != '') {
|
if (this.preTime != intTime && saveTime == 0 && this.curContent.studyItemId != '') {
|
||||||
this.preTime = intTime;
|
this.preTime = intTime;
|
||||||
this.curContent.lastStudyTime = intTime;
|
this.curContent.lastStudyTime = intTime;
|
||||||
//记录播放时间
|
//记录播放时间
|
||||||
//console.log('记录播放时间:'+intTime);
|
console.log('记录播放时间:'+intTime);
|
||||||
let postData = {
|
let postData = {
|
||||||
itemId: this.curContent.studyItemId,
|
itemId: this.curContent.studyItemId,
|
||||||
videoTime: intTime,
|
videoTime: intTime,
|
||||||
|
|||||||
2
unpackage/dist/build/h5/index.html
vendored
2
unpackage/dist/build/h5/index.html
vendored
@@ -19,4 +19,4 @@
|
|||||||
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
hm.src = "https://hm.baidu.com/hm.js?ea89f02dca369037a73c5e3907e2c14a";
|
||||||
var s = document.getElementsByTagName("script")[0];
|
var s = document.getElementsByTagName("script")[0];
|
||||||
s.parentNode.insertBefore(hm, s);
|
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
1
unpackage/dist/build/h5/static/js/index1757000834407-aa74849232b3428e0ee8.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/index1757000834407-aa74849232b3428e0ee8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
unpackage/dist/build/h5/static/js/pages-study-videoTest1757000834407-aa74849232b3428e0ee8.js
vendored
Normal file
1
unpackage/dist/build/h5/static/js/pages-study-videoTest1757000834407-aa74849232b3428e0ee8.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user