|
@@ -245,28 +245,28 @@ import { toast } from "../../utils/common";
|
|
|
url: `/pages/unitTest/index?jieId=${data.jieId}&zhangId=${zhangId}&nianji=${nianji}&xueqi=${xueqi}`
|
|
|
})
|
|
|
}
|
|
|
- function goLookShipin(data) {
|
|
|
- data.videoId = 'b997f16cb9cb474cb93526cff77d8801'
|
|
|
+ function goLookShipin(data) {
|
|
|
+
|
|
|
data.progressMarkers = [{
|
|
|
offset: 30,
|
|
|
isCustomized: true,
|
|
|
coverUrl: 'https://alivc-demo-vod.aliyuncs.com/image/cover/9A3F562E595E4764AD1DD546FA52C6E5-6-2.png',
|
|
|
title: '变式1',
|
|
|
- time: '04:01-07:50',
|
|
|
+ time: '00:00:30',
|
|
|
describe: 'test string',
|
|
|
}, {
|
|
|
- offset: 150,
|
|
|
+ offset: 120,
|
|
|
isCustomized: true,
|
|
|
coverUrl: 'https://alivc-demo-vod.aliyuncs.com/image/cover/1E7F402241CD4C0F94AD2BBB5CCC3EC7-6-2.png',
|
|
|
title: '变式2',
|
|
|
- time: '04:05-07:50',
|
|
|
+ time: '00:02:00',
|
|
|
describe: 'test string',
|
|
|
}, {
|
|
|
- offset: 250,
|
|
|
+ offset: 300,
|
|
|
isCustomized: true,
|
|
|
coverUrl: 'https://alivc-demo-vod.aliyuncs.com/image/cover/553AEA01161342C8A2B1756E83B69B5B-6-2.png',
|
|
|
title: '变式3',
|
|
|
- time: '04:07-07:50',
|
|
|
+ time: '00:05:00',
|
|
|
describe: 'test string',
|
|
|
}]
|
|
|
data.zhangId = infoData.zhangId
|